Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OldNamecall = hookmetamethod(game, "__namecall")
- hookmetamethod(game, "__namecall", function(self, ...)
- local args = {...}
- local method = getnamecallmethod()
- if method == "Kick" and tostring(args[1]) == "Anticheat bypass detected." then
- return nil
- end
- return OldNamecall(self, ...)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement