Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- :(
- fac = {"Front", "Back", "Left", "Right", "Top", "Bottom"}
- dec = {"http://www.roblox.com/asset/?id=15917021","http://www.roblox.com/asset/?id=180477389","http://www.roblox.com/asset/?id=459153664","http://www.roblox.com/asset/?id=258199424"}
- text = {"666","666","666","666","666","666","hell is a bad p l a c e","s u c c","ARE YOU READY TO SUCK MY DICK FOREVER","tripl 6","a a a a","1234567890","0987654321","THIS SERVER IS FUCKED UP","aladdin","3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3","a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2","agggggg","infectrd"}
- preload = function(table)
- for i=1,#table do
- game:service("ContentProvider"):Preload(table[i])
- end
- end
- light = function(v)
- for i = 1, 50 do
- a2 = Instance.new("Fire", v)
- a2.Heat = 999999999999999
- a2.Size = 99999999999
- a2.Color = Color3.new(255, 0, 0)
- end
- end
- preload(dec)
- for i, v in pairs(workspace:children()) do
- light(v)
- if v:isA("Part") then
- for inc=1,6 do
- a = Instance.new("Decal",v)
- a.Face = fac[inc]
- local tab = {}
- tab[#tab + 1] = a or nil
- coroutine.resume(coroutine.create(function()
- while wait(.2) do
- for i=1,#tab do
- tab[i].Texture = dec[math.random(1,#dec)]
- end
- end
- end))
- end
- end
- end
- for i, v in pairs(game.Players:children()) do
- b = v.Character
- light(b.Torso)
- t = v.PlayerGui
- coroutine.resume(coroutine.create(function()
- while true do
- wait(.1)
- a5 = Instance.new("ScreenGui",t)
- a6 = Instance.new("TextLabel",a5)
- a6.Position = UDim2.new(math.random(),0,math.random(),0)
- a6.TextColor3 = Color3.new(255,0,0)
- a6.TextStrokeTransparency = 0
- a6.Text = text[math.random(1,#text)]
- end
- end))
- end
- l = game.Lighting
- while wait() do
- l.FogColor = Color3.new(255, 0, 0)
- l.FogEnd = math.random(1, 100)
- l.FogStart = l.FogEnd
- l.TimeOfDay = "0:00:00"
- l.Brightness = -1000000000000
- l.Ambient = Color3.new(255, 0, 0)
- l.OutdoorAmbient = Color3.new(math.random(), math.random(), math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement