Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local loginpage = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local logplease = Instance.new("TextLabel")
- local usr = Instance.new("TextBox")
- local pass = Instance.new("TextBox")
- local Login = Instance.new("TextButton")
- local exepage = Instance.new("Frame")
- local exec = Instance.new("TextButton")
- local clr = Instance.new("TextButton")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local ScriptField = Instance.new("TextBox")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- loginpage.Name = "loginpage"
- loginpage.Parent = ScreenGui
- loginpage.BackgroundColor3 = Color3.new(1, 0, 0)
- loginpage.BorderColor3 = Color3.new(1, 0, 0)
- loginpage.BorderSizePixel = 5
- loginpage.Position = UDim2.new(0, 81, 0, 258)
- loginpage.Size = UDim2.new(0, 338, 0, 23)
- Frame.Parent = loginpage
- Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Frame.BorderColor3 = Color3.new(0.666667, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0, 0, 0, 23)
- Frame.Size = UDim2.new(0, 338, 0, 18)
- Frame_2.Parent = Frame
- Frame_2.Active = true
- Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_2.BorderColor3 = Color3.new(0, 0, 0)
- Frame_2.BorderSizePixel = 5
- Frame_2.Draggable = true
- Frame_2.Position = UDim2.new(0, 0, 0, 18)
- Frame_2.Size = UDim2.new(0, 338, 0, 338)
- title.Name = "title"
- title.Parent = Frame_2
- title.BackgroundColor3 = Color3.new(1, 0, 0)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(0, 69, 0, 0)
- title.Size = UDim2.new(0, 200, 0, 50)
- title.Font = Enum.Font.Code
- title.FontSize = Enum.FontSize.Size24
- title.Text = "Stellar"
- title.TextColor3 = Color3.new(1, 0, 0)
- title.TextSize = 24
- logplease.Name = "logplease"
- logplease.Parent = title
- logplease.BackgroundColor3 = Color3.new(1, 0, 0)
- logplease.BackgroundTransparency = 1
- logplease.Position = UDim2.new(0, -50, 0, 50)
- logplease.Size = UDim2.new(0, 300, 0, 50)
- logplease.Font = Enum.Font.Code
- logplease.FontSize = Enum.FontSize.Size24
- logplease.Text = "Login Please"
- logplease.TextColor3 = Color3.new(1, 0, 0)
- logplease.TextSize = 24
- usr.Name = "usr"
- usr.Parent = logplease
- usr.BackgroundColor3 = Color3.new(0, 0, 1)
- usr.BorderColor3 = Color3.new(0, 0, 1)
- usr.BorderSizePixel = 5
- usr.Position = UDim2.new(0, 0, 0, 65)
- usr.Size = UDim2.new(0, 300, 0, 50)
- usr.Font = Enum.Font.Code
- usr.FontSize = Enum.FontSize.Size24
- usr.Text = "Username"
- usr.TextColor3 = Color3.new(1, 1, 1)
- usr.TextSize = 24
- pass.Name = "pass"
- pass.Parent = usr
- pass.BackgroundColor3 = Color3.new(0, 0, 1)
- pass.BorderColor3 = Color3.new(0, 0, 1)
- pass.BorderSizePixel = 5
- pass.Position = UDim2.new(0, 0, 0, 65)
- pass.Size = UDim2.new(0, 300, 0, 50)
- pass.Font = Enum.Font.Code
- pass.FontSize = Enum.FontSize.Size24
- pass.Text = "Password"
- pass.TextColor3 = Color3.new(1, 1, 1)
- pass.TextSize = 24
- Login.Name = "Login"
- Login.Parent = pass
- Login.BackgroundColor3 = Color3.new(0, 0, 0)
- Login.BorderColor3 = Color3.new(1, 0, 0)
- Login.Position = UDim2.new(0, 0, 0, 78)
- Login.Size = UDim2.new(0, 300, 0, 50)
- Login.Font = Enum.Font.SourceSans
- Login.FontSize = Enum.FontSize.Size24
- Login.Text = "Login"
- Login.TextColor3 = Color3.new(1, 1, 1)
- Login.TextSize = 24
- exepage.Name = "exepage"
- exepage.Parent = ScreenGui
- exepage.Active = true
- exepage.BackgroundColor3 = Color3.new(1, 0, 0)
- exepage.BorderColor3 = Color3.new(1, 0, 0)
- exepage.BorderSizePixel = 5
- exepage.Draggable = true
- exepage.Position = UDim2.new(0, 451, 0, 284)
- exepage.Size = UDim2.new(0, 529, 0, 345)
- exepage.Visible = false
- exec.Name = "exec"
- exec.Parent = exepage
- exec.BackgroundColor3 = Color3.new(1, 0, 0)
- exec.BackgroundTransparency = 1
- exec.Position = UDim2.new(0, 53, 0, 270)
- exec.Size = UDim2.new(0, 175, 0, 51)
- exec.Font = Enum.Font.ArialBold
- exec.FontSize = Enum.FontSize.Size24
- exec.Text = "Execute"
- exec.TextColor3 = Color3.new(1, 1, 1)
- exec.TextSize = 24
- clr.Name = "clr"
- clr.Parent = exec
- clr.BackgroundColor3 = Color3.new(1, 0, 0)
- clr.BackgroundTransparency = 1
- clr.Position = UDim2.new(0, 221, 0, 0)
- clr.Size = UDim2.new(0, 175, 0, 51)
- clr.Font = Enum.Font.ArialBold
- clr.FontSize = Enum.FontSize.Size24
- clr.Text = "Clear"
- clr.TextColor3 = Color3.new(1, 1, 1)
- clr.TextSize = 24
- ScrollingFrame.Parent = exepage
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.Position = UDim2.new(0, 58, 0, 25)
- ScrollingFrame.Size = UDim2.new(0, 413, 0, 235)
- ScrollingFrame.BottomImage = ""
- ScrollingFrame.MidImage = ""
- ScrollingFrame.ScrollBarThickness = 15
- ScrollingFrame.TopImage = ""
- ScriptField.Name = "ScriptField"
- ScriptField.Parent = ScrollingFrame
- ScriptField.BackgroundColor3 = Color3.new(0, 0, 0)
- ScriptField.Size = UDim2.new(0, 396, 0, 235)
- ScriptField.Font = Enum.Font.SourceSans
- ScriptField.FontSize = Enum.FontSize.Size18
- ScriptField.Text = "print(\"Hello World\");"
- ScriptField.TextColor3 = Color3.new(1, 1, 1)
- ScriptField.TextSize = 18
- ScriptField.TextXAlignment = Enum.TextXAlignment.Left
- ScriptField.TextYAlignment = Enum.TextYAlignment.Top
- Login.MouseButton1Click:connect(function()
- if usr.Text == "RCW" then
- if pass.Text == "RCW" then
- loginpage.Visible = false
- exepage.Visible = true
- end
- end
- end)
- exec.MouseButton1Click:connect(function()
- loadstring(ScriptField.Text)()
- end)
- clr.MouseButton1Click:connect(function()
- ScriptField.Text = ""
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement