Advertisement
ManlyMemeScripter

Untitled

Feb 18th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. --Made by Auma
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=144756534"
  7. s.Volume = 5832
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0.003)
  14.  
  15. s:play()
  16.  
  17. wait(3)
  18. math.randomseed(tick() % 1 * 1e6)
  19. sky = coroutine.create(function()
  20. while wait(0.3) do
  21. s = Instance.new("Sky",game.Lighting)
  22. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://75113906","rbxassetid://1419824652","rbxassetid://75113906","rbxassetid://75113906","rbxassetid://75113906","rbxassetid://75113906"
  23. s.CelestialBodiesShown = false
  24. end
  25. end)
  26.  
  27.  
  28. del = coroutine.create(function()
  29. while wait(0.3) do
  30. for i,v in pairs(workspace:GetChildren()) do
  31. if v:IsA("Model") then
  32. v:Destroy()
  33. end
  34. end
  35. end
  36. end)
  37.  
  38.  
  39.  
  40. for i,v in pairs(game.Players:GetChildren()) do
  41. end
  42.  
  43. noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  44.  
  45. sound = coroutine.create(function()
  46. a = Instance.new("Sound",workspace)
  47. a.SoundId = "rbxassetid://666141509625"
  48. a.Name = "Aaaa"
  49. a.Volume = 58359
  50. a.Looped = true
  51. a:Play()
  52. while wait(0.2) do
  53. rainin = workspace:FindFirstChild("RAINING MEN")
  54. if not rainin then
  55. a = Instance.new("Sound",workspace)
  56. a.SoundId = "rbxassetid://0"
  57. a.Name = "pls pls"
  58. a.Volume = 58359
  59. a.Looped = true
  60. a:Play()
  61. end
  62. end
  63. end)
  64.  
  65. msg = coroutine.create(function()
  66. while wait(0.4) do
  67. msg = Instance.new("Message",workspace)
  68. msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)"
  69. wait(0.4)
  70. msg:Destroy()
  71. end
  72. end)
  73.  
  74. coroutine.resume(sky)
  75. coroutine.resume(del)
  76. coroutine.resume(sound)
  77. coroutine.resume(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement