Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C/--Made by Auma
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=902601313"
- s.Volume = 99
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(3)
- s:play()
- Wait(1)
- --Made by Auma
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=984439735"
- s.Volume = 99
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(3)
- s:play()
- --Change the IDs with your--
- --Dark Exploitz--
- s = Instance.new("Sky")
- s.Name = "SKY"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=258733166"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=258733166"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=258733166"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=258733166"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=258733166"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=258733166"
- s.Parent = game.Lighting
- t1 = "http://www.roblox.com/asset/?id=258733166"
- t2 = "http://www.roblox.com/asset/?id=258733166"
- t3 = "http://www.roblox.com/asset/?id=258733166"
- local p = game.Players:GetChildren()
- local w = game.Workspace:GetChildren()
- for i,v in pairs(p) do
- pe = Instance.new("ParticleEmitter", v.Character.Torso)
- pe.Texture = t3
- pe.VelocitySpread = 30
- pe.Size = NumberSequence.new(999,999)
- end
- spam = coroutine.create(function()
- for i= 1,#w do
- if w[i]:isA("BasePart") then
- pe = Instance.new("ParticleEmitter", w[i])
- pe.Texture = t3
- pe.VelocitySpread = 50
- pe.Size = NumberSequence.new(999,999)
- local ID =258733166 --id here
- function spamDecal(v)
- if v:IsA("Part") then
- for i=0, 5 do
- D = Instance.new("Decal")
- D.Name = "MYDECALHUE"
- D.Face = i
- D.Parent = v
- D.Texture = ("http://www.roblox.com/asset/?id="..Id)
- end
- else
- if v:IsA("Model") then
- for a,b in pairs(v:GetChildren()) do
- spamDecal(b)
- end
- end
- end
- end
- spammer = coroutine.create(function()
- function decalspam(id) --use this function, not the one on top
- Id = id
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Part") then
- for i=0, 5 do
- D = Instance.new("Decal")
- D.Name = "MYDECALHUE"
- D.Face = i
- D.Parent = v
- D.Texture = ("http://www.roblox.com/asset/?id="..id)
- end
- else
- if v:IsA("Model") then
- for a,b in pairs(v:GetChildren()) do
- spamDecal(b)
- end
- end
- end
- end
- end
- decalspam(ID)
- end
- end
- coroutine.resume(spam)
- coroutine.resume(spammer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement