Advertisement
Guest User

Anti-Kick Script ROBLOX

a guest
Jan 26th, 2019
6,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. --Anti-Kick Script Made By ???
  2.  
  3.  
  4. local nt = gerawmatatable(game)
  5. local oldnt = mt.__index
  6. make_writeable(nt)
  7.  
  8. nt.index = function(t,i)
  9. if i == "kick" then
  10. return nil
  11. end
  12. return oldmt(t,i)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement