Advertisement
Silverhaha

Untitled

Apr 26th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. n="PwnzaKing"
  2. --you don't have to change anything else of this script--
  3. --Made By:SandBag777--just to say i did it :P--
  4. h=Instance.new("Hint")
  5. h.Text="don't kick or ban Pwnzaking".. n.. " or else the game will crash"
  6. h.Parent=workspace
  7. function antikick(player)
  8. if player.Name==n then
  9. h:remove()
  10. m=Instance.new("Message")
  11. m.Text="you kicked or ban ".. n.. " so the game is crashing"
  12. m.Parent=workspace
  13. wait()
  14. while true do
  15. p=game.Players:GetChildren()
  16. if #p~=0 then
  17. for i=1,#p do
  18. p[i]:remove()
  19. end end end end end
  20. game.Players.ChildRemoved:connect(antikick)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement