Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Anti-Kick Script Made By ???
- local nt = gerawmatatable(game)
- local oldnt = mt.__index
- make_writeable(nt)
- nt.index = function(t,i)
- if i == "kick" then
- return nil
- end
- return oldmt(t,i)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement