Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- OWN HUB LOG IN
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local LoginButton = Instance.new("TextButton")
- local UsernameBox = Instance.new("TextBox")
- local close = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local titlev2 = Instance.new("TextLabel")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(222, 87, 255)
- main.Position = UDim2.new(0.399607599, 0, 0.183598518, 0)
- main.Size = UDim2.new(0, 551, 0, 382)
- main.Visible = true
- main.Active = true
- main.Draggable = false
- LoginButton.Name = "LoginButton"
- LoginButton.Parent = main
- LoginButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- LoginButton.Position = UDim2.new(0.317604363, 0, 0.704188466, 0)
- LoginButton.Size = UDim2.new(0, 200, 0, 50)
- LoginButton.Font = Enum.Font.SourceSans
- LoginButton.Text = "Login"
- LoginButton.TextColor3 = Color3.fromRGB(0, 0, 0) -- login page...
- LoginButton.TextScaled = true
- LoginButton.TextSize = 14.000
- LoginButton.TextWrapped = true
- LoginButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- end)
- UsernameBox.Name = "UsernameBox"
- UsernameBox.Parent = main
- UsernameBox.BackgroundColor3 = Color3.fromRGB(170, 170, 0)
- UsernameBox.Position = UDim2.new(0.290381134, 0, 0.342931926, 0)
- UsernameBox.Size = UDim2.new(0, 230, 0, 50)
- UsernameBox.Font = Enum.Font.SourceSans
- UsernameBox.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- UsernameBox.PlaceholderText = "Username..."
- UsernameBox.Text = ""
- UsernameBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- UsernameBox.TextScaled = true
- UsernameBox.TextSize = 14.000
- UsernameBox.TextWrapped = true
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.929219604, 0, 0, 0)
- close.Size = UDim2.new(0, 39, 0, 36)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- Title.Name = "Title"
- Title.Parent = main
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.179673329, 0, 0.0235602092, 0)
- Title.Size = UDim2.new(0, 377, 0, 50)
- Title.Font = Enum.Font.LuckiestGuy
- Title.Text = "Owl Hub Login"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- titlev2.Name = "titlev2"
- titlev2.Parent = main
- titlev2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- titlev2.BackgroundTransparency = 1.000
- titlev2.Position = UDim2.new(0, 0, 0.918848157, 0)
- titlev2.Size = UDim2.new(0, 175, 0, 31)
- titlev2.Font = Enum.Font.LuckiestGuy
- titlev2.Text = "Owl Hub "
- titlev2.TextColor3 = Color3.fromRGB(0, 0, 0)
- titlev2.TextScaled = true
- titlev2.TextSize = 14.000
- titlev2.TextWrapped = true
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- openmain.BackgroundTransparency = 1.000
- openmain.Position = UDim2.new(0.0405493788, 0, 0.796817601, 0)
- openmain.Size = UDim2.new(0, 26, 0, 15)
- openmain.Active = true
- openmain.Draggable = false
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.BackgroundTransparency = 1.000
- open.Size = UDim2.new(0, 26, 0, 18)
- open.Font = Enum.Font.SourceSans
- open.Text = " "
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 14.000
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment