1 --[[ antixheat bypsr ]]-- 2 game.Players.LocalPlayer.UserId = 3001347724 3 4 wait() 5 6 local namecall; namecall = hookmetamethod(game,"__namecall",function(self,...) 7 local args = {...} 8 local method = getnamecallmethod() 9 10 if method == "FireServer" or "InvokeServer" and self.Name == "BanExploiter" then 11 return 12 elseif method == "GetChildren" and self.Name == "Remotes" then 13 return {} 14 end 15 16 return namecall(self,unpack(args)) 17 end) 18 -- [ 🍭end🍭 ] --