Advertisement
Guest User

Untitled

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