Advertisement
DaOMEGAa32

wip NUKE SCRIPT meltdown

Apr 11th, 2019
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. print("who ever did this. WAIT IS U. WHY U DO IT ON VSB. oh well.")
  2. print("enjoy trying to get banned.")
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Name"
  6. s.SoundId = "rbxassetid://168877716"
  7. s.Volume = 1
  8. s.Looped = false
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0.1)
  14.  
  15. s:play()
  16. wait (4)
  17. local s = Instance.new("Sound")
  18.  
  19. s.Name = "Name"
  20. s.SoundId = "rbxassetid://147296324"
  21. s.Volume = 1
  22. s.Looped = false
  23. s.archivable = false
  24.  
  25. s.Parent = game.Workspace
  26.  
  27. wait(0.1)
  28.  
  29. s:play()
  30.  
  31. wait (7)
  32. local g = Instance.new("Hint",Workspace)
  33. g.Text = "OH NOES SOMEONE SET OFF A MELTDOWN"
  34. local s = Instance.new("Sound")
  35.  
  36. s.Name = "Name"
  37. s.SoundId = "http://www.roblox.com/asset/?id=135587922"
  38. s.Volume = 1
  39. s.Looped = false
  40. s.archivable = false
  41.  
  42. s.Parent = game.Workspace
  43.  
  44. wait(0.1)
  45.  
  46. s:play()
  47. local s = Instance.new("Sound")
  48.  
  49. s.Name = "Name"
  50. s.SoundId = "rbxassetid://695071946"
  51. s.Volume = 1
  52. s.Looped = false
  53. s.archivable = false
  54.  
  55. s.Parent = game.Workspace
  56.  
  57. wait(0.1)
  58.  
  59. s:play()
  60. wait (4)
  61. local g = Instance.new("Hint",Workspace)
  62. g.Text = "NUKE INCOMMING IN 30 SECONDS"
  63. wait (10)
  64. local g = Instance.new("Hint",Workspace)
  65. g.Text = "NUKE INCOMMING IN 20 SECONDS"
  66. local g = Instance.new("Hint",Workspace)
  67. local s = Instance.new("Sound")
  68. wait (10)
  69.  
  70. s.Name = "Name"
  71. s.SoundId = "rbxassetid://138078366"
  72. s.Volume = 1
  73. s.Looped = false
  74. s.archivable = false
  75.  
  76. s.Parent = game.Workspace
  77.  
  78. wait(0.1)
  79.  
  80. s:play()
  81. g.Text = "NUKE INCOMMING IN 10 SECONDS. LEAVE THE SERVER NOW BEFORE I-"
  82. wait (10)
  83. msg = Instance.new("Message",workspace)
  84. msg.Text = "OH CRAP. SAY GOODBYE"
  85. wait(5)
  86. msg:Destroy()
  87. for _,c in pairs(game.Players:GetChildren()) do
  88. c.Character.Humanoid.Health = 0
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement