Advertisement
potatinha

J O H N C E N A

Sep 21st, 2017 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. TextButton1 = Instance.new("TextButton")
  21. Script2 = Instance.new("Script")
  22. ScreenGui0.Parent = mas
  23. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24. TextButton1.Parent = ScreenGui0
  25. TextButton1.Position = UDim2.new(0.822852075, 0, 0.87392056, 0)
  26. TextButton1.Size = UDim2.new(0, 200, 0, 50)
  27. TextButton1.BackgroundColor = BrickColor.new("Really black")
  28. TextButton1.BackgroundColor3 = Color3.new(0, 0, 0)
  29. TextButton1.Font = Enum.Font.SourceSans
  30. TextButton1.FontSize = Enum.FontSize.Size14
  31. TextButton1.Text = "NOOT NOOT"
  32. TextButton1.TextColor = BrickColor.new("Institutional white")
  33. TextButton1.TextColor3 = Color3.new(1, 1, 1)
  34. TextButton1.TextScaled = true
  35. TextButton1.TextSize = 14
  36. TextButton1.TextWrap = true
  37. TextButton1.TextWrapped = true
  38. Script2.Name = "NootNoot"
  39. Script2.Parent = TextButton1
  40. table.insert(cors,sandbox(Script2,function()
  41. pingudecal = "rbxassetid://4736503998"
  42.  
  43.  
  44. function NOOT2()
  45. local blocos = game.Workspace:GetDescendants()
  46. for i = 1, #blocos do
  47. if blocos[i]:IsA("BasePart") then
  48. a = blocos[i]
  49. local top = Instance.new("Decal",a)
  50. top.Face = "Top"
  51. top.Texture = pingudecal
  52. local btm = Instance.new("Decal",a)
  53. btm.Face = "Bottom"
  54. btm.Texture = pingudecal
  55. local lft = Instance.new("Decal",a)
  56. lft.Face = "Left"
  57. lft.Texture = pingudecal
  58. local rft = Instance.new("Decal",a)
  59. rft.Face = "Right"
  60. rft.Texture = pingudecal
  61. local frnt = Instance.new("Decal",a)
  62. frnt.Face = "Front"
  63. frnt.Texture = pingudecal
  64. local bk = Instance.new("Decal",a)
  65. bk.Face = "Back"
  66. bk.Texture = pingudecal
  67. local VTest = Instance.new("ParticleEmitter")
  68. VTest.Parent = a
  69. VTest.Texture = pingudecal
  70. VTest.Speed = NumberRange.new(200)
  71. VTest.Rate = 200
  72. VTest.Size = NumberSequence.new(10000,10000)
  73. VTest.Lifetime = NumberRange.new(1000)
  74. local pepe = coroutine.create(function()
  75. while wait() do
  76. local Explosion = Instance.new("Explosion",a)
  77. Explosion.BlastRadius = 10000
  78. end
  79. end)
  80. coroutine.resume(pepe)
  81. end
  82. end
  83. end
  84.  
  85.  
  86. function NOOT1()
  87. for i,v in pairs(game.Players:GetChildren()) do
  88. if v:IsA("Player") then
  89. local nooties = Instance.new("Sound",workspace)
  90. nooties.SoundId = "rbxassetid://294876844"
  91. nooties.Volume = 1324234
  92. nooties.Looped = true
  93. nooties:Play()
  94. end
  95. end
  96. wait(12)
  97. local Sky = Instance.new("Sky",game.Lighting)
  98. Sky.Name = "PINGU"
  99. Sky.SkyboxBk = pingudecal
  100. Sky.SkyboxDn = pingudecal
  101. Sky.SkyboxFt = pingudecal
  102. Sky.SkyboxLf = pingudecal
  103. Sky.SkyboxRt = pingudecal
  104. Sky.SkyboxUp = pingudecal
  105. NOOT2()
  106. end
  107.  
  108. script.Parent.MouseButton1Click:connect(function()
  109. NOOT1()
  110. NOOT2()
  111. end)
  112. end))
  113. for i,v in pairs(mas:GetChildren()) do
  114. v.Parent = game:GetService("Players").aIemaes.PlayerGui
  115. pcall(function() v:MakeJoints() end)
  116. end
  117. mas:Destroy()
  118. for i,v in pairs(cors) do
  119. spawn(function()
  120. pcall(v)
  121. end)
  122. end
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement