View difference between Paste ID: 1eyMK9wU and BcB1x3D0
SHOW: | | - or go back to the newest paste.
1
-- :(
2
fac = {"Front", "Back", "Left", "Right", "Top", "Bottom"}
3
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"}
4-
text = {"666","666","666","666","666","666","hell is a bad p l a c e","s u c c","seis seis seis","tripl 6","a a a a","1234567890","0987654321","abcdefghijklmnopqrstuvwxyz","aladdin","3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3e3","a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2","agggggg","infectrd"}
4+
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"}
5
preload = function(table)
6
	for i=1,#table do
7
		game:service("ContentProvider"):Preload(table[i])
8
	end
9
end
10
light = function(v)
11
	for i = 1, 50 do
12
		a2 = Instance.new("Fire", v)
13
		a2.Heat = 999999999999999
14
		a2.Size = 99999999999
15
		a2.Color = Color3.new(255, 0, 0)
16
	end
17
end
18
preload(dec)
19
for i, v in pairs(workspace:children()) do
20
	light(v)
21
	if v:isA("Part") then
22
		for inc=1,6 do
23
			a = Instance.new("Decal",v)
24
			a.Face = fac[inc]
25
			local tab = {}
26
			tab[#tab + 1] = a or nil
27
			coroutine.resume(coroutine.create(function()
28
				while wait(.2) do
29
					for i=1,#tab do
30
						tab[i].Texture = dec[math.random(1,#dec)]
31
					end
32
				end
33
			end))
34
		end
35
	end
36
end
37
for i, v in pairs(game.Players:children()) do
38
	b = v.Character
39
	light(b.Torso)
40
	t = v.PlayerGui
41
	coroutine.resume(coroutine.create(function()
42
		while true do
43
			wait(.1)
44
			a5 = Instance.new("ScreenGui",t)
45
			a6 = Instance.new("TextLabel",a5)
46
			a6.Position = UDim2.new(math.random(),0,math.random(),0)
47
			a6.TextColor3 = Color3.new(255,0,0)
48
			a6.TextStrokeTransparency = 0
49
			a6.Text = text[math.random(1,#text)]
50
		end
51
	end))
52
end
53
l = game.Lighting
54
while wait() do
55
	l.FogColor = Color3.new(255, 0, 0)
56
	l.FogEnd = math.random(1, 100)
57
	l.FogStart = l.FogEnd
58
	l.TimeOfDay = "0:00:00"
59
	l.Brightness = -1000000000000
60
	l.Ambient = Color3.new(255, 0, 0)
61
	l.OutdoorAmbient = Color3.new(math.random(), math.random(), math.random())
62
end