Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Logger = Instance.new("ScreenGui")
- local TopBar = Instance.new("Frame")
- local LowerInstance = Instance.new("Frame")
- local Veripic = Instance.new("ImageLabel")
- local Veribox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local Header = Instance.new("TextLabel")
- Logger.Name = "Logger"
- Logger.Parent = game.CoreGui
- Logger.ResetOnSpawn = false
- TopBar.Name = "TopBar"
- TopBar.Parent = Logger
- TopBar.Active = true
- TopBar.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- TopBar.BorderColor3 = Color3.new(0, 0, 0)
- TopBar.Position = UDim2.new(0.380474448, 0, 0.206831127, 0)
- TopBar.Size = UDim2.new(0, 261, 0, 48)
- LowerInstance.Name = "LowerInstance"
- LowerInstance.Parent = TopBar
- LowerInstance.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- LowerInstance.BorderColor3 = Color3.new(0, 0, 0)
- LowerInstance.Position = UDim2.new(0, 0, 1, 0)
- LowerInstance.Size = UDim2.new(0, 261, 0, 175)
- Veripic.Name = "Veripic"
- Veripic.Parent = LowerInstance
- Veripic.BackgroundColor3 = Color3.new(1, 1, 1)
- Veripic.Position = UDim2.new(0.160919547, 0, 0.108571425, 0)
- Veripic.Size = UDim2.new(0, 176, 0, 45)
- Veripic.Image = "http://www.roblox.com/asset/?id=3887473842"
- Veribox.Name = "Veribox"
- Veribox.Parent = LowerInstance
- Veribox.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Veribox.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Veribox.Position = UDim2.new(0.272030652, 0, 0.462857157, 0)
- Veribox.Size = UDim2.new(0, 119, 0, 35)
- Veribox.Font = Enum.Font.Gotham
- Veribox.PlaceholderColor3 = Color3.new(1, 1, 1)
- Veribox.PlaceholderText = "Key..."
- Veribox.Text = ""
- Veribox.TextColor3 = Color3.new(1, 1, 1)
- Veribox.TextSize = 22
- Veribox.TextWrapped = true
- TextButton.Parent = LowerInstance
- TextButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextButton.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- TextButton.Position = UDim2.new(0.118773997, 0, 0.731428623, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 35)
- TextButton.Font = Enum.Font.Gotham
- TextButton.Text = "Proceed"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 22
- Exit.Name = "Exit"
- Exit.Parent = TopBar
- Exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Exit.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Exit.Position = UDim2.new(0.835249066, 0, 0.125, 0)
- Exit.Size = UDim2.new(0, 37, 0, 36)
- Exit.Font = Enum.Font.Gotham
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 1, 1)
- Exit.TextSize = 32
- Header.Name = "Header"
- Header.Parent = TopBar
- Header.Active = true
- Header.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Header.BackgroundTransparency = 1
- Header.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Header.BorderSizePixel = 0
- Header.Size = UDim2.new(0, 208, 0, 48)
- Header.Font = Enum.Font.Gotham
- Header.Text = "Ragdoll Engine Gui"
- Header.TextColor3 = Color3.new(1, 1, 1)
- Header.TextSize = 22
- TopBar.Draggable = true
- TopBar.Active = true
- LowerInstance.Active = true
- Exit.MouseButton1Click:connect(function()
- TopBar.Visible = false
- TopBar.Active = false
- Logger.Enabled = false
- end)
- TextButton.MouseButton1Click:connect(function()
- if Veribox.Text == "7wX1" then
- loadstring(game:HttpGet("https://pastebin.com/raw/s2VeV6AY"))()
- TopBar.Visible = false
- TopBar.Active = false
- Logger.Enabled = false
- print("Login successful!")
- else
- warn("Login unsuccessful!")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement