Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function chat()
- end
- for i = 0, 10 do
- local doomtheme = Instance.new("Sound", workspace)
- doomtheme.Volume = 300
- doomtheme.Name = "doomtheme"
- doomtheme.Looped = true
- doomtheme.SoundId = "rbxassetid://7019388713"
- doomtheme:Play()
- wait(0.25)
- end
- a=0
- local speak = {"I AM A SKID AND I HAVE EXECUTED A RANDOM SCRIPT. MY IP IS LOGGED AND I AM DUMB!"}
- local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
- local chat2 = game:GetService("Chat")
- for _, v in ipairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- for _, d in ipairs(v:GetChildren()) do
- if d:IsA("Part") and d.Name == "Head" then
- while task.wait() do
- chat2:Chat(d,speak[math.random(1,#speak)], colors[math.random(1,3)] )
- for _, v in ipairs(workspace:GetChildren()) do if v:IsA("Model") then for _, d in ipairs(v:GetChildren()) do if d:IsA("Humanoid") and d.Name == "Humanoid" then d:Destroy() end end end end
- a = Instance.new("Explosion",workspace); a.BlastPressure = 1000; a.BlastRadius = 10000;
- game:GetService("Lighting").FogEnd = 1000
- for b,v in next, workspace:GetDescendants() do
- pcall(function()
- b=v:Clone()
- b.Parent = v.Parent
- b.Anchored= false
- for _, v in ipairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- for _, d in ipairs(v:GetChildren()) do
- if d:IsA("Humanoid") and d.Name == "Humanoid" then
- d.CameraOffset= Vector3.new(math.random(-10,10), math.random(-100,100),math.random(-10,10))
- end
- end
- end
- end
- end)
- end
- if v:IsA("Part") then v.BrickColor = BrickColor.random() v.Material = "Neon" end
- end
- end
- end
- end
- end
- chat()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement