FutureIswap

Untitled

Feb 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. local msg = Instance.new("Message",workspace)
  2. msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
  3.  
  4. wait(2)
  5.  
  6. msg:Destroy()
  7.  
  8. pingudecal = "http://www.roblox.com/asset/?id=382332426"
  9.  
  10. local didpingu = false
  11.  
  12. local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  13.  
  14. ScreenGui.Name = "nooties"
  15.  
  16. local asd = Instance.new("TextButton",ScreenGui)
  17.  
  18. asd.BackgroundColor3 = Color3.new(0,0,0)
  19.  
  20. asd.BorderColor3 = Color3.new(0,0,0)
  21.  
  22. asd.Name = "nooties"
  23.  
  24. asd.Position = UDim2.new(1,-150,1,-90)
  25.  
  26. asd.Size = UDim2.new(0,150,0,45)
  27.  
  28. asd.Font = "SourceSansBold"
  29.  
  30. asd.FontSize = "Size32"
  31.  
  32. asd.Text = "Noot Noot!"
  33.  
  34. asd.TextColor3 = Color3.new(255,255,255)
  35.  
  36. asd.MouseButton1Down:connect(function()
  37.  
  38. if didpingu == false then
  39.  
  40. didpingu = true
  41.  
  42. for i,v in pairs(game.Players:GetChildren()) do
  43.  
  44. if v:IsA("Player") then
  45.  
  46. local nooties = Instance.new("Sound",workspace)
  47.  
  48. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  49.  
  50. nooties.Volume = 1
  51.  
  52. nooties.Looped = true
  53.  
  54. nooties:Play()
  55.  
  56. end
  57.  
  58. end
  59.  
  60. wait(12)
  61.  
  62. local Sky = Instance.new("Sky",game.Lighting)
  63.  
  64. Sky.SkyboxBk = pingudecal
  65.  
  66. Sky.SkyboxDn = pingudecal
  67.  
  68. Sky.SkyboxFt = pingudecal
  69.  
  70. Sky.SkyboxLf = pingudecal
  71.  
  72. Sky.SkyboxRt = pingudecal
  73.  
  74. Sky.SkyboxUp = pingudecal
  75.  
  76. local function modelasd()
  77.  
  78. for i,v in pairs(workspace:GetChildren()) do
  79.  
  80. if v:IsA("Model") then
  81.  
  82. for i,a in pairs(v:GetChildren()) do
  83.  
  84. local top = Instance.new("Decal",a)
  85.  
  86. top.Face = "Top"
  87.  
  88. top.Texture = pingudecal
  89.  
  90. local btm = Instance.new("Decal",a)
  91.  
  92. btm.Face = "Bottom"
  93.  
  94. btm.Texture = pingudecal
  95.  
  96. local lft = Instance.new("Decal",a)
  97.  
  98. lft.Face = "Left"
  99.  
  100. lft.Texture = pingudecal
  101.  
  102. local rft = Instance.new("Decal",a)
  103.  
  104. rft.Face = "Right"
  105.  
  106. rft.Texture = pingudecal
  107.  
  108. local frnt = Instance.new("Decal",a)
  109.  
  110. frnt.Face = "Front"
  111.  
  112. frnt.Texture = pingudecal
  113.  
  114. local bk = Instance.new("Decal",a)
  115.  
  116. bk.Face = "Back"
  117.  
  118. bk.Texture = pingudecal
  119.  
  120. local VTest = Instance.new("ParticleEmitter")
  121.  
  122. VTest.Parent = a
  123.  
  124. VTest.Texture = pingudecal
  125.  
  126. VTest.Speed = NumberRange.new(200)
  127.  
  128. VTest.Rate = 200
  129.  
  130. VTest.Size = NumberSequence.new(10000,10000)
  131.  
  132. VTest.Lifetime = NumberRange.new(1000)
  133.  
  134. local pepe = coroutine.create(function()
  135.  
  136. while wait() do
  137.  
  138. local Explosion = Instance.new("Explosion",a)
  139.  
  140. Explosion.BlastRadius = 10000
  141.  
  142. end
  143.  
  144. end)
  145.  
  146. coroutine.resume(pepe)
  147.  
  148. end
  149.  
  150. end
  151.  
  152. end
  153.  
  154. end
  155.  
  156. local function partasd()
  157.  
  158. for i,a in pairs(workspace:GetChildren()) do
  159.  
  160. local top = Instance.new("Decal",a)
  161.  
  162. top.Face = "Top"
  163.  
  164. top.Texture = pingudecal
  165.  
  166. local btm = Instance.new("Decal",a)
  167.  
  168. btm.Face = "Bottom"
  169.  
  170. btm.Texture = pingudecal
  171.  
  172. local lft = Instance.new("Decal",a)
  173.  
  174. lft.Face = "Left"
  175.  
  176. lft.Texture = pingudecal
  177.  
  178. local rft = Instance.new("Decal",a)
  179.  
  180. rft.Face = "Right"
  181.  
  182. rft.Texture = pingudecal
  183.  
  184. local frnt = Instance.new("Decal",a)
  185.  
  186. frnt.Face = "Front"
  187.  
  188. frnt.Texture = pingudecal
  189.  
  190. local bk = Instance.new("Decal",a)
  191.  
  192. bk.Face = "Back"
  193.  
  194. bk.Texture = pingudecal
  195.  
  196. local VTest = Instance.new("ParticleEmitter")
  197.  
  198. VTest.Parent = a
  199.  
  200. VTest.Texture = pingudecal
  201.  
  202. VTest.Speed = NumberRange.new(200)
  203.  
  204. VTest.Rate = 200
  205.  
  206. VTest.Lifetime = NumberRange.new(1000)
  207.  
  208. VTest.Size = NumberSequence.new(10000,10000)
  209.  
  210. local pepe = coroutine.create(function()
  211.  
  212. while wait() do
  213.  
  214. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  215.  
  216. local Explosion = Instance.new("Explosion",a)
  217.  
  218. Explosion.BlastRadius = 10000
  219.  
  220. end
  221.  
  222. end
  223.  
  224. end)
  225.  
  226. coroutine.resume(pepe)
  227.  
  228. end
  229.  
  230. end
  231.  
  232. partasd()
  233.  
  234. modelasd()
  235.  
  236. else
  237.  
  238. warn("Already Ran! Did not execute the script!")
  239.  
  240. end
  241. end)
Add Comment
Please, Sign In to add comment