Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ====================MUSIC====================
- local s = Instance.new("Sound")
- s.Name = "Music"
- s.SoundId = "http://www.roblox.com/asset?id=215733323"
- s.Volume = 1
- s.Pitch = 1.5
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
- ====================TIME TROLL====================
- l = game:service("Lighting")
- while true do
- l:SetMinutesAfterMidnight(l:GetMinutesAfterMidnight()+10)
- wait(.1)
- end
- ====================DISCO====================
- light = game.Lighting
- while true do
- wait(.5)
- light.Ambient = Color3.new(math.random(), 100, 100, 0)
- light.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- light.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- light.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- end
- ====================MESSAGE====================
- script.Parent = game.Lighting
- local message = Instance.new("Hint")
- message.Text = "BenBonez shaves balls"
- message.Parent = game.Workspace
- ====================SKY====================
- local deeznuts = Instance.new("Sky")
- deeznuts.Parent = game.Lighting
- deeznuts.Name = "DEEZNUTS"
- deeznuts.SkyboxBk = "http://www.roblox.com/asset/?id=289486050"
- deeznuts.SkyboxDn = "http://www.roblox.com/asset/?id=289486050"
- deeznuts.SkyboxFt = "http://www.roblox.com/asset/?id=289486050"
- deeznuts.SkyboxLf = "http://www.roblox.com/asset/?id=289486050"
- deeznuts.SkyboxRt = "http://www.roblox.com/asset/?id=289486050"
- deeznuts.SkyboxUp = "http://www.roblox.com/asset/?id=289486050"
- ==================LEADERBOARD===================
- local playerLeaderstats = {}
- for i, v in pairs(game.Teams:GetChildren()) do
- table.insert(playerLeaderstats, v)
- end
- for i, v in pairs(playerLeaderstats) do
- v.Name = "Skilled is x-101st ewl"
- end
- ====================KICK ALL====================
- for i,v in pairs(game.Players:GetChildren()) do
- v:Remove()
- end
- =====================OUTLINE====================
- local playerLeaderstats = {}
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v.ClassName == "Part"
- then
- table.insert(playerLeaderstats, v)
- end
- end
- for i, v in pairs(playerLeaderstats) do
- while true do
- wait(2)
- v.BrickColor = BrickColor.new(Color3.new(math.random,math.random,math.random))
- end
- end
- =====================PARTICLES===================
- pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
- pe.Texture = "http://www.roblox.com/asset/?id=8979672"
- pe.VelocitySpread = 50
- se = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
- se.Texture = "http://www.roblox.com/asset/?id=176067516"
- se.VelocitySpread = 50
- fe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
- fe.Texture = "http://www.roblox.com/asset/?id=179012130"
- fe.VelocitySpread = 50
- =====================MOD SIGN====================
- bill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
- bill.Size = UDim2.new(4, 0, 4.5, 0)
- bill.AlwaysOnTop = false
- label = Instance.new("ImageLabel", bill)
- label.Size = UDim2.new(1, 0, 1, 0)
- label.Position = UDim2.new(0, 0, -.85, 0)
- label.BackgroundTransparency = 1
- label.Image = "http://www.roblox.com/asset/?id=3620709"
- =====================GOD MODE=====================
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
- ===================SET ALL DECAL===================
- local function Dogeify(Base)
- for _, Object in pairs(Base:GetChildren()) do
- if Object:IsA("BasePart") then
- local tex = ("http://www.roblox.com/asset/?id=166854923")
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Top"
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Bottom"
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Left"
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Right"
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Front"
- d = Instance.new("Decal",Object)
- d.Texture = tex
- d.Face = "Back"
- end
- a = function() return Dogeify(Object) end
- a()
- end
- end
- Dogeify(Workspace)
- ------Color Server------
- Spawn (function()
- function gravity(where)
- for i,part in pairs(where:GetChildren()) do
- if part:IsA("BasePart") then
- part.BrickColor = BrickColor.new("Lime green")
- end
- gravity(part)
- end
- end
- gravity(Workspace)
- end)
- ------ Kill All ------
- for i, v in pairs(game.Players:GetChildren()) do
- v.Character.Humanoid.Health = 0
- end
- ------ Decal Spam ------
- texture = "http://www.roblox.com/asset/?id=150005173" -- put id there, then set last digit one number back
- local A = game.Workspace:GetChildren()
- local B = game.Workspace:GetChildren()
- local C = game.Workspace:GetChildren()
- local D = game.Workspace:GetChildren()
- local E = game.Workspace:GetChildren()
- local F = game.Workspace:GetChildren()
- for i,v in pairs(A) do
- if v:IsA("Part") then
- local d = Instance.new("Decal",v)
- v.Decal.Face = "Top"
- v.Decal.Texture = texture
- v.Anchored = true
- end
- end
- for i,v in pairs(B) do
- if v:IsA("Part") then
- local s = Instance.new("Decal",v)
- s.Face = "Front"
- s.Texture = texture
- end
- end
- for i,v in pairs© do
- if v:IsA("Part") then
- local h = Instance.new("Decal",v)
- h.Face = "Back"
- h.Texture = texture
- end
- end
- for i,v in pairs(D) do
- if v:IsA("Part") then
- local j = Instance.new("Decal",v)
- j.Face = "Left"
- j.Texture = texture
- end
- end
- for i,v in pairs(E) do
- if v:IsA("Part") then
- local k = Instance.new("Decal",v)
- k.Face = "Right"
- k.Texture = texture
- end
- end
- for i,v in pairs(F) do
- if v:IsA("Part") then
- local l = Instance.new("Decal",v)
- l.Face = "Bottom"
- l.Texture = texture
- end
- end
- ------ Ambient Changer ------ Credits to ~1432Halo
- while true do
- wait(.3)
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement