webhook_forbladeball

slap battle anti cheat byp

Apr 8th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.44 KB | None | 0 0
  1. -- Anti-Cheat Bypass
  2. local Namecall
  3. Namecall = hookmetamethod(game, '__namecall', function(self, ...)
  4.    if getnamecallmethod() == 'FireServer' and tostring(self) == 'Ban' then
  5.        return
  6.    elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'WalkSpeedChanged' then
  7.        return
  8.    elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'AdminGUI' then
  9.        return
  10.    end
  11.    return Namecall(self, ...)
  12. end)
Add Comment
Please, Sign In to add comment