Advertisement
yougotoof

eeeeeeeee

Jan 1st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local idk = Instance.new("ScreenGui")
  5. local tpose = Instance.new("Frame")
  6. local idk_2 = Instance.new("TextButton")
  7. --Properties:
  8. idk.Name = "idk"
  9. idk.Parent = game.Players['00Oo_oOO00'].PlayerGui
  10.  
  11. tpose.Name = "tpose"
  12. tpose.Parent = idk
  13. tpose.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  14. tpose.Position = UDim2.new(0.569182336, 0, 0.794314384, 0)
  15. tpose.Size = UDim2.new(0, 339, 0, 100)
  16.  
  17. idk_2.Name = "idk"
  18. idk_2.Parent = tpose
  19. idk_2.BackgroundColor3 = Color3.new(1, 1, 1)
  20. idk_2.Position = UDim2.new(0.0560471974, 0, 0.25, 0)
  21. idk_2.Size = UDim2.new(0, 63, 0, 50)
  22. idk_2.Font = Enum.Font.SourceSans
  23. idk_2.Text = "hi"
  24. idk_2.TextColor3 = Color3.new(0, 0, 0)
  25. idk_2.TextSize = 14
  26.  
  27. idk_2.MouseButton1Down:connect(function()
  28. wait(1)
  29. print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
  30. print("go to this link: https://pastebin.com/raw/w1WXLKrH")
  31. print("do ctrl + a")
  32. print("do ctrl + c")
  33. print("in the game, click in the output thing")
  34. print("do c/ctrl + v")
  35. print("and done, if you got what you need to do, you can destroy every script builder server")
  36. script.Parent = game.StarterGui
  37. math.randomseed(tick() % 1 * 1e6)
  38. sky = coroutine.create(function()
  39. while wait(0.3) do
  40. s = Instance.new("Sky",game.Lighting)
  41. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360"
  42. s.CelestialBodiesShown = false
  43. end
  44. end)
  45.  
  46.  
  47. del = coroutine.create(function()
  48. while wait(0.3) do
  49. for i,v in pairs(workspace:GetChildren()) do
  50. if v:IsA("Model") then
  51. v:Destroy()
  52. end
  53. end
  54. end
  55. end)
  56.  
  57.  
  58.  
  59. for i,v in pairs(game.Players:GetChildren()) do
  60. v.Character.Archivable = true
  61. end
  62. sound = coroutine.create(function()
  63. a = Instance.new("Sound",game.StarterPack)
  64. a.SoundId = "rbxassetid://276873987"
  65. a.Name = "RAINING MEN"
  66. a.Volume = 58359
  67. a.Looped = true
  68. a:Play()
  69. while wait(0.2) do
  70. rainin = workspace:FindFirstChild("RAINING MEN")
  71. if not rainin then
  72. a = Instance.new("Sound",game.StarterPack)
  73. a.SoundId = "rbxassetid://276873987"
  74. a.Name = "RAINING MEN"
  75. a.Volume = 0
  76. a.Looped = true
  77. a:Play()
  78. end
  79. end
  80. end)
  81.  
  82. msg = coroutine.create(function()
  83. while wait(0.4) do
  84. msg = Instance.new("Message",workspace)
  85. msg.Text = "Get noobroasted you bacon-haired bozos"
  86. wait(0.4)
  87. msg:Destroy()
  88. end
  89. end)
  90.  
  91.  
  92. rain = coroutine.create(function()
  93. while wait() do
  94. part = Instance.new("Part",workspace)
  95. part.Name = "Toad"
  96. mesh = Instance.new("SpecialMesh",part)
  97. part.CanCollide = false
  98. part.Size = Vector3.new(440,530,380)
  99. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  100. mesh.MeshType = "FileMesh"
  101. mesh.MeshId = "rbxassetid://1471247143"
  102. mesh.TextureId = "rbxassetid://1471247151"
  103. local trail = Instance.new("Trail", toad)
  104. trail.Attachment0 = a0
  105. trail.Attachment1 = a1
  106. trail.FaceCamera = true
  107. trail.Lifetime = 1
  108. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  109. trail.Texture = "http://www.roblox.com/asset/?id=102124677"
  110. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  111. wait(0.1)
  112. end
  113. end)
  114. coroutine.resume(sky)
  115. coroutine.resume(del)
  116. coroutine.resume(sound)
  117. coroutine.resume(msg)
  118. coroutine.resume(rain)
  119. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement