Advertisement
MilkyToast999xxx

Noot Noot V2

Dec 13th, 2019
1,795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. local module = {}
  2. function module.load(plr)
  3. --loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
  4.  
  5. local msg = Instance.new("Message",workspace)
  6. msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
  7. wait(2)
  8. msg:Destroy()
  9. pingudecal = "http://www.roblox.com/asset/?id=382332426"
  10. local didpingu = false
  11. local ScreenGui = Instance.new("ScreenGui",game.Players[plr].PlayerGui)
  12. ScreenGui.Name = "nooties"
  13. local asd = Instance.new("TextButton",ScreenGui)
  14. asd.BackgroundColor3 = Color3.new(0,0,0)
  15. asd.BorderColor3 = Color3.new(0,0,0)
  16. asd.Name = "nooties"
  17. asd.Position = UDim2.new(1,-150,1,-90)
  18. asd.Size = UDim2.new(0,150,0,45)
  19. asd.Font = "SourceSansBold"
  20. asd.FontSize = "Size32"
  21. asd.Text = "Noot Noot!"
  22. asd.TextColor3 = Color3.new(255,255,255)
  23. asd.MouseButton1Down:connect(function()
  24. if didpingu == false then
  25. didpingu = true
  26. for i,v in pairs(game.Players:GetChildren()) do
  27. if v:IsA("Player") then
  28. local nooties = Instance.new("Sound",workspace)
  29. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  30. nooties.Volume = 1
  31. nooties.Looped = true
  32. nooties:Play()
  33. end
  34. end
  35. wait(12)
  36. local Sky = Instance.new("Sky",game.Lighting)
  37. Sky.SkyboxBk = pingudecal
  38. Sky.SkyboxDn = pingudecal
  39. Sky.SkyboxFt = pingudecal
  40. Sky.SkyboxLf = pingudecal
  41. Sky.SkyboxRt = pingudecal
  42. Sky.SkyboxUp = pingudecal
  43. local function modelasd()
  44. for i,v in pairs(workspace:GetChildren()) do
  45. if v:IsA("Model") then
  46. for i,a in pairs(v:GetChildren()) do
  47. local top = Instance.new("Decal",a)
  48. top.Face = "Top"
  49. top.Texture = pingudecal
  50. local btm = Instance.new("Decal",a)
  51. btm.Face = "Bottom"
  52. btm.Texture = pingudecal
  53. local lft = Instance.new("Decal",a)
  54. lft.Face = "Left"
  55. lft.Texture = pingudecal
  56. local rft = Instance.new("Decal",a)
  57. rft.Face = "Right"
  58. rft.Texture = pingudecal
  59. local frnt = Instance.new("Decal",a)
  60. frnt.Face = "Front"
  61. frnt.Texture = pingudecal
  62. local bk = Instance.new("Decal",a)
  63. bk.Face = "Back"
  64. bk.Texture = pingudecal
  65. local VTest = Instance.new("ParticleEmitter")
  66. VTest.Parent = a
  67. VTest.Texture = pingudecal
  68. VTest.Speed = NumberRange.new(200)
  69. VTest.Rate = 200
  70. VTest.Size = NumberSequence.new(10000,10000)
  71. VTest.Lifetime = NumberRange.new(1000)
  72. local pepe = coroutine.create(function()
  73. while wait() do
  74. local Explosion = Instance.new("Explosion",a)
  75. Explosion.BlastRadius = 10000
  76. end
  77. end)
  78. coroutine.resume(pepe)
  79. end
  80. end
  81. end
  82. end
  83. local function partasd()
  84. for i,a in pairs(workspace:GetChildren()) do
  85. local top = Instance.new("Decal",a)
  86. top.Face = "Top"
  87. top.Texture = pingudecal
  88. local btm = Instance.new("Decal",a)
  89. btm.Face = "Bottom"
  90. btm.Texture = pingudecal
  91. local lft = Instance.new("Decal",a)
  92. lft.Face = "Left"
  93. lft.Texture = pingudecal
  94. local rft = Instance.new("Decal",a)
  95. rft.Face = "Right"
  96. rft.Texture = pingudecal
  97. local frnt = Instance.new("Decal",a)
  98. frnt.Face = "Front"
  99. frnt.Texture = pingudecal
  100. local bk = Instance.new("Decal",a)
  101. bk.Face = "Back"
  102. bk.Texture = pingudecal
  103. local VTest = Instance.new("ParticleEmitter")
  104. VTest.Parent = a
  105. VTest.Texture = pingudecal
  106. VTest.Speed = NumberRange.new(200)
  107. VTest.Rate = 200
  108. VTest.Lifetime = NumberRange.new(1000)
  109. VTest.Size = NumberSequence.new(10000,10000)
  110. local pepe = coroutine.create(function()
  111. while wait() do
  112. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  113. local Explosion = Instance.new("Explosion",a)
  114. Explosion.BlastRadius = 10000
  115. end
  116. end
  117. end)
  118. coroutine.resume(pepe)
  119. end
  120. end
  121. partasd()
  122. modelasd()
  123. else
  124. warn("Already Ran! Did not execute the script!")
  125. end
  126. end)
  127. end
  128. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement