Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Anti-Cheat Bypass
- local Namecall
- Namecall = hookmetamethod(game, '__namecall', function(self, ...)
- if getnamecallmethod() == 'FireServer' and tostring(self) == 'Ban' then
- return
- elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'WalkSpeedChanged' then
- return
- elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'AdminGUI' then
- return
- end
- return Namecall(self, ...)
- end)
Add Comment
Please, Sign In to add comment