NewPlaer01005

New gui v1

Feb 5th, 2024
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.63 KB | None | 0 0
  1. players = game:GetService("Players")
  2. player = players.LocalPlayer
  3. gui = Instance.new ("ScreenGui")
  4. gui.Parent = player.PlayerGui
  5. gui.Name = ("New Gui v1")
  6. frame = Instance.new ("Frame")
  7. frame.Parent = gui
  8. gui.Enabled = true
  9. button = Instance.new ("TextButton")
  10. button.Parent = frame
  11. frame.Size = UDim2.new (0,300,0,500)
  12. frame.Position = UDim2.new (0,0,0,0)
  13. button.Visible = true
  14. frame.Visible = true
  15. button.Size = UDim2.new (0,100,0,50)
  16. button.Position = UDim2.new (0,0,0,50)
  17. button.Text = ("Spam particles")
  18. frame.Draggable = true
  19. frame.Active = true
  20. frame.BackgroundColor = BrickColor.new (0,0,0)
  21. button.BackgroundColor = BrickColor.new (0,0,0)
  22. button.TextColor = BrickColor.new (255,255,255)
  23. tlabel = Instance.new ("TextLabel")
  24. tlabel.Parent = frame
  25. tlabel.Visible = true
  26. tlabel.BackgroundTransparency = 1
  27. tlabel.Text = ("New gui v1")
  28. tlabel.Size = UDim2.new (0,300,0,50)
  29. tlabel.Active = false
  30. tlabel.TextColor = BrickColor.New (255,255,255)
  31. tlabel.TextScaled = true
  32. frame.BorderColor3 = Color3.new (255,0,0)
  33. frame.BorderSizePixel = 5
  34. button.BorderColor3 = Color3.new (255,0,0)
  35. button.BorderSizePixel = 5
  36. button.TextScaled = true
  37. button1 = Instance.new ("TextButton")
  38. button1.Parent = frame
  39. button1.Active = true
  40. button1.Size = UDim2.new (0,100,0,50)
  41. button1.Position = UDim2.new (0,200,0,50)
  42. button1.Visible = true
  43. button1.Text = ("Sky Spam")
  44. button1.TextScaled = true
  45. button1.BackgroundColor = BrickColor.new (0,0,0)
  46. button1.BorderColor3 = Color3.new (255,0,0)
  47. button1.BackgroundTransparency = 0
  48. button1.BorderSizePixel = 5
  49. button1.TextColor = BrickColor.new (255,255,255)
  50. button2 = Instance.new ("TextButton")
  51. button2.Parent = frame
  52. button2.Visible = true
  53. button2.Active = true
  54. button2.Text = ("Wont Stop Us A")
  55. button2.BackgroundColor = BrickColor.new (0,0,0)
  56. button2.TextColor = BrickColor.new (255,255,255)
  57. button2.BackgroundTransparency = 0
  58. button2.TextScaled = true
  59. button2.BorderColor3 = Color3.new (255,0,0)
  60. button2.BorderSizePixel = 5
  61. button2.Size = UDim2.new (0,100,0,50)
  62. button2.Position = UDim2.new (0,0,0,125)
  63. button3 = Instance.new ("TextButton")
  64. button3.Parent = frame
  65. button3.Text = ("Jumpscare")
  66. button3.TextColor = BrickColor.new (255,255,255)
  67. button3.Active = true
  68. button3.Visible = true
  69. button3.BackgroundColor = BrickColor.new (0,0,0)
  70. button3.Size = UDim2.new (0,100,0,50)
  71. button3.Position = UDim2.new (0,200,0,125)
  72. button3.BackgroundTransparency = 0
  73. button3.TextTransparency = 0
  74. button3.BorderColor3 = Color3.new (255,0,0)
  75. button3.BorderSizePixel = 5
  76. button3.TextScaled = true
  77. button4 = Instance.new ("TextButton")
  78. button4.Parent = frame
  79. button4.Visible = true
  80. button4.Active = true
  81. button4.BackgroundTransparency = 0
  82. button4.Text = ("ExSer")
  83. button4.Position = UDim2.new (0,0,0,200)
  84. button4.TextColor = BrickColor.new (255,255,255)
  85. button4.Size = UDim2.new (0,100,0,50)
  86. button4.BorderColor3 = Color3.new (255,0,0)
  87. button4.BorderSizePixel = 5
  88. button4.TextScaled = true
  89. button4.BackgroundColor = BrickColor.new (0,0,0)
  90. button5 = Instance.new ("TextButton")
  91. button5.Parent = frame
  92. button5.Visible = true
  93. button5.Text = ("John Doe")
  94. button5.BackgroundTransparency = 0
  95. button5.TextTransparency = 0
  96. button5.Size = UDim2.new (0,100,0,50)
  97. button5.Position = UDim2.new (0,200,0,200)
  98. button5.TextColor = BrickColor.new (255,255,255)
  99. button5.BackgroundColor = BrickColor.new (0,0,0)
  100. button5.BorderColor3 = Color3.new (255,0,0)
  101. button5.BorderSizePixel = 5
  102. button5.TextScaled = true
  103. button6 = Instance.new ("TextButton")
  104. button6.Parent = frame
  105. button6.Visible = true
  106. button6.Text = ("Decal spam")
  107. button6.BackgroundTransparency = 0
  108. button6.TextTransparency = 0
  109. button6.BackgroundColor = BrickColor.new (0,0,0)
  110. button6.TextColor = BrickColor.new (255,255,255)
  111. button6.BorderColor3 = Color3.new (255,0,0)
  112. button6.BorderSizePixel = 5
  113. button6.TextScaled = true
  114. button6.Size = UDim2.new (0,100,0,50)
  115. button6.Position = UDim2.new (0,0,0,275)
  116. button6.Active = true
  117. button7 = Instance.new ("TextButton")
  118. button7.Parent = frame
  119. button7.Visible = true
  120. button7.BackgroundTransparency = 0
  121. button7.Text = ("Hint")
  122. button7.TextTransparency = 0
  123. button7.Active = true
  124. button7.Size = UDim2.new (0,100,0,50)
  125. button7.BackgroundColor = BrickColor.new (0,0,0)
  126. button7.TextColor = BrickColor.new (255,255,255)
  127. button7.BorderSizePixel = 5
  128. button7.BorderColor3 = Color3.new (255,0,0)
  129. button7.TextScaled = true
  130. button7.Position = UDim2.new (0,200,0,275)
  131. button8 = Instance.new ("TextButton")
  132. button8.Parent = frame
  133. button8.Visible = true
  134. button8.Active = true
  135. button8.BackgroundTransparency = 0
  136. button8.TextTransparency = 0
  137. button8.Size = UDim2.new (0,100,0,50)
  138. button8.Position = UDim2.new (0,0,0,350)
  139. button8.BorderSizePixel = 5
  140. button8.BackgroundColor = BrickColor.new (0,0,0)
  141. button8.BorderColor3 = Color3.new (255,0,0)
  142. button8.TextColor = BrickColor.new (255,255,255)
  143. button8.TextScaled = true
  144. button8.Text = ("Disco")
  145. button9 = Instance.new ("TextButton")
  146. button9.Parent = frame
  147. button9.Visible = true
  148. button9.Active = true
  149. button9.BackgroundTransparency = 0
  150. button9.TextTransparency = 0
  151. button9.Size = UDim2.new (0,100,0,50)
  152. button9.Position = UDim2.new (0,200,0,350)
  153. button9.BorderSizePixel = 5
  154. button9.BackgroundColor = BrickColor.new (0,0,0)
  155. button9.BorderColor3 = Color3.new (255,0,0)
  156. button9.TextColor = BrickColor.new (255,255,255)
  157. button9.TextScaled = true
  158. button9.Text = ("Fe/Non fe John Doe")
  159. function OBA1()
  160. local ID = 16148690144 for i,v in pairs (game.Workspace:GetChildren()) do           if v:IsA("Model") then  for i,z in pairs (v:GetChildren()) do           if z:IsA("MeshPart") then particle = Instance.new ("ParticleEmitter") particle.Parent = z particle.Enabled = true particle.Texture = "rbxassetid://"..ID particle.SpreadAngle = Vector2.new (360,360) particle.Size = NumberSequence.new (1,1) particle.Rate = 50 end end for i,v in pairs (game.Workspace:GetChildren()) do            if v:IsA("Model") then  for i,z in pairs (v:GetChildren()) do           if z:IsA("Part") then particle = Instance.new ("ParticleEmitter") particle.Parent = z particle.Enabled = true particle.Texture = "rbxassetid://"..ID particle.SpreadAngle = Vector2.new (360,360) particle.Size = NumberSequence.new (1,1) particle.Rate = 50 end end end end end end
  161. end
  162. button.MouseButton1Click:Connect(OBA1)
  163. function OBA2()
  164. local ID = 16119294146
  165. Sky = Instance.new ("Sky")
  166. Sky.Parent = game.Lighting
  167. Sky.SkyboxUp = "rbxassetid://"..ID
  168. Sky.SkyboxDn = "rbxassetid://"..ID
  169. Sky.SkyboxRt = "rbxassetid://"..ID
  170. Sky.SkyboxFt = "rbxassetid://"..ID
  171. Sky.SkyboxBk = "rbxassetid://"..ID
  172. Sky.SkyboxLf = "rbxassetid://"..ID
  173. Sky.StarCount = 0
  174. end
  175. button1.MouseButton1Click:Connect(OBA2)
  176. function OBA3()
  177. local ID = 1847661783
  178. snd = Instance.new ("Sound")
  179. snd.Parent = Workspace
  180. snd.Name = ("Wont Stop Us A")
  181. snd.SoundId = "rbxassetid://"..ID
  182. snd.Looped = true
  183. snd.Playing = true
  184. snd.Volume = 9999999999999999999
  185. snd.Pitch = 1
  186. end
  187. button2.MouseButton1Click:Connect(OBA3)
  188. function OBA4()
  189. Img = 16225089563 Players = game:GetService("Players") for index, plaer in pairs(Players:GetChildren()) do gui = Instance.new ("ScreenGui" ,Workspace) gui.Name = (game.Name) gui.Enabled = true frame = Instance.new ("ImageLabel" ,Workspace) frame.Parent = gui frame.BackgroundTransparency = 0 frame.Visible = true frame.Size = UDim2.new (0,800,0,375) frame.BackgroundColor = BrickColor.new (0,0,0) frame.Image = "rbxassetid://"..Img gui.Parent = plaer.PlayerGui snd = Instance.new ("Sound") snd.Parent = plaer snd.Volume = 9999999999999999999 snd.SoundId = ("rbxassetid://8683380188") snd.Looped = true snd.Playing = true wait(12) gui:Destroy() snd:Destroy() end
  190. end
  191. button3.MouseButton1Click:Connect(OBA4)
  192. function OBA5()
  193. require(10868847330):pls(player.Name)
  194. end
  195. button4.MouseButton1Click:Connect(OBA5)
  196. function OBA6()
  197. require(2845929020).ooga(player.Name)
  198. end
  199. button5.MouseButton1Click:Connect(OBA6)
  200. function OBA7()
  201. local ID = 16119294146     for i,v in pairs (game.Workspace:GetChildren()) do       if v:IsA("Part") then           local decal1 =Instance.new("Decal")             local decal2 =Instance.new("Decal")             local decal3 =Instance.new("Decal")             local decal4 =Instance.new("Decal")             local decal5 =Instance.new("Decal")             local decal6 =Instance.new("Decal")             decal1.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal2.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal3.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal4.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal5.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal6.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal1.Parent = v           decal2.Parent = v           decal3.Parent = v           decal4.Parent = v           decal5.Parent = v           decal6.Parent = v           decal1.Face = "Front"           decal2.Face = "Top"             decal3.Face = "Left"            decal4.Face = "Right"           decal5.Face = "Bottom"          decal6.Face = "Back"        end         end             for i,v in pairs (game.Workspace:GetChildren()) do          if v:IsA("Model") then          for i,z in pairs (v:GetChildren()) do           if z:IsA("Part") then                       local decal7 =Instance.new("Decal")             local decal8 =Instance.new("Decal")             local decal9 =Instance.new("Decal")             local decal10 =Instance.new("Decal")            local decal11 =Instance.new("Decal")            local decal12 =Instance.new("Decal")            decal7.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal8.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal9.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal10.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal11.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal12.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal7.Parent = z           decal8.Parent = z           decal9.Parent = z           decal10.Parent = z          decal11.Parent = z          decal12.Parent = z          decal7.Face = "Front"           decal8.Face = "Top"             decal9.Face = "Left"            decal10.Face = "Right"          decal11.Face = "Bottom"             decal12.Face = "Back"           end             end for i,v in pairs (game.Workspace:GetChildren()) do          if v:IsA("Model") then          for i,z in pairs (v:GetChildren()) do           if z:IsA("MeshPart") then                       local decal7 =Instance.new("Decal")             local decal8 =Instance.new("Decal")             local decal9 =Instance.new("Decal")             local decal10 =Instance.new("Decal")            local decal11 =Instance.new("Decal")            local decal12 =Instance.new("Decal")            decal7.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal8.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal9.Texture = "http://www.roblox.com/asset/?id=" ..ID            decal10.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal11.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal12.Texture = "http://www.roblox.com/asset/?id=" ..ID           decal7.Parent = z           decal8.Parent = z           decal9.Parent = z           decal10.Parent = z          decal11.Parent = z          decal12.Parent = z          decal7.Face = "Front"           decal8.Face = "Top"             decal9.Face = "Left"            decal10.Face = "Right"          decal11.Face = "Bottom"             decal12.Face = "Back" end end end end end end
  202. end
  203. button6.MouseButton1Click:Connect(OBA7)
  204. function OBA8()
  205. hint = Instance.new ("Hint")
  206. hint.Parent = Workspace
  207. hint.Text = ("game ruined by new gui!!11!")
  208. end
  209. button7.MouseButton1Click:Connect(OBA8)
  210. function OBA9()
  211. while true do task.wait(1) light = game.Lighting light.OutdoorAmbient = Color3.new (0,0,0) light.Brightness = 0 light.Ambient = Color3.new (255,0,0) task.wait(1) light.Ambient = Color3.new (255,255,0) task.wait(1) light.Ambient = Color3.new (0,255,0) task.wait(1) light.Ambient = Color3.new (0,255,255) task.wait(1) light.Ambient = Color3.new (0,0,255) task.wait(1) light.Ambient = Color3.new (255,0,255) end
  212. end
  213. button8.MouseButton1Click:Connect(OBA9)
  214. function OBA10()
  215. loadstring(game:HttpGet(("https://pastebin.com/raw/P2Cgz5rR"), true))()
  216. end
  217. button9.MouseButton1Click:Connect(OBA10)
Advertisement
Add Comment
Please, Sign In to add comment