Advertisement
ManlyMemeScripter

Untitled

Feb 7th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. C/--Made by Auma
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=142912516"
  7. s.Volume = 60
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(3)
  14.  
  15. s:play()
  16.  
  17. Wait(12)
  18. --Change the IDs with your--
  19. --Dark Exploitz--
  20. s = Instance.new("Sky")
  21. s.Name = "SKY"
  22. s.SkyboxBk = "http://www.roblox.com/asset/?id=204974681"
  23. s.SkyboxDn = "http://www.roblox.com/asset/?id=204974681"
  24. s.SkyboxFt = "http://www.roblox.com/asset/?id=204974681"
  25. s.SkyboxLf = "http://www.roblox.com/asset/?id=204974681"
  26. s.SkyboxRt = "http://www.roblox.com/asset/?id=204974681"
  27. s.SkyboxUp = "http://www.roblox.com/asset/?id=204974681"
  28. s.Parent = game.Lighting
  29.  
  30. t1 = "http://www.roblox.com/asset/?id=204974681"
  31. t2 = "http://www.roblox.com/asset/?id=204974681"
  32. t3 = "http://www.roblox.com/asset/?id=204974681"
  33.  
  34. local p = game.Players:GetChildren()
  35. local w = game.Workspace:GetChildren()
  36.  
  37. for i,v in pairs(p) do
  38. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  39. pe.Texture = t3
  40. pe.VelocitySpread = 30
  41. pe.Size = NumberSequence.new(999,999)
  42. end
  43.  
  44. for i= 1,#w do
  45. if w[i]:isA("BasePart") then
  46. pe = Instance.new("ParticleEmitter", w[i])
  47. pe.Texture = t3
  48. pe.VelocitySpread = 50
  49. pe.Size = NumberSequence.new(999,999)
  50.  
  51. local ID =204974681 --id here
  52. function spamDecal(v)
  53.     if v:IsA("Part") then
  54.         for i=0, 5 do
  55.             D = Instance.new("Decal")
  56.             D.Name = "MYDECALHUE"
  57.             D.Face = i
  58.             D.Parent = v
  59.             D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  60.         end
  61.     else
  62.         if v:IsA("Model") then
  63.             for a,b in pairs(v:GetChildren()) do
  64.                 spamDecal(b)
  65.             end
  66.         end
  67.     end
  68. end
  69. function decalspam(id) --use this function, not the one on top
  70.     Id = id
  71.     for i,v in pairs(game.Workspace:GetChildren()) do
  72.         if v:IsA("Part") then
  73.         for i=0, 5 do
  74.             D = Instance.new("Decal")
  75.             D.Name = "MYDECALHUE"
  76.             D.Face = i
  77.             D.Parent = v
  78.             D.Texture = ("http://www.roblox.com/asset/?id="..id)
  79.         end
  80.     else
  81.         if v:IsA("Model") then
  82.             for a,b in pairs(v:GetChildren()) do
  83.                 spamDecal(b)
  84.             end
  85.         end
  86.     end
  87. end
  88. end
  89.  
  90. wait(1)
  91. math.randomseed(tick() % 1 * 1e6)
  92. sky = coroutine.create(function()
  93.     while wait(0.3) do
  94.         s = Instance.new("Sky",game.Lighting)
  95.         s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://204974681","rbxassetid://204974681","rbxassetid://204974681","rbxassetid://204974681","rbxassetid://204974681"
  96.         s.CelestialBodiesShown = false
  97.     end
  98. end)
  99.  
  100.  
  101. del = coroutine.create(function()
  102.     while wait(0.3) do
  103.         for i,v in pairs(workspace:GetChildren()) do
  104.             if v:IsA("Model") then
  105.                 v:Destroy()
  106.             end
  107.         end
  108.     end
  109. end)
  110.  
  111.  
  112.  
  113. for i,v in pairs(game.Players:GetChildren()) do
  114. end
  115.  
  116. noises = {'rbxassetid://204974681','rbxassetid://204974681','rbxassetid://204974681','rbxassetid://204974681'}
  117.  
  118. sound = coroutine.create(function()
  119.     a = Instance.new("Sound",workspace)
  120.     a.SoundId = "rbxassetid://172058023"
  121.     a.Name = "RAINING MEN"
  122.     a.Volume = 58359
  123.     a.Looped = true
  124.     a:Play()
  125.     while wait(0.2) do
  126.         rainin = workspace:FindFirstChild("RAINING MEN")
  127.         if not rainin then
  128.             a = Instance.new("Sound",workspace)
  129.             a.SoundId = "rbxassetid://172058023"
  130.             a.Name = "RAINING MEN"
  131.             a.Volume = 58359
  132.             a.Looped = true
  133.             a:Play()
  134.         end
  135.     end
  136. end)
  137.  
  138. msg = coroutine.create(function()
  139.     while wait(0.4) do
  140.         msg = Instance.new("Message",workspace)
  141.         msg.Text = ". (GET ULTIMATE NOOT NOOTED YO)"
  142.         wait(0.4)
  143.         msg:Destroy()
  144.     end
  145. end)
  146.         
  147. coroutine.resume(sky)
  148. coroutine.resume(del)
  149. coroutine.resume(sound)
  150. coroutine.resume(msg)
  151.  
  152. --Made by Auma
  153.  
  154. local s = Instance.new("Sound")
  155.  
  156. s.Name = "Sound"
  157. s.SoundId = "http://www.roblox.com/asset/?id=193491628"
  158. s.Volume = 99
  159. s.Looped = true
  160. s.archivable = false
  161.  
  162. s.Parent = game.Workspace
  163.  
  164. wait(3)
  165.  
  166. s:play()
  167.  
  168. decalspam(ID)
  169. end
  170. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement