Advertisement
Synpase_X

lmfao

Feb 25th, 2024 (edited)
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.65 KB | None | 0 0
  1. function chat()
  2. end
  3. for i = 0, 10 do
  4. local doomtheme = Instance.new("Sound", workspace)
  5. doomtheme.Volume = 300
  6. doomtheme.Name = "doomtheme"
  7. doomtheme.Looped = true
  8. doomtheme.SoundId = "rbxassetid://7019388713"
  9. doomtheme:Play()
  10. wait(0.25)
  11. end
  12. a=0
  13. local speak = {"I AM A SKID AND I HAVE EXECUTED A RANDOM SCRIPT. MY IP IS LOGGED AND I AM DUMB!"}
  14. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  15. local chat2 = game:GetService("Chat")
  16. for _, v in ipairs(workspace:GetChildren()) do
  17. if v:IsA("Model") then
  18. for _, d in ipairs(v:GetChildren()) do
  19. if d:IsA("Part") and d.Name == "Head" then
  20. while task.wait() do
  21. chat2:Chat(d,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  22. 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
  23.  
  24.  
  25. a = Instance.new("Explosion",workspace); a.BlastPressure = 1000; a.BlastRadius = 10000;
  26.  
  27.     game:GetService("Lighting").FogEnd = 1000
  28.        
  29.     for b,v in next, workspace:GetDescendants() do
  30.             pcall(function()
  31.             b=v:Clone()
  32.             b.Parent = v.Parent
  33.             b.Anchored= false
  34.             for _, v in ipairs(workspace:GetChildren()) do
  35. if v:IsA("Model") then
  36. for _, d in ipairs(v:GetChildren()) do
  37. if d:IsA("Humanoid") and d.Name == "Humanoid" then
  38. d.CameraOffset= Vector3.new(math.random(-10,10), math.random(-100,100),math.random(-10,10))
  39. end
  40. end
  41. end
  42. end
  43.         end)
  44.         end
  45.         if v:IsA("Part") then v.BrickColor = BrickColor.random() v.Material = "Neon" end
  46.     end
  47. end
  48. end
  49. end
  50. end
  51. chat()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement