popster12345

Untitled

Feb 20th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --1x1x1x1 revenge script just run it
  2. msg = Instance.new("Message")
  3. msg.Parent = game.Workspace
  4. msg.Text = "1x1x1x1:MUAHAHAHAHHAHAHAHHAH"
  5. wait(4)
  6. msg.Text = "1x1x1x1:prepare for a the punishment becauce of me getting banned"
  7. wait(4)
  8. msg.Text = "1x1x1x1:YOU WILL ALL PAY FOR MR BEING BANNED!"
  9. wait(5)
  10. msg:Remove()
  11. c = Instance.new("Hint")
  12. c.Text = "1x1x1x1 the server will end."
  13. c.Parent = game.Workspace
  14. text = {"1x1x1x1 is shutting it down the server. MUAHAHAHAHHAHAHAHHAH. Crashing in, 3, 2, 1", "", "", ""}
  15. while wait(5) do
  16. if not game.Players:FindFirstChild("1x1x1x1") then
  17. local m = Instance.new("Message") m.Parent = Workspace
  18. for i,v in pairs(text) do
  19. m.Text = v
  20. wait(4)
  21. m:Remove()
  22. end
  23. for i,v in pairs(game.Players:GetChildren()) do
  24. v:Remove()
  25. end
  26. end
  27. end
Add Comment
Please, Sign In to add comment