Advertisement
ManlyMemeScripter

Untitled

Feb 8th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 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=902601313"
  7. s.Volume = 99
  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(1)
  18. --Made by Auma
  19.  
  20. local s = Instance.new("Sound")
  21.  
  22. s.Name = "Sound"
  23. s.SoundId = "http://www.roblox.com/asset/?id=984439735"
  24. s.Volume = 99
  25. s.Looped = true
  26. s.archivable = false
  27.  
  28. s.Parent = game.Workspace
  29.  
  30. wait(3)
  31.  
  32. s:play()
  33.  
  34. --Change the IDs with your--
  35. --Dark Exploitz--
  36. s = Instance.new("Sky")
  37. s.Name = "SKY"
  38. s.SkyboxBk = "http://www.roblox.com/asset/?id=258733166"
  39. s.SkyboxDn = "http://www.roblox.com/asset/?id=258733166"
  40. s.SkyboxFt = "http://www.roblox.com/asset/?id=258733166"
  41. s.SkyboxLf = "http://www.roblox.com/asset/?id=258733166"
  42. s.SkyboxRt = "http://www.roblox.com/asset/?id=258733166"
  43. s.SkyboxUp = "http://www.roblox.com/asset/?id=258733166"
  44. s.Parent = game.Lighting
  45.  
  46. t1 = "http://www.roblox.com/asset/?id=258733166"
  47. t2 = "http://www.roblox.com/asset/?id=258733166"
  48. t3 = "http://www.roblox.com/asset/?id=258733166"
  49.  
  50. local p = game.Players:GetChildren()
  51. local w = game.Workspace:GetChildren()
  52.  
  53. for i,v in pairs(p) do
  54. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  55. pe.Texture = t3
  56. pe.VelocitySpread = 30
  57. pe.Size = NumberSequence.new(999,999)
  58. end
  59.  
  60. spam = coroutine.create(function()
  61. for i= 1,#w do
  62. if w[i]:isA("BasePart") then
  63. pe = Instance.new("ParticleEmitter", w[i])
  64. pe.Texture = t3
  65. pe.VelocitySpread = 50
  66. pe.Size = NumberSequence.new(999,999)
  67.  
  68. local ID =258733166 --id here
  69. function spamDecal(v)
  70. if v:IsA("Part") then
  71. for i=0, 5 do
  72. D = Instance.new("Decal")
  73. D.Name = "MYDECALHUE"
  74. D.Face = i
  75. D.Parent = v
  76. D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  77. end
  78. else
  79. if v:IsA("Model") then
  80. for a,b in pairs(v:GetChildren()) do
  81. spamDecal(b)
  82. end
  83. end
  84. end
  85. end
  86. spammer = coroutine.create(function()
  87. function decalspam(id) --use this function, not the one on top
  88. Id = id
  89. for i,v in pairs(game.Workspace:GetChildren()) do
  90. if v:IsA("Part") then
  91. for i=0, 5 do
  92. D = Instance.new("Decal")
  93. D.Name = "MYDECALHUE"
  94. D.Face = i
  95. D.Parent = v
  96. D.Texture = ("http://www.roblox.com/asset/?id="..id)
  97. end
  98. else
  99. if v:IsA("Model") then
  100. for a,b in pairs(v:GetChildren()) do
  101. spamDecal(b)
  102. end
  103. end
  104. end
  105. end
  106. end
  107. decalspam(ID)
  108. end
  109. end
  110.  
  111. coroutine.resume(spam)
  112. coroutine.resume(spammer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement