Advertisement
Mitko1223tm

leak 2

Jul 13th, 2018
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. --// Chaos has begun!!
  2.  
  3. --[[
  4. WARNING!
  5. THIS SCRIPT WILL ONLY WORK IN VOID SCRIPT BUILDER PLACE 2 OR 1
  6. IF YOU DO WANT THE SCRIPT FOR OTHER SBs THEN USE
  7. THIS LINK : https://pastebin.com/raw/WLH6PanE
  8. --]]
  9. print'chaos scr0pt made by maumaumaumaumaumau'
  10. local plr = game.Players.LocalPlayer
  11. local isOnChaos = false
  12. m = Instance.new("Message", workspace)
  13. m.Text = "cha0s scr0pt was started made by mau\n Say 'y' if you rlly want to load this \nKeep in mind that the creator WON'T Be responsible when you confirm load! \n This can crash computers and yours too!"
  14. wait(9)
  15. m:remove()
  16.  
  17. function chaos()
  18. local mess = Instance.new("Message", workspace)
  19. mess.Text = "ok.. if u want it , then everyone suffer!"
  20.  
  21. wait(2)
  22. mess.Text = ""
  23.  
  24. while wait() do
  25. game.Workspace.Base.CanCollide = false
  26. game.Workspace.Base.BrickColor = BrickColor.Random()
  27. f = Instance.new("Folder", game.Chat)
  28. mus = Instance.new("Sound")
  29. mus.Parent = f
  30. mus.Volume = 5
  31. mus.SoundId = "rbxassetid://318733059"
  32. mus.Looped = true
  33. mus:Play()
  34. end
  35.  
  36. --// krill the computers!
  37. local pepsi = coroutine.create(function()
  38. while wait() do
  39. exp = Instance.new("Explosion", workspace)
  40. exp.BlastRadius = 100000
  41. exp.Name = "hi i am a explosion that will krill ur computer"
  42. end
  43. end)
  44. coroutine.resume(pepsi)
  45.  
  46. while wait(3) do
  47. for i,v in pairs(game.Players:GetPlayers()) do
  48. if v.Name ~= plr.Name then
  49. v.Character:BreakJoints()
  50. end
  51. end
  52. end
  53.  
  54. end
  55. plr.Chatted:connect(function(m)
  56. if string.sub(m,1,1):lower() == ("y") then
  57. if isOnChaos ~= true then
  58. chaos()
  59. end
  60. end
  61. if string.sub(m,1,1):lower() == ("n") then
  62. mess.Text = "This Script was stopped!"
  63. wait(2)
  64. mess:remove()
  65. script:remove() --// Rip the script
  66. end
  67. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement