Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Chaos has begun!!
- --[[
- WARNING!
- THIS SCRIPT WILL ONLY WORK IN VOID SCRIPT BUILDER PLACE 2 OR 1
- IF YOU DO WANT THE SCRIPT FOR OTHER SBs THEN USE
- THIS LINK : https://pastebin.com/raw/WLH6PanE
- --]]
- print'chaos scr0pt made by maumaumaumaumaumau'
- local plr = game.Players.LocalPlayer
- local isOnChaos = false
- m = Instance.new("Message", workspace)
- 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!"
- wait(9)
- m:remove()
- function chaos()
- local mess = Instance.new("Message", workspace)
- mess.Text = "ok.. if u want it , then everyone suffer!"
- wait(2)
- mess.Text = ""
- while wait() do
- game.Workspace.Base.CanCollide = false
- game.Workspace.Base.BrickColor = BrickColor.Random()
- f = Instance.new("Folder", game.Chat)
- mus = Instance.new("Sound")
- mus.Parent = f
- mus.Volume = 5
- mus.SoundId = "rbxassetid://318733059"
- mus.Looped = true
- mus:Play()
- end
- --// krill the computers!
- local pepsi = coroutine.create(function()
- while wait() do
- exp = Instance.new("Explosion", workspace)
- exp.BlastRadius = 100000
- exp.Name = "hi i am a explosion that will krill ur computer"
- end
- end)
- coroutine.resume(pepsi)
- while wait(3) do
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= plr.Name then
- v.Character:BreakJoints()
- end
- end
- end
- end
- plr.Chatted:connect(function(m)
- if string.sub(m,1,1):lower() == ("y") then
- if isOnChaos ~= true then
- chaos()
- end
- end
- if string.sub(m,1,1):lower() == ("n") then
- mess.Text = "This Script was stopped!"
- wait(2)
- mess:remove()
- script:remove() --// Rip the script
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement