Advertisement
Vzurxy

Yes I Know The Muffin Man

Nov 3rd, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. --// Johny's Discord Server : Discord.gg/dcJnPug
  2. -- // Originally created by Johny & Tweaked by Draconic
  3.  
  4. -- // Roblox FE Crash
  5.  
  6. wait(1.2)
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "Loading...";
  9. Text = "Please wait the script attempts to crash the game.";
  10. Icon = "rbxassetid://20261690";
  11. Duration = 2;
  12. })
  13.  
  14. wait(2)
  15.  
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "Successful!";
  18. Text = "Start to feel the lag!";
  19. Icon = "rbxassetid://7964572";
  20. Duration = 1;
  21. })
  22.  
  23. sounds = {}
  24.  
  25. function getSounds(loc)
  26. if loc:IsA("Sound") then
  27. table.insert(sounds,loc)
  28. end
  29. for _,Object in pairs(loc:GetChildren()) do
  30. getSounds(Object)
  31. end
  32. end
  33.  
  34. getSounds(game)
  35.  
  36. game.DescendantAdded:connect(function(Object)
  37. if Object:IsA("Sound") then
  38. table.insert(sounds,Objects)
  39. end
  40. end)
  41.  
  42. while wait(0.2) do
  43. for _,sound in pairs(sounds) do
  44. pcall(function()
  45. sound:Play()
  46. end)
  47. end
  48. end
  49.  
  50. -- Creator's Main Script
  51. for i=1, 300 do
  52. spawn(function()
  53. while true do
  54. game:GetService("RunService").RenderStepped:wait()
  55. for i=1, 100 do
  56. game:GetService("Players"):Chat("/e i love roblox")
  57. game:GetService("Players"):Chat("/e i love roblox")
  58. game:GetService("Players"):Chat("/e i love roblox")
  59. game:GetService("Players"):Chat("/e i love roblox")
  60. game:GetService("Players"):Chat("/e i love roblox")
  61. game:GetService("Players"):Chat("/e i love roblox")
  62. game:GetService("Players"):Chat("/e i love roblox")
  63. end
  64. end
  65. end)
  66. end
  67. -- End
  68.  
  69. local PlayerJunk = game:GetService("Players"):GetChildren()
  70.  
  71. if PlayerJunk <= 15 then
  72. for i = 1,3 do
  73. while wait() do
  74. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  75. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  76. for _,x in pairs(v.Character.Head:GetChildren()) do
  77. if x:IsA("Sound") then x.Playing = true end
  78. end
  79. end
  80. end
  81. end
  82. wait()
  83. while wait() do
  84. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  85. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  86. for _,x in pairs(v.Character.Head:GetChildren()) do
  87. if x:IsA("Sound") then x.Playing = false end
  88. end
  89. end
  90. end
  91. end
  92. end
  93. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement