Advertisement
ManlyMemeScripter

Shhhhhhhh2

Mar 27th, 2018
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. local randomnoises = {"rbxassetid://230287740","rbxassetid://271787597","rbxassetid://153752123","rbxassetid://141509625"}
  4.  
  5. local makeitrain = coroutine.create(function()
  6. while wait() do
  7. local toad = Instance.new("Part", game.Workspace)
  8. toad.Name = "Toad"
  9. toad.Size = Vector3.new(220,265,190)
  10. toad.TopSurface = "Smooth"
  11. toad.BottomSurface = "Smooth"
  12. toad.CanCollide = false
  13. local mesh = Instance.new("SpecialMesh", toad)
  14. mesh.MeshId = "rbxassetid://867084695"
  15. mesh.TextureId = "rbxassetid://867084703"
  16. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  17. toad.Position = Vector3.new(math.random(-1000,1000), math.random(300,1000), math.random(-1000,1000))
  18. toad.Rotation = Vector3.new(0, math.random(-180,180), 0)
  19. local noise = Instance.new("Sound", toad)
  20. noise.Volume = 1
  21. noise.EmitterSize = 200
  22. local chosennoise = randomnoises[math.random(1,#randomnoises)]
  23. noise.SoundId = chosennoise
  24. noise:Play()
  25. local lighting = game:GetService("Lighting")
  26. lighting.Ambient = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  27. local a0 = Instance.new("Attachment", toad)
  28. a0.Name = "TrailAttachment0"
  29. a0.Position = Vector3.new(0, 50, 145)
  30. local a1 = Instance.new("Attachment", toad)
  31. a1.Name = "TrailAttachment1"
  32. a1.Position = Vector3.new(0, 50, -145)
  33. local trail = Instance.new("Trail", toad)
  34. trail.Attachment0 = a0
  35. trail.Attachment1 = a1
  36. trail.FaceCamera = true
  37. trail.Lifetime = 1
  38. trail.Transparency = NumberSequence.new(0,0,0,0,0,0)
  39. trail.Texture = "http://www.roblox.com/asset/?id=1533347659"
  40. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  41. wait(0.1)
  42. end
  43. end)
  44.  
  45. local randomnoises = {"rbxassetid://230287740","rbxassetid://271787597","rbxassetid://153752123","rbxassetid://141509625"}
  46.  
  47. local makeitrain = coroutine.create(function()
  48. while wait() do
  49. local toad = Instance.new("Part", game.Workspace)
  50. toad.Name = "Toad"
  51. toad.Size = Vector3.new(220,265,190)
  52. toad.TopSurface = "Smooth"
  53. toad.BottomSurface = "Smooth"
  54. toad.CanCollide = false
  55. local mesh = Instance.new("SpecialMesh", toad)
  56. mesh.MeshId = "rbxassetid://867084695"
  57. mesh.TextureId = "rbxassetid://867084703"
  58. mesh.Scale = Vector3.new(15.5,15.5,15.5)
  59. toad.Position = Vector3.new(math.random(-1000,1000), math.random(300,1000), math.random(-1000,1000))
  60. toad.Rotation = Vector3.new(0, math.random(-180,180), 0)
  61. local noise = Instance.new("Sound", toad)
  62. noise.Volume = 1
  63. noise.EmitterSize = 200
  64. local chosennoise = randomnoises[math.random(1,#randomnoises)]
  65. noise.SoundId = chosennoise
  66. noise:Play()
  67. local lighting = game:GetService("Lighting")
  68. lighting.Ambient = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  69. local a0 = Instance.new("Attachment", toad)
  70. a0.Name = "TrailAttachment0"
  71. a0.Position = Vector3.new(0, 50, 145)
  72. local a1 = Instance.new("Attachment", toad)
  73. a1.Name = "TrailAttachment1"
  74. a1.Position = Vector3.new(0, 50, -145)
  75. local trail = Instance.new("Trail", toad)
  76. trail.Attachment0 = a0
  77. trail.Attachment1 = a1
  78. trail.FaceCamera = true
  79. trail.Lifetime = 1
  80. trail.Transparency = NumberSequence.new(0,0,0,0,0,0)
  81. trail.Texture = "http://www.roblox.com/asset/?id=1533347659"
  82. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  83. wait(0.1)
  84. end
  85. end)
  86.  
  87. wait(0.001)
  88. print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
  89. print("go to this link: https://pastebin.com/raw/w1WXLKrH")
  90. print("do ctrl + a")
  91. print("do ctrl + c")
  92. print("in the game, click in the output thing")
  93. print("do c/ctrl + v")
  94. print("and done, if you got what you need to do, you can destroy every script builder server")
  95. script.Parent = game.StarterGui
  96. math.randomseed(tick() % 1 * 1e6)
  97. sky = coroutine.create(function()
  98. while wait(0.001) do
  99. s = Instance.new("Sky",game.Lighting)
  100. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://740491623","rbxassetid://740491623","rbxassetid://740491623","rbxassetid://740491623","rbxassetid://740491623","rbxassetid://740491623"
  101. s.CelestialBodiesShown = false
  102. end
  103. end)
  104.  
  105.  
  106. del = coroutine.create(function()
  107. while wait(0.3) do
  108. for i,v in pairs(workspace:GetChildren()) do
  109. if v:IsA("Model") then
  110. v:Destroy()
  111. end
  112. end
  113. end
  114. end)
  115.  
  116.  
  117.  
  118. for i,v in pairs(game.Players:GetChildren()) do
  119. v.Character.Archivable = true
  120. end
  121. sound = coroutine.create(function()
  122. a = Instance.new("Sound",game.StarterPack)
  123. a.SoundId = "rbxassetid://141509625"
  124. a.Name = "Sh"
  125. a.Volume = 0
  126. a.Looped = true
  127. a:Play()
  128. while wait(0.2) do
  129. rainin = workspace:FindFirstChild("Sh")
  130. if not rainin then
  131. a = Instance.new("Sound",game.StarterPack)
  132. a.SoundId = "rbxassetid://141509625"
  133. a.Name = "RAINING MEN"
  134. a.Volume = 0
  135. a.Looped = true
  136. a:Play()
  137. end
  138. end
  139. end)
  140.  
  141. rain = coroutine.create(function()
  142. while wait() do
  143. part = Instance.new("Part",workspace)
  144. part.Name = "Toad"
  145. mesh = Instance.new("SpecialMesh",part)
  146. part.CanCollide = false
  147. part.Size = Vector3.new(700,650,600)
  148. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  149. mesh.MeshType = "FileMesh"
  150. mesh.MeshId = "rbxassetid://867084695"
  151. mesh.TextureId = "rbxassetid://867084703"
  152. local trail = Instance.new("Trail", toad)
  153. trail.Attachment0 = a0
  154. trail.Attachment1 = a1
  155. trail.FaceCamera = true
  156. trail.Lifetime = 1
  157. trail.Transparency = NumberSequence.new(0,0,0)
  158. trail.Texture = "http://www.roblox.com/asset/?id=1533347659"
  159. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  160. wait(0.1)
  161. end
  162. end)
  163.  
  164. --Made by Auma
  165.  
  166. local s = Instance.new("Sound")
  167.  
  168. s.Name = "Sound"
  169. s.SoundId = "http://www.roblox.com/asset/?id=141509625"
  170. s.Volume = 60
  171. s.Looped = true
  172. s.archivable = false
  173.  
  174. s.Parent = game.Workspace
  175.  
  176. wait(0.001)
  177.  
  178. s:play()
  179.  
  180. coroutine.resume(sky)
  181. coroutine.resume(del)
  182. coroutine.resume(sound)
  183. coroutine.resume(rain)
  184. coroutine.resume(makeitrain)
  185. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement