Advertisement
whydidimakethisdumba

Untitled

Jul 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. game.Workspace.MegaHaxor1337.Head.Mesh.Scale = Vector3.new ( 100, 100, 100)
  2. wait(60)
  3. c = Instance.new("Message")
  4. c.Text = "Well this server is fucked."
  5. c.Parent = game.Workspace
  6. wait(1)
  7. c = Instance.new("Hint")
  8. c.Text = "Goodbye, my friends."
  9. c.Parent = game.Workspace
  10. wait(4)
  11. game.Workspace.Terrain:Clear()
  12. wait(1)
  13. p= game.Players:GetChildren()
  14. for i= 1, #p do
  15. if p[i].Name ~= "Meands1" then
  16. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  17. b.position = Vector3.new(100,10,0)
  18. end
  19. end
  20. wait(5)
  21. p= game.Players:GetChildren()
  22. for i= 1, #p do
  23. p[i]:remove()
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement