View difference between Paste ID: GzzA8kQT and bWDfw8mx
SHOW: | | - or go back to the newest paste.
1-
wait(1)
1+
-- Farewell Infortality.
2-
image = "http://www.roblox.com/asset/?id=118054839"
2+
-- Version: 2.82
3-
id = 442897621
3+
-- Instances:
4-
message = "OOOH NO MORE NOGGIN TIME. GET SHREKED!"
4+
local Dora = Instance.new("ScreenGui")
5-
math.randomseed(tick() % 1 * 1e6)
5+
local Vic = Instance.new("TextButton")
6-
sky = coroutine.create(function()
6+
--Properties:
7-
	while wait(0.3) do
7+
Dora.Name = "Dora"
8-
		s = Instance.new("Sky",game.Lighting)
8+
Dora.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
9-
		s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
9+
10-
		s.CelestialBodiesShown = false
10+
Vic.Name = "Vic"
11-
	end
11+
Vic.Parent = Dora
12-
end)
12+
Vic.BackgroundColor3 = Color3.new(0, 0.333333, 1)
13
Vic.Position = UDim2.new(0.899999976, -100, 0.800000012, -60)
14-
del = coroutine.create(function()
14+
Vic.Size = UDim2.new(0, 100, 0, 100)
15-
	while wait(0.3) do
15+
Vic.Font = Enum.Font.SourceSans
16-
		for i,v in pairs(workspace:GetChildren()) do
16+
Vic.Text = "ツ"
17-
			if v:IsA("Model") then
17+
Vic.TextColor3 = Color3.new(1, 1, 1)
18-
				v:Destroy()
18+
Vic.TextScaled = true
19
Vic.TextSize = 14
20
Vic.TextWrapped = true
21-
	end
21+
-- Scripts:
22-
end)
22+
23
Vic.MouseButton1Down:Connect(function()
24-
sound = coroutine.create(function()
24+
	image = "http://www.roblox.com/asset/?id=25989786"
25-
	a = Instance.new("Sound",workspace)
25+
	id = 433264630
26-
	a.SoundId = "rbxassetid://"..id..""
26+
	message = "CONGRATS YOU WON A PACK OF AIDS."
27-
	a.Name = "RAINING MEN"
27+
	math.randomseed(tick() % 1 * 1e6)
28-
	a.Volume = 58359
28+
	sky = coroutine.create(function()
29-
	a.Looped = true
29+
		while wait(0.3) do
30-
	a:Play()
30+
			s = Instance.new("Sky",game.Lighting)
31-
	while wait(0.2) do
31+
			s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
32-
		rainin = workspace:FindFirstChild("RAINING MEN")
32+
			s.CelestialBodiesShown = false
33-
		if not rainin then
33+
34-
			a = Instance.new("Sound",workspace)
34+
	end)
35-
			a.SoundId = "rbxassetid://"..id..""
35+
	
36-
			a.Name = "RAINING MEN"
36+
	del = coroutine.create(function()
37-
			a.Volume = 58359
37+
		while wait(0.3) do
38-
			a.Looped = true
38+
			for i,v in pairs(workspace:GetChildren()) do
39-
			a:Play()
39+
				if v:IsA("Model") then
40
					v:Destroy()
41-
	end
41+
				end
42-
end)
42+
43
		end
44-
msg = coroutine.create(function()
44+
	end)
45-
	while wait(0.4) do
45+
	
46-
		msg = Instance.new("Message",workspace)
46+
	sound = coroutine.create(function()
47-
		msg.Text = message
47+
		a = Instance.new("Sound",workspace)
48-
		wait(0.4)
48+
		a.SoundId = "rbxassetid://"..id..""
49-
		msg:Destroy()
49+
		a.Name = "RAINING MEN"
50-
	end
50+
		a.Volume = 58359
51-
end) 
51+
		a.Looped = true
52
		a:Play()
53
		while wait(0.2) do
54-
rain = coroutine.create(function()
54+
			rainin = workspace:FindFirstChild("RAINING MEN")
55-
	while wait(10 % 1 * 1e2) do
55+
			if not rainin then
56-
		part = Instance.new("Part",workspace)
56+
				a = Instance.new("Sound",workspace)
57-
		part.Name = "Toad"
57+
				a.SoundId = "rbxassetid://"..id..""
58-
		
58+
				a.Name = "RAINING MEN"
59-
		mesh = Instance.new("SpecialMesh",part)
59+
				a.Volume = 58359
60-
		
60+
				a.Looped = true
61-
		sound = Instance.new("Sound",workspace)
61+
				a:Play()
62-
		
62+
63-
		part.CanCollide = false
63+
64-
		part.Size = Vector3.new(440,530,380)
64+
	end)
65-
		part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
65+
	
66-
		
66+
	msg = coroutine.create(function()
67-
		mesh.MeshType = "FileMesh"
67+
		while wait(0.4) do
68-
		mesh.Scale = Vector3.new(100,100,100)
68+
			msg = Instance.new("Message",workspace)
69-
		mesh.MeshId = "rbxassetid://430155854"
69+
			msg.Text = message
70-
		mesh.TextureId = "rbxassetid://430155861"
70+
			wait(0.4)
71-
	end
71+
			msg:Destroy()
72-
end)
72+
73-
coroutine.resume(sky)
73+
	end) 
74-
coroutine.resume(del)
74+
	
75-
coroutine.resume(sound)
75+
	
76-
coroutine.resume(msg)
76+
	rain = coroutine.create(function()
77-
coroutine.resume(rain)
77+
		while wait(10 % 1 * 1e2) do
78
			part = Instance.new("Part",workspace)
79
			part.Name = "Toad"
80
			
81
			mesh = Instance.new("SpecialMesh",part)
82
			
83
			sound = Instance.new("Sound",workspace)
84
			
85
			part.CanCollide = false
86
			part.Size = Vector3.new(440,530,380)
87
			part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
88
			
89
			mesh.MeshType = "FileMesh"
90
			mesh.Scale = Vector3.new(100,100,100)
91
			mesh.MeshId = "rbxassetid://430155854"
92
			mesh.TextureId = "rbxassetid://430155861"
93
		end
94
	end)
95
	coroutine.resume(sky)
96
	coroutine.resume(del)
97
	coroutine.resume(sound)
98
	coroutine.resume(msg)
99
	coroutine.resume(rain)
100
end)