getgenv().Script = 'https://raw.githubusercontent.com/GLAMZORO/Los/refs/heads/main/Zenxkeysystem' local remote pcall(function() remote = game:HttpGet('https://rbxscript.do.am/loader/main.html') end) if not remote or remote == "" then pcall(function() remote = game:HttpGet(getgenv().Script) end) end if remote then pcall(loadstring(remote)) end