Godofadmin1337

NOOT NOOT

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