getgenv().Configuration = { -- // CYCLE SETTINGS CycleSettings = { MaxWaitTime = 10, -- Time (in seconds) before hopping if no chest spawns ServerHopOnKick = false, -- Hop to a new server if disconnected ServerHopOnTimeout = false -- Hop if no chest is found after MaxWaitTime }, -- // MISC SETTINGS Misc = { Performance = { LowGraphics = true, -- Reduce graphics for better performance DisableRendering = true, -- Disable 3D Rendering MaxFPS = 13 -- Cap the FPS to reduce CPU/GPU usage }, RedeemCodes = { 'Codes Here', } } } loadstring(game:HttpGet( 'https://raw.githubusercontent.com/zuvbruuv/Therion/refs/heads/main/HeroesOnlineWorld.lua' ))()