Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Create GUI
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local PasswordBox = Instance.new("TextBox")
- local SubmitButton = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UIStroke = Instance.new("UIStroke")
- local UIListLayout = Instance.new("UIListLayout")
- local CorrectPassword = "team u00p"
- local isAuthenticated = false
- if game.Players.LocalPlayer:FindFirstChild("PlayerGui"):FindFirstChild("TubersGui") then
- game.Players.LocalPlayer:FindFirstChild("PlayerGui"):FindFirstChild("TubersGui"):Destroy()
- end
- ScreenGui.Name = "TubersGui"
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(62, 54, 11)
- Frame.Size = UDim2.new(0, 700, 0, 3000)
- Frame.Position = UDim2.new(0.5, -225, 0.5, -325)
- Frame.BorderSizePixel = 0
- Frame.Active = true
- Frame.Draggable = true
- UIStroke.Parent = Frame
- UIStroke.Thickness = 3
- UIStroke.Color = Color3.fromRGB(0, 11, 158)
- UICorner.CornerRadius = UDim.new(0, 15)
- UICorner.Parent = Frame
- Title.Parent = Frame
- Title.Text = "u00pkid6 reborn login"
- Title.TextColor3 = Color3.fromRGB(90, 79, 24)
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(1, 0, 0, 50)
- Title.Position = UDim2.new(0, 0, 0, 10)
- Title.Font = Enum.Font.SourceSansBold
- Title.TextSize = 26
- Title.TextScaled = true
- Title.TextWrapped = true
- ImageLabel.Parent = Frame
- ImageLabel.Size = UDim2.new(0.55, 0, 0.25, 0)
- ImageLabel.Position = UDim2.new(0.1, 0, 0.1, 0)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Image = "rbxassetid://121556423075885"
- PasswordBox.Parent = Frame
- PasswordBox.Size = UDim2.new(0.8, 0, 0, 45)
- PasswordBox.Position = UDim2.new(0.1, 0, 0.4, 0)
- PasswordBox.PlaceholderText = "Enter Password now loololololooloolol"
- PasswordBox.TextColor3 = Color3.fromRGB(204, 0, 255)
- PasswordBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- PasswordBox.TextScaled = true
- PasswordBox.ClearTextOnFocus = false
- SubmitButton.Parent = Frame
- SubmitButton.Size = UDim2.new(0.8, 0, 0, 45)
- SubmitButton.Position = UDim2.new(0.1, 0, 0.5, 0)
- SubmitButton.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
- SubmitButton.Text = "Submit"
- SubmitButton.TextSize = 18
- SubmitButton.TextColor3 = Color3.fromRGB(230, 230, 230)
- UIListLayout.Parent = Frame
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.Padding = UDim.new(0, 10)
- UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
- local function createButton(name, callback)
- if not isAuthenticated then return end
- local Button = Instance.new("TextButton")
- Button.Parent = Frame
- Button.Size = UDim2.new(0.8, 0, 0, 50)
- Button.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
- Button.Text = name
- Button.TextSize = 18
- Button.TextColor3 = Color3.fromRGB(230, 230, 230)
- Button.MouseButton1Click:Connect(callback)
- end
- SubmitButton.MouseButton1Click:Connect(function()
- if PasswordBox.Text == CorrectPassword then
- isAuthenticated = true
- PasswordBox:Destroy()
- SubmitButton:Destroy()
- Title.Text = "u00pkid6 reborn"
- createButton("Skybox", function()
- local skybox = Instance.new("Sky")
- local skyId = "rbxassetid://121556423075885"
- skybox.SkyboxBk = skyId
- skybox.SkyboxDn = skyId
- skybox.SkyboxFt = skyId
- skybox.SkyboxLf = skyId
- skybox.SkyboxRt = skyId
- skybox.SkyboxUp = skyId
- skybox.Parent = game.Lighting
- end)
- createButton("u00pkid6 music", function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://1839246711"
- sound.Volume = 2
- sound.Looped = true
- sound.Parent = game.Workspace
- sound:Play()
- end)
- createButton("Music 2", function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://89410458182135"
- sound.Volume = 2
- sound.Looped = true
- sound.Parent = game.Workspace
- sound:Play()
- end)
- createButton("sound sus", function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://7239746660"
- sound.Volume = 6556566556
- sound.Looped = true
- sound.Parent = game.Workspace
- sound:Play()
- end)
- createButton("Decal Spam", function()
- local textureId = "rbxassetid://121556423075885"
- for _, part in pairs(workspace:GetDescendants()) do
- if part:IsA("BasePart") then
- for _, existing in pairs(part:GetChildren()) do
- if existing:IsA("Texture") or existing:IsA("Decal") then
- existing:Destroy()
- end
- end
- local faces = {Enum.NormalId.Front, Enum.NormalId.Back, Enum.NormalId.Left, Enum.NormalId.Right, Enum.NormalId.Top, Enum.NormalId.Bottom}
- for _, face in pairs(faces) do
- local texture = Instance.new("Texture")
- texture.Texture = textureId
- texture.StudsPerTileU = 10
- texture.StudsPerTileV = 10
- texture.Face = face
- texture.Parent = part
- end
- end
- end
- end)
- createButton("Jumpscare 1", function()
- for _, player in pairs(game.Players:GetPlayers()) do
- if player and player:FindFirstChild("PlayerGui") then
- local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
- local image = Instance.new("ImageLabel", jumpscareGUI)
- image.Size = UDim2.new(1, 0, 1, 0)
- image.Image = "rbxassetid://90236396866625"
- local jumpscareSound = Instance.new("Sound", workspace)
- jumpscareSound.SoundId = "rbxassetid://5111163553"
- jumpscareSound.Volume = 3
- jumpscareSound:Play()
- wait(3)
- jumpscareSound:Destroy()
- jumpscareGUI:Destroy()
- end
- end
- end)
- createButton("Jumpscare 2", function()
- for _, player in pairs(game.Players:GetPlayers()) do
- if player and player:FindFirstChild("PlayerGui") then
- local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
- local image = Instance.new("ImageLabel", jumpscareGUI)
- image.Size = UDim2.new(1, 0, 1, 0)
- image.Image = "rbxassetid://73677179255243"
- local jumpscareSound = Instance.new("Sound", workspace)
- jumpscareSound.SoundId = "rbxassetid://8679659744"
- jumpscareSound.Volume = 777
- jumpscareSound:Play()
- wait(1)
- jumpscareSound:Destroy()
- jumpscareGUI:Destroy()
- end
- end
- end)
- createButton("Jumpscare 3", function()
- for _, player in pairs(game.Players:GetPlayers()) do
- if player and player:FindFirstChild("PlayerGui") then
- local jumpscareGUI = Instance.new("ScreenGui", player.PlayerGui)
- local image = Instance.new("ImageLabel", jumpscareGUI)
- image.Size = UDim2.new(1, 0, 1, 0)
- image.Image = "rbxassetid://121556423075885"
- local jumpscareSound = Instance.new("Sound", workspace)
- jumpscareSound.SoundId = "rbxassetid://6129291390"
- jumpscareSound.Volume = 66
- jumpscareSound:Play()
- wait(8)
- jumpscareSound:Destroy()
- jumpscareGUI:Destroy()
- end
- end
- end)
- -- β NEW BUTTON: Display Message β
- createButton("hint 1", function()
- local m = Instance.new("Hint", game.Workspace)
- m.Text = "u00pkid6 has killed your game"
- wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
- end)
- -- β NEW BUTTON: Display Message β
- createButton("hint 2", function()
- local m = Instance.new("Hint", game.Workspace)
- m.Text = "u00pkid6 is better"
- wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
- end)
- createButton("hint 3", function()
- local m = Instance.new("Hint", game.Workspace)
- m.Text = "u00pkid6 has hacked the game πdiscord.gg/6DpfFMS9 π"
- wait(2222222222222222222222222222222222222222222222222222) -- Show message for 3 seconds
- end)
- -- β NEW BUTTON: Display Message β
- createButton("m", function()
- local m = Instance.new("Message")
- m.Parent = game.Workspace
- m.Text = "leave before u00pkid6 hacks you"
- wait(5) -- Message stays for 5 seconds
- m:Destroy()
- end)
- -- β NEW BUTTON: Display Message β
- createButton("m", function()
- local m = Instance.new("Message")
- m.Parent = game.Workspace
- m.Text = "your game got noobed"
- wait(5) -- Message stays for 5 seconds
- m:Destroy()
- end)
- -- β NEW BUTTON: Display Message β
- createButton("m", function()
- local m = Instance.new("Message")
- m.Parent = game.Workspace
- m.Text = "you think you can escape yall islam"
- wait(5) -- Message stays for 5 seconds
- m:Destroy()
- end)
- createButton("game killer", function()
- for i = 1, 1665 do
- local part = Instance.new("Part")
- part.Size = Vector3.new(3, 3, 3)
- part.Position = Vector3.new(math.random(-50, 50), math.random(10, 100), math.random(-50, 50))
- part.Color = Color3.fromRGB(math.random(0, 255), math.random(0, 255), math.random(0, 255))
- part.Material = Enum.Material.Neon
- part.Parent = game.Workspace
- part.Anchored = false
- end
- end)
- else
- Title.Text = "Wrong Password goofy kid"
- wait(1.5)
- Title.Text = "u00pkid6 reborn login - Login"
- end
- end) game.StarterGui:SetCore("SendNotification", {
- Title = "u00pkid reborned";
- Text = "Script made by u00pkid6"; -- what the text says (ofc)
- Duration = 10;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement