Advertisement
DaOMEGAa32

ultimate server destruct script

Oct 15th, 2019
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ----note. this is the last server destruction il do for now.
  2. ------------------------who wants to get banned on void sb with meh?
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Name"
  6. s.SoundId = "rbxassetid://359774781"
  7. s.Volume = 5
  8. s.Looped = false
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(1)
  14.  
  15. s:play()
  16. discord=Instance.new("Hint")
  17. discord.Text = "WARNING! SERVER HAS BEEN EXPLOITED! JOIN ANOTHER SERVER TO HAVE FUN THEN THIS EXPLOITING!"
  18. discord.Parent = game.Workspace
  19. wait (19)
  20. msg = Instance.new("Message",workspace)
  21. msg.Text = "SERVER KILL ACTIVATED!"
  22. wait(2)
  23. msg:Destroy()
  24. msg = Instance.new("Message",workspace)
  25. msg.Text = "1"
  26. wait(1)
  27. msg:Destroy()
  28. msg = Instance.new("Message",workspace)
  29. msg.Text = "2"
  30. wait(1)
  31. msg:Destroy()
  32. msg = Instance.new("Message",workspace)
  33. msg.Text = "3"
  34. wait(1)
  35. msg:Destroy()
  36. msg = Instance.new("Message",workspace)
  37. msg.Text = "4"
  38. wait(1)
  39. msg:Destroy()
  40. msg = Instance.new("Message",workspace)
  41. msg.Text = "5"
  42. wait(1)
  43. msg:Destroy()
  44. local s = Instance.new("Sound")
  45.  
  46. s.Name = "Name"
  47. s.SoundId = "rbxassetid://131124417"
  48. s.Volume = 5
  49. s.Looped = true
  50. s.archivable = false
  51.  
  52. s.Parent = game.Workspace
  53.  
  54. wait(1)
  55.  
  56. s:play()
  57. wait(1)
  58. local players = game.Players:GetChildren()
  59. for i = 1, #players do
  60. players[i].Character.Head:Destroy()
  61. wait()
  62. end
  63. function FUNCTION(a)
  64. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  65. a.Anchored = false
  66. end
  67. local b = a:GetChildren()
  68. for i=1,#b do
  69. FUNCTION(b[i])
  70. end
  71. end
  72.  
  73. FUNCTION(game.workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement