local url = "https://raw.githubusercontent.com/PhNSecretAgent/SuperTzeJJSw/refs/heads/main/SuperTze.lua" task.wait(1) local success, response = pcall(function() return game:HttpGet(url) end) if success then task.wait(0.5) loadstring(response)() end