View difference between Paste ID: dKpYKr9u and A7QYJwUt
SHOW: | | - or go back to the newest paste.
1-
----[Created by OmegaHardcore99]----
1+
sky = coroutine.create(function()
2
    while wait(0.3) do
3-
Player = game.Players.LocalPlayer
3+
        s = Instance.new("Sky",game.Lighting)
4
        s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://1594287581","rbxassetid://1594287581","rbxassetid://1594287581","rbxassetid://1594287581","rbxassetid://1594287581","rbxassetid://1594287581"
5-
Bomb = Instance.new("Tool")
5+
        s.CelestialBodiesShown = false
6-
Bomb.Parent = Player.Backpack
6+
    end
7-
Bomb.Name = "WTF Bomb"
7+
8-
Bomb.ToolTip = "Nuke the Entire Game :3"
8+
9
sound = coroutine.create(function()
10-
H = Instance.new("Part")
10+
    a = Instance.new("Sound",workspace)
11-
H.Parent = Bomb
11+
    a.SoundId = "rbxassetid://318733059"
12-
H.Name = "Handle"
12+
    a.Name = "RAINING MEN"
13-
H.Size = Vector3.new(2,1,2)
13+
    a.Volume = 58359
14
    a.Looped = true
15-
C4 = Instance.new("SpecialMesh")
15+
    a:Play()
16-
C4.Parent = H
16+
    while wait(0.2) do
17-
C4.MeshId = "http://www.roblox.com/asset/?id=104516854"
17+
        rainin = workspace:FindFirstChild("RAINING MEN")
18-
C4.TextureId = "http://www.roblox.com/asset/?id=104516981"
18+
        if not rainin then
19-
C4.Scale = Vector3.new(2,2,2)
19+
            a = Instance.new("Sound",workspace)
20
            a.SoundId = "rbxassetid://318733059"
21-
function nuke()
21+
            a.Name = "RAINING MEN"
22
            a.Volume = 58359
23-
skyNOOB = coroutine.create(function()
23+
            a.Looped = true
24-
	while wait(0.3) do
24+
            a:Play()
25-
		local s = Instance.new("Sky",game.Lighting)
25+
        end
26-
		s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://227451813","rbxassetid://559660882","rbxassetid://947995509","rbxassetid://824851584","rbxassetid://835633217","rbxassetid://726895156"
26+
    end
27-
		s.CelestialBodiesShown = false
27+
28-
	end
28+
29
del = coroutine.create(function()
30-
soundNOOB = coroutine.create(function()
30+
    while wait(0.3) do
31-
	local a = Instance.new("Sound",workspace)
31+
        for i,v in pairs(workspace:GetChildren()) do
32-
	a.SoundId = "rbxassetid://902601313"
32+
            if v:IsA("Model") then
33-
	a.Name = "RAINING MEN"
33+
                v:Destroy()
34-
	a.Volume = 58359
34+
            end
35-
	a.Looped = true
35+
        end
36-
	a:Play()
36+
    end
37-
	while wait(0.2) do
37+
38-
		local rainin = workspace:FindFirstChild("RAINING MEN")
38+
39-
		if not rainin then
39+
coroutine.resume(sky)
40-
			a = Instance.new("Sound",workspace)
40+
coroutine.resume(sound)
41-
			a.SoundId = "rbxassetid://902601313"
41+
coroutine.resume(del)