Advertisement
rewfsdg3

Untitled

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