Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PICANTE7
- Junior Member
- **
- Posts: 55
- Threads: 7
- Joined: Mar 2018
- Reputation: -2
- (02-14-2018, 06:55 PM)Ygbot17 Wrote:
- (02-14-2018, 06:19 PM)MrFooftyOfficial Wrote:
- Code:
- -- Vuff3
- local RobloxLoginGui = Instance.new("ScreenGui")
- local BackRound = Instance.new("Frame")
- local Icon = Instance.new("ImageLabel")
- local UserFrame = Instance.new("TextBox")
- local PassFrame = Instance.new("TextBox")
- local LogIn = Instance.new("TextButton")
- local PLF = Instance.new("TextButton")
- local Logs = Instance.new("TextButton")
- local SignIn = Instance.new("TextButton")
- local CannotLogo = Instance.new("TextLabel")
- RobloxLoginGui.Name = "RobloxLoginGui"
- RobloxLoginGui.Parent = game.StarterGui
- BackRound.Name = "BackRound"
- BackRound.Parent = RobloxLoginGui
- BackRound.BackgroundColor3 = Color3.new(1, 1, 1)
- BackRound.Position = UDim2.new(0, 0, -0.0956112891, 0)
- BackRound.Size = UDim2.new(0, 1029, 0, 699)
- Icon.Name = "Icon"
- Icon.Parent = BackRound
- Icon.BackgroundColor3 = Color3.new(1, 1, 1)
- Icon.BackgroundTransparency = 1
- Icon.BorderSizePixel = 0
- Icon.Position = UDim2.new(0.203109816, 0, 0.142194748, 0)
- Icon.Size = UDim2.new(0, 100, 0, 100)
- Icon.Image = "rbxassetid://802898470"
- UserFrame.Name = "UserFrame"
- UserFrame.Parent = BackRound
- UserFrame.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
- UserFrame.Position = UDim2.new(0.25170067, 0, 0.358578056, 0)
- UserFrame.Size = UDim2.new(0, 415, 0, 50)
- UserFrame.Font = Enum.Font.Cartoon
- UserFrame.Text = "Username"
- UserFrame.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- UserFrame.TextScaled = true
- UserFrame.TextSize = 14
- UserFrame.TextWrapped = true
- PassFrame.Name = "PassFrame"
- PassFrame.Parent = BackRound
- PassFrame.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
- PassFrame.Position = UDim2.new(0.25170067, 0, 0.482225657, 0)
- PassFrame.Size = UDim2.new(0, 415, 0, 50)
- PassFrame.Font = Enum.Font.Cartoon
- PassFrame.Text = "Password"
- PassFrame.TextColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- PassFrame.TextScaled = true
- PassFrame.TextSize = 14
- PassFrame.TextWrapped = true
- LogIn.Name = "LogIn"
- LogIn.Parent = BackRound
- LogIn.BackgroundColor3 = Color3.new(1, 1, 1)
- LogIn.Position = UDim2.new(0.251214772, 0, 0.60953933, 0)
- LogIn.Size = UDim2.new(0, 200, 0, 50)
- LogIn.Font = Enum.Font.SourceSansItalic
- LogIn.Text = "Log In"
- LogIn.TextScaled = true
- LogIn.TextSize = 14
- LogIn.TextWrapped = true
- PLF.Name = "PLF"
- PLF.Parent = BackRound
- PLF.BackgroundColor3 = Color3.new(1, 1, 1)
- PLF.BackgroundTransparency = 1
- PLF.Position = UDim2.new(0.466958225, 0, 0.167479262, 0)
- PLF.Size = UDim2.new(0, 200, 0, 50)
- PLF.Font = Enum.Font.SourceSansLight
- PLF.Text = "Please Log In For New Update In Roblox:"
- PLF.TextScaled = true
- PLF.TextSize = 14
- PLF.TextWrapped = true
- Logs.Name = "Logs"
- Logs.Parent = BackRound
- Logs.BackgroundColor3 = Color3.new(1, 1, 1)
- Logs.BackgroundTransparency = 1
- Logs.Position = UDim2.new(0.466958225, 0, 0.253316164, 0)
- Logs.Size = UDim2.new(0, 200, 0, 50)
- Logs.Font = Enum.Font.SourceSansLight
- Logs.Text = "Anthro R30 Added! R6 Removed!"
- Logs.TextScaled = true
- Logs.TextSize = 14
- Logs.TextWrapped = true
- SignIn.Name = "SignIn"
- SignIn.Parent = BackRound
- SignIn.BackgroundColor3 = Color3.new(1, 1, 1)
- SignIn.Position = UDim2.new(0.472789109, 0, 0.60953933, 0)
- SignIn.Size = UDim2.new(0, 200, 0, 50)
- SignIn.Font = Enum.Font.SourceSansItalic
- SignIn.Text = "Sign in"
- SignIn.TextScaled = true
- SignIn.TextSize = 14
- SignIn.TextWrapped = true
- CannotLogo.Name = "CannotLogo"
- CannotLogo.Parent = BackRound
- CannotLogo.BackgroundColor3 = Color3.new(1, 1, 1)
- CannotLogo.BorderSizePixel = 0
- CannotLogo.Position = UDim2.new(0.285228372, 0, 0.715307534, 0)
- CannotLogo.Size = UDim2.new(0.349854231, 0, 0.120171674, 0)
- CannotLogo.Font = Enum.Font.SourceSansSemibold
- CannotLogo.Text = "Cannot Log In Please Come Next Time!"
- CannotLogo.TextColor3 = Color3.new(1, 0, 0)
- CannotLogo.TextScaled = true
- CannotLogo.TextSize = 14
- CannotLogo.TextTransparency = 0
- CannotLogo.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement