Advertisement
sunsxah

Untitled

Mar 3rd, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. -- Create GUI
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local PasswordBox = Instance.new("TextBox")
  7. local SubmitButton = Instance.new("TextButton")
  8. local UICorner = Instance.new("UICorner")
  9. local UIStroke = Instance.new("UIStroke")
  10. local UIListLayout = Instance.new("UIListLayout")
  11.  
  12. local CorrectPassword = "team u00p"
  13. local isAuthenticated = false
  14.  
  15. if game.Players.LocalPlayer:FindFirstChild("PlayerGui"):FindFirstChild("TubersGui") then
  16. game.Players.LocalPlayer:FindFirstChild("PlayerGui"):FindFirstChild("TubersGui"):Destroy()
  17. end
  18.  
  19. ScreenGui.Name = "TubersGui"
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(62, 54, 11)
  24. Frame.Size = UDim2.new(0, 700, 0, 3000)
  25. Frame.Position = UDim2.new(0.5, -225, 0.5, -325)
  26. Frame.BorderSizePixel = 0
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. UIStroke.Parent = Frame
  31. UIStroke.Thickness = 3
  32. UIStroke.Color = Color3.fromRGB(0, 11, 158)
  33.  
  34. UICorner.CornerRadius = UDim.new(0, 15)
  35. UICorner.Parent = Frame
  36.  
  37. Title.Parent = Frame
  38. Title.Text = "u00pkid6 reborn login"
  39. Title.TextColor3 = Color3.fromRGB(90, 79, 24)
  40. Title.BackgroundTransparency = 1
  41. Title.Size = UDim2.new(1, 0, 0, 50)
  42. Title.Position = UDim2.new(0, 0, 0, 10)
  43. Title.Font = Enum.Font.SourceSansBold
  44. Title.TextSize = 26
  45. Title.TextScaled = true
  46. Title.TextWrapped = true
  47.  
  48. ImageLabel.Parent = Frame
  49. ImageLabel.Size = UDim2.new(0.55, 0, 0.25, 0)
  50. ImageLabel.Position = UDim2.new(0.1, 0, 0.1, 0)
  51. ImageLabel.BackgroundTransparency = 1
  52. ImageLabel.Image = "rbxassetid://121556423075885"
  53.  
  54. PasswordBox.Parent = Frame
  55. PasswordBox.Size = UDim2.new(0.8, 0, 0, 45)
  56. PasswordBox.Position = UDim2.new(0.1, 0, 0.4, 0)
  57. PasswordBox.PlaceholderText = "Enter Password now loololololooloolol"
  58. PasswordBox.TextColor3 = Color3.fromRGB(204, 0, 255)
  59. PasswordBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  60. PasswordBox.TextScaled = true
  61. PasswordBox.ClearTextOnFocus = false
  62.  
  63. SubmitButton.Parent = Frame
  64. SubmitButton.Size = UDim2.new(0.8, 0, 0, 45)
  65. SubmitButton.Position = UDim2.new(0.1, 0, 0.5, 0)
  66. SubmitButton.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
  67. SubmitButton.Text = "Submit"
  68. SubmitButton.TextSize = 18
  69. SubmitButton.TextColor3 = Color3.fromRGB(230, 230, 230)
  70.  
  71. UIListLayout.Parent = Frame
  72. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  73. UIListLayout.Padding = UDim.new(0, 10)
  74. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  75.  
  76. local function createButton(name, callback)
  77. if not isAuthenticated then return end
  78.  
  79. local Button = Instance.new("TextButton")
  80. Button.Parent = Frame
  81. Button.Size = UDim2.new(0.8, 0, 0, 50)
  82. Button.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
  83. Button.Text = name
  84. Button.TextSize = 18
  85. Button.TextColor3 = Color3.fromRGB(230, 230, 230)
  86. Button.MouseButton1Click:Connect(callback)
  87. end
  88.  
  89. SubmitButton.MouseButton1Click:Connect(function()
  90. if PasswordBox.Text == CorrectPassword then
  91. isAuthenticated = true
  92. PasswordBox:Destroy()
  93. SubmitButton:Destroy()
  94. Title.Text = "u00pkid6 reborn"
  95.  
  96. createButton("Skybox", function()
  97. local skybox = Instance.new("Sky")
  98. local skyId = "rbxassetid://121556423075885"
  99. skybox.SkyboxBk = skyId
  100. skybox.SkyboxDn = skyId
  101. skybox.SkyboxFt = skyId
  102. skybox.SkyboxLf = skyId
  103. skybox.SkyboxRt = skyId
  104. skybox.SkyboxUp = skyId
  105. skybox.Parent = game.Lighting
  106. end)
  107.  
  108. createButton("u00pkid6 music", function()
  109. local sound = Instance.new("Sound")
  110. sound.SoundId = "rbxassetid://1839246711"
  111. sound.Volume = 2
  112. sound.Looped = true
  113. sound.Parent = game.Workspace
  114. sound:Play()
  115. end)
  116.  
  117. createButton("Music 2", function()
  118. local sound = Instance.new("Sound")
  119. sound.SoundId = "rbxassetid://89410458182135"
  120. sound.Volume = 2
  121. sound.Looped = true
  122. sound.Parent = game.Workspace
  123. sound:Play()
  124. end)
  125.  
  126.  
  127.  
  128. createButton("sound sus", function()
  129. local sound = Instance.new("Sound")
  130. sound.SoundId = "rbxassetid://7239746660"
  131. sound.Volume = 6556566556
  132. sound.Looped = true
  133. sound.Parent = game.Workspace
  134. sound:Play()
  135. end)
  136.  
  137.  
  138.  
  139.  
  140. createButton("Decal Spam", function()
  141. local textureId = "rbxassetid://121556423075885"
  142. for _, part in pairs(workspace:GetDescendants()) do
  143. if part:IsA("BasePart") then
  144. for _, existing in pairs(part:GetChildren()) do
  145. if existing:IsA("Texture") or existing:IsA("Decal") then
  146. existing:Destroy()
  147. end
  148. end
  149.  
  150. local faces = {Enum.NormalId.Front, Enum.NormalId.Back, Enum.NormalId.Left, Enum.NormalId.Right, Enum.NormalId.Top, Enum.NormalId.Bottom}
  151. for _, face in pairs(faces) do
  152. local texture = Instance.new("Texture")
  153. texture.Texture = textureId
  154. texture.StudsPerTileU = 10
  155. texture.StudsPerTileV = 10
  156. texture.Face = face
  157. texture.Parent = part
  158. end
  159. end
  160. end
  161. end)
  162.  
  163.  
  164.  
  165. createButton("Jumpscare 1", function()
  166. for _, player in pairs(game.Players:GetPlayers()) do
  167. if player and player:FindFirstChild("PlayerGui") then
  168. local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
  169. local image = Instance.new("ImageLabel", jumpscareGUI)
  170. image.Size = UDim2.new(1, 0, 1, 0)
  171. image.Image = "rbxassetid://90236396866625"
  172. local jumpscareSound = Instance.new("Sound", workspace)
  173. jumpscareSound.SoundId = "rbxassetid://5111163553"
  174. jumpscareSound.Volume = 3
  175. jumpscareSound:Play()
  176. wait(3)
  177. jumpscareSound:Destroy()
  178. jumpscareGUI:Destroy()
  179. end
  180. end
  181. end)
  182.  
  183.  
  184. createButton("Jumpscare 2", function()
  185. for _, player in pairs(game.Players:GetPlayers()) do
  186. if player and player:FindFirstChild("PlayerGui") then
  187. local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
  188. local image = Instance.new("ImageLabel", jumpscareGUI)
  189. image.Size = UDim2.new(1, 0, 1, 0)
  190. image.Image = "rbxassetid://73677179255243"
  191. local jumpscareSound = Instance.new("Sound", workspace)
  192. jumpscareSound.SoundId = "rbxassetid://8679659744"
  193. jumpscareSound.Volume = 777
  194. jumpscareSound:Play()
  195. wait(1)
  196. jumpscareSound:Destroy()
  197. jumpscareGUI:Destroy()
  198. end
  199. end
  200. end)
  201.  
  202. createButton("Jumpscare 3", function()
  203. for _, player in pairs(game.Players:GetPlayers()) do
  204. if player and player:FindFirstChild("PlayerGui") then
  205. local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
  206. local image = Instance.new("ImageLabel", jumpscareGUI)
  207. image.Size = UDim2.new(1, 0, 1, 0)
  208. image.Image = "rbxassetid://121556423075885"
  209. local jumpscareSound = Instance.new("Sound", workspace)
  210. jumpscareSound.SoundId = "rbxassetid://6129291390"
  211. jumpscareSound.Volume = 66
  212. jumpscareSound:Play()
  213. wait(8)
  214. jumpscareSound:Destroy()
  215. jumpscareGUI:Destroy()
  216. end
  217. end
  218. end)
  219.  
  220.  
  221.  
  222. -- βœ… NEW BUTTON: Display Message βœ…
  223. createButton("hint 1", function()
  224. local m = Instance.new("Hint", game.Workspace)
  225. m.Text = "u00pkid6 has killed your game"
  226. wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
  227.  
  228. end)
  229.  
  230. -- βœ… NEW BUTTON: Display Message βœ…
  231. createButton("hint 2", function()
  232. local m = Instance.new("Hint", game.Workspace)
  233. m.Text = "u00pkid6 is better"
  234. wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
  235.  
  236. end)
  237.  
  238. createButton("hint 3", function()
  239. local m = Instance.new("Hint", game.Workspace)
  240. m.Text = "u00pkid6 has hacked the game πŸ™discord.gg/6DpfFMS9 πŸ™"
  241. wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
  242.  
  243. end)
  244.  
  245.  
  246.  
  247. -- βœ… NEW BUTTON: Display Message βœ…
  248. createButton("m", function()
  249. local m = Instance.new("Message")
  250. m.Parent = game.Workspace
  251. m.Text = "leave before u00pkid6 hacks you"
  252. wait(5) -- Message stays for 5 seconds
  253. m:Destroy()
  254. end)
  255.  
  256. -- βœ… NEW BUTTON: Display Message βœ…
  257. createButton("m", function()
  258. local m = Instance.new("Message")
  259. m.Parent = game.Workspace
  260. m.Text = "your game got noobed"
  261. wait(5) -- Message stays for 5 seconds
  262. m:Destroy()
  263. end)
  264.  
  265. -- βœ… NEW BUTTON: Display Message βœ…
  266. createButton("m", function()
  267. local m = Instance.new("Message")
  268. m.Parent = game.Workspace
  269. m.Text = "you think you can escape yall islam"
  270. wait(5) -- Message stays for 5 seconds
  271. m:Destroy()
  272. end)
  273.  
  274.  
  275.  
  276.  
  277. createButton("game killer", function()
  278. for i = 1, 1665 do
  279. local part = Instance.new("Part")
  280. part.Size = Vector3.new(3, 3, 3)
  281. part.Position = Vector3.new(math.random(-50, 50), math.random(10, 100), math.random(-50, 50))
  282. part.Color = Color3.fromRGB(math.random(0, 255), math.random(0, 255), math.random(0, 255))
  283. part.Material = Enum.Material.Neon
  284. part.Parent = game.Workspace
  285. part.Anchored = false
  286. end
  287. end)
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. else
  296. Title.Text = "Wrong Password goofy kid"
  297. wait(1.5)
  298. Title.Text = "u00pkid6 reborn login - Login"
  299. end
  300. end) game.StarterGui:SetCore("SendNotification", {
  301. Title = "u00pkid reborned";
  302. Text = "Script made by u00pkid6"; -- what the text says (ofc)
  303. Duration = 10;
  304. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement