Advertisement
Guest User

Untitled

a guest
May 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. -- Objects local GUI = Instance.new("ScreenGui") local Login = Instance.new("Frame") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextBox = Instance.new("TextBox") local TextBox_2 = Instance.new("TextBox") local TextButton = Instance.new("TextButton") local Frame_3 = Instance.new("Frame") local Frame_4 = Instance.new("Frame") local Frame_5 = Instance.new("Frame") local TextLabel_2 = Instance.new("TextLabel") local TextButton_2 = Instance.new("TextButton") local TextLabel_3 = Instance.new("TextLabel") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local Frame_6 = Instance.new("Frame") local TextBox_3 = Instance.new("TextBox") local TextButton_5 = Instance.new("TextButton") -- Properties GUI.Name = "GUI" GUI.Parent = game.StarterGui Login.Name = "Login" Login.Parent = GUI Login.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314) Login.BorderSizePixel = 0 Login.Position = UDim2.new(0.0270927399, 0, 0.3577075, 0) Login.Size = UDim2.new(0, 307, 0, 298) Frame.Parent = Login Frame.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804) Frame.Position = UDim2.new(-0.00162866432, 0, 0, 0) Frame.Size = UDim2.new(0, 307, 0, 43) Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.new(0, 0, 0) Frame_2.Position = UDim2.new(0, 0, 1, 0) Frame_2.Size = UDim2.new(0, 307, 0, 6) TextLabel.Parent = Login TextLabel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314) TextLabel.BorderColor3 = Color3.new(0, 0, 0) TextLabel.Position = UDim2.new(0.26802507, 0, 0.190031156, 0) TextLabel.Size = UDim2.new(0, 148, 0, 28) TextLabel.Font = Enum.Font.ArialBold TextLabel.Text = "Chamex GUI" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextScaled = true TextLabel.TextSize = 14 TextLabel.TextWrapped = true TextBox.Parent = Login TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157) TextBox.Position = UDim2.new(0.188087776, 0, 0.429906547, 0) TextBox.Size = UDim2.new(0, 191, 0, 20) TextBox.Font = Enum.Font.SourceSansBold TextBox.Text = "Username" TextBox.TextColor3 = Color3.new(1, 1, 1) TextBox.TextScaled = true TextBox.TextSize = 14 TextBox.TextWrapped = true TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox_2.Parent = Login TextBox_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextBox_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157) TextBox_2.Position = UDim2.new(0.188087776, 0, 0.560747683, 0) TextBox_2.Size = UDim2.new(0, 191, 0, 20) TextBox_2.Font = Enum.Font.SourceSansBold TextBox_2.Text = "Password" TextBox_2.TextColor3 = Color3.new(1, 1, 1) TextBox_2.TextScaled = true TextBox_2.TextSize = 14 TextBox_2.TextWrapped = true TextBox_2.TextXAlignment = Enum.TextXAlignment.Left TextButton.Parent = Login TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157) TextButton.BorderSizePixel = 4 TextButton.Position = UDim2.new(0.188087776, 0, 0.707165062, 0) TextButton.Size = UDim2.new(0, 191, 0, 50) TextButton.Font = Enum.Font.SourceSansBold TextButton.Text = "Login" TextButton.TextColor3 = Color3.new(1, 1, 1) TextButton.TextSize = 24 TextButton.TextWrapped = true Frame_3.Parent = GUI Frame_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) Frame_3.Position = UDim2.new(0.0269757509, 0, 0.0553359687, 0) Frame_3.Size = UDim2.new(0, 458, 0, 308) Frame_3.Visible = false Frame_4.Parent = Frame_3 Frame_4.BackgroundColor3 = Color3.new(0, 0, 0) Frame_4.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) Frame_4.Size = UDim2.new(0, 458, 0, 34) Frame_5.Parent = Frame_3 Frame_5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) Frame_5.Position = UDim2.new(0, 0, 0.107142858, 0) Frame_5.Size = UDim2.new(0, 458, 0, 6) TextLabel_2.Parent = Frame_3 TextLabel_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157) TextLabel_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextLabel_2.Position = UDim2.new(0.0127118677, 0, 0.0140186921, 0) TextLabel_2.Size = UDim2.new(0, 200, 0, 25) TextLabel_2.Font = Enum.Font.SourceSansBold TextLabel_2.Text = "Chamex GUI" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 24 TextLabel_2.TextWrapped = true TextButton_2.Parent = Frame_3 TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0) TextButton_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextButton_2.Position = UDim2.new(0.877729237, 0, 0.0097402595, 0) TextButton_2.Size = UDim2.new(0, 50, 0, 26) TextButton_2.Font = Enum.Font.SourceSansBold TextButton_2.Text = "X" TextButton_2.TextColor3 = Color3.new(0.666667, 0, 0) TextButton_2.TextSize = 24 TextLabel_3.Parent = Frame_3 TextLabel_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextLabel_3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextLabel_3.Position = UDim2.new(0, 0, 0.951298714, 0) TextLabel_3.Size = UDim2.new(0, 181, 0, 15) TextLabel_3.Font = Enum.Font.SourceSansBold TextLabel_3.Text = "Made By Paco Rain" TextLabel_3.TextColor3 = Color3.new(1, 1, 1) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 24 TextLabel_3.TextWrapped = true TextButton_3.Parent = Frame_3 TextButton_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextButton_3.BorderColor3 = Color3.new(0, 0, 0) TextButton_3.BorderSizePixel = 4 TextButton_3.Position = UDim2.new(0.0889830515, 0, 0.492211848, 0) TextButton_3.Size = UDim2.new(0, 170, 0, 35) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "Executor" TextButton_3.TextColor3 = Color3.new(1, 1, 1) TextButton_3.TextScaled = true TextButton_3.TextSize = 14 TextButton_3.TextWrapped = true TextButton_4.Parent = Frame_3 TextButton_4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) TextButton_4.BorderColor3 = Color3.new(0, 0, 0) TextButton_4.BorderSizePixel = 4 TextButton_4.Position = UDim2.new(0.552966118, 0, 0.492211848, 0) TextButton_4.Size = UDim2.new(0, 170, 0, 35) TextButton_4.Font = Enum.Font.SourceSans TextButton_4.Text = "Scripts" TextButton_4.TextColor3 = Color3.new(1, 1, 1) TextButton_4.TextScaled = true TextButton_4.TextSize = 14 TextButton_4.TextWrapped = true Frame_6.Parent = GUI Frame_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) Frame_6.BorderSizePixel = 0 Frame_6.Position = UDim2.new(0.520183444, 0, 0.120553359, 0) Frame_6.Size = UDim2.new(0, 398, 0, 349) Frame_6.Visible = false TextBox_3.Parent = Frame_6 TextBox_3.BackgroundColor3 = Color3.new(0, 0, 0) TextBox_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) TextBox_3.Position = UDim2.new(0.0301507488, 0, 0.845272183, 0) TextBox_3.Size = UDim2.new(0, 131, 0, 42) TextBox_3.Font = Enum.Font.SourceSans TextBox_3.Text = "Grab Knife V3" TextBox_3.TextColor3 = Color3.new(1, 1, 1) TextBox_3.TextScaled = true TextBox_3.TextSize = 14 TextBox_3.TextWrapped = true TextButton_5.Parent = Frame_6 TextButton_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) TextButton_5.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) TextButton_5.Position = UDim2.new(0.874371886, 0, 0.0171919763, 0) TextButton_5.Size = UDim2.new(0, 43, 0, 26) TextButton_5.Font = Enum.Font.SourceSansBold TextButton_5.Text = "X" TextButton_5.TextColor3 = Color3.new(0.666667, 0, 0) TextButton_5.TextSize = 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement