Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Dora = Instance.new("ScreenGui")
- local Vic = Instance.new("TextButton")
- --Properties:
- Dora.Name = "Dora"
- Dora.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Vic.Name = "Vic"
- Vic.Parent = Dora
- Vic.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- Vic.Position = UDim2.new(0.899999976, -100, 0.800000012, -60)
- Vic.Size = UDim2.new(0, 100, 0, 100)
- Vic.Font = Enum.Font.SourceSans
- Vic.Text = "ツ"
- Vic.TextColor3 = Color3.new(1, 1, 1)
- Vic.TextScaled = true
- Vic.TextSize = 14
- Vic.TextWrapped = true
- -- Scripts:
- Vic.MouseButton1Down:Connect(function()
- image = "http://www.roblox.com/asset/?id=25989786"
- id = 433264630
- message = "CONGRATS YOU WON A PACK OF AIDS."
- math.randomseed(tick() % 1 * 1e6)
- sky = coroutine.create(function()
- while wait(0.3) do
- s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
- s.CelestialBodiesShown = false
- end
- end)
- del = coroutine.create(function()
- while wait(0.3) do
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- v:Destroy()
- end
- end
- end
- end)
- sound = coroutine.create(function()
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://"..id..""
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- while wait(0.2) do
- rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://"..id..""
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- end
- end
- end)
- msg = coroutine.create(function()
- while wait(0.4) do
- msg = Instance.new("Message",workspace)
- msg.Text = message
- wait(0.4)
- msg:Destroy()
- end
- end)
- rain = coroutine.create(function()
- while wait(10 % 1 * 1e2) do
- part = Instance.new("Part",workspace)
- part.Name = "Toad"
- mesh = Instance.new("SpecialMesh",part)
- sound = Instance.new("Sound",workspace)
- part.CanCollide = false
- part.Size = Vector3.new(440,530,380)
- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
- mesh.MeshType = "FileMesh"
- mesh.Scale = Vector3.new(100,100,100)
- mesh.MeshId = "rbxassetid://430155854"
- mesh.TextureId = "rbxassetid://430155861"
- end
- end)
- coroutine.resume(sky)
- coroutine.resume(del)
- coroutine.resume(sound)
- coroutine.resume(msg)
- coroutine.resume(rain)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement