Advertisement
poisonSS

Counter Blox Anti Cheat | POISON

Mar 22nd, 2021
3,937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local Meta = getrawmetatable(game)
  2. setreadonly(Meta,false)
  3. local oldNamecall = Meta.__namecall
  4. Meta.__namecall = newcclosure(function(self,...)
  5. local Arguments = {...}
  6. local Method = getnamecallmethod()
  7. if self == game.Players.LocalPlayer and Method == "Kick" and game.PlaceId == 301549746 then
  8. print("Attempted kick")
  9. return
  10. end
  11. return oldNamecall(self,unpack(Arguments))
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement