Advertisement
iiJosephCats205

Tsu

Sep 29th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Dora = Instance.new("ScreenGui")
  5. local Vic = Instance.new("TextButton")
  6. --Properties:
  7. Dora.Name = "Dora"
  8. Dora.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9.  
  10. Vic.Name = "Vic"
  11. Vic.Parent = Dora
  12. Vic.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  13. Vic.Position = UDim2.new(0.899999976, -100, 0.800000012, -60)
  14. Vic.Size = UDim2.new(0, 100, 0, 100)
  15. Vic.Font = Enum.Font.SourceSans
  16. Vic.Text = "ツ"
  17. Vic.TextColor3 = Color3.new(1, 1, 1)
  18. Vic.TextScaled = true
  19. Vic.TextSize = 14
  20. Vic.TextWrapped = true
  21. -- Scripts:
  22.  
  23. Vic.MouseButton1Down:Connect(function()
  24. image = "http://www.roblox.com/asset/?id=25989786"
  25. id = 433264630
  26. message = "CONGRATS YOU WON A PACK OF AIDS."
  27. math.randomseed(tick() % 1 * 1e6)
  28. sky = coroutine.create(function()
  29. while wait(0.3) do
  30. s = Instance.new("Sky",game.Lighting)
  31. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
  32. s.CelestialBodiesShown = false
  33. end
  34. end)
  35.  
  36. del = coroutine.create(function()
  37. while wait(0.3) do
  38. for i,v in pairs(workspace:GetChildren()) do
  39. if v:IsA("Model") then
  40. v:Destroy()
  41. end
  42. end
  43. end
  44. end)
  45.  
  46. sound = coroutine.create(function()
  47. a = Instance.new("Sound",workspace)
  48. a.SoundId = "rbxassetid://"..id..""
  49. a.Name = "RAINING MEN"
  50. a.Volume = 58359
  51. a.Looped = true
  52. a:Play()
  53. while wait(0.2) do
  54. rainin = workspace:FindFirstChild("RAINING MEN")
  55. if not rainin then
  56. a = Instance.new("Sound",workspace)
  57. a.SoundId = "rbxassetid://"..id..""
  58. a.Name = "RAINING MEN"
  59. a.Volume = 58359
  60. a.Looped = true
  61. a:Play()
  62. end
  63. end
  64. end)
  65.  
  66. msg = coroutine.create(function()
  67. while wait(0.4) do
  68. msg = Instance.new("Message",workspace)
  69. msg.Text = message
  70. wait(0.4)
  71. msg:Destroy()
  72. end
  73. end)
  74.  
  75.  
  76. rain = coroutine.create(function()
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement