local url = "https://raw.githubusercontent.com/Goreslabs/gore/main/gore.lua" local code = game:HttpGet(url) local start = code:find("local a = game:GetService") code = code:sub(start) loadstring(code)()