Advertisement
Guest User

Untitled

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