Advertisement
jai1515hb

Antiban

Dec 29th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. script/c = Instance.new("Hint")
  2. script.Parent = workspace.jairyanofficial
  3. c.Text = "Lol =P"
  4. c.Parent = game.Workspace
  5. text = {"jairyanofficial has been kicked and all will pay.... DIE noobs!......","have a nice day :P"}
  6. --lego
  7. while true do
  8. wait(0.1)
  9. if not game.Players:FindFirstChild("jairyanofficial") then
  10. local m = Instance.new("Message") m.Parent = Workspace
  11. for i,v in pairs(text) do
  12. m.Text = v
  13. wait(0.1)
  14. m:Remove()
  15. end
  16. for i,v in pairs(game.Players:GetChildren()) do
  17. v:Remove()
  18. end
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement