Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local plr = game.Players.LocalPlayer
- local UnknownGUIV2 = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local Login = Instance.new("TextButton")
- local Name = Instance.new("TextBox")
- local Pass = Instance.new("TextBox")
- local LoginTitle = Instance.new("TextLabel")
- local LoginVersion = Instance.new("TextLabel")
- local MainFrame = Instance.new("Frame")
- local SetSpeed = Instance.new("TextButton")
- local MainTitle = Instance.new("TextLabel")
- local MainVersion = Instance.new("TextLabel")
- local SpeedValue = Instance.new("TextBox")
- local ResetSpeed = Instance.new("TextButton")
- local FPSGUI = Instance.new("TextButton")
- --Properties:
- UnknownGUIV2.Name = "UnknownGUIV2"
- UnknownGUIV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = UnknownGUIV2
- LoginFrame.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
- LoginFrame.BackgroundTransparency = 0.15000000596046
- LoginFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- LoginFrame.BorderSizePixel = 2
- LoginFrame.Position = UDim2.new(0.25316456, 0, 0.145631075, 0)
- LoginFrame.Size = UDim2.new(0, 190, 0, 300)
- Login.Name = "Login"
- Login.Parent = LoginFrame
- Login.BackgroundColor3 = Color3.new(0, 0, 0)
- Login.BackgroundTransparency = 0.85000002384186
- Login.BorderSizePixel = 0
- Login.Position = UDim2.new(0.247368425, 0, 0.829999983, 0)
- Login.Size = UDim2.new(0, 95, 0, 21)
- Login.Font = Enum.Font.GothamBlack
- Login.Text = "Login"
- Login.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- Login.TextSize = 14
- Login.TextWrapped = true
- Name.Name = "Name"
- Name.Parent = LoginFrame
- Name.BackgroundColor3 = Color3.new(0, 0, 0)
- Name.BackgroundTransparency = 0.85000002384186
- Name.BorderSizePixel = 0
- Name.Position = UDim2.new(0.210526317, 0, 0.25333336, 0)
- Name.Size = UDim2.new(0, 110, 0, 30)
- Name.Font = Enum.Font.GothamBlack
- Name.Text = "Name"
- Name.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- Name.TextSize = 14
- Name.TextWrapped = true
- Pass.Name = "Pass"
- Pass.Parent = LoginFrame
- Pass.BackgroundColor3 = Color3.new(0, 0, 0)
- Pass.BackgroundTransparency = 0.85000002384186
- Pass.BorderSizePixel = 0
- Pass.Position = UDim2.new(0.210526347, 0, 0.446666747, 0)
- Pass.Size = UDim2.new(0, 110, 0, 30)
- Pass.Font = Enum.Font.GothamBlack
- Pass.Text = "Password"
- Pass.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- Pass.TextSize = 14
- Pass.TextWrapped = true
- LoginTitle.Name = "LoginTitle"
- LoginTitle.Parent = LoginFrame
- LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- LoginTitle.BackgroundTransparency = 0.85000002384186
- LoginTitle.Size = UDim2.new(0, 190, 0, 36)
- LoginTitle.Font = Enum.Font.GothamBlack
- LoginTitle.Text = "Unknown GUI"
- LoginTitle.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- LoginTitle.TextSize = 14
- LoginVersion.Name = "LoginVersion"
- LoginVersion.Parent = LoginFrame
- LoginVersion.BackgroundColor3 = Color3.new(0, 0, 0)
- LoginVersion.BackgroundTransparency = 1
- LoginVersion.Position = UDim2.new(0, 0, 0.946666658, 0)
- LoginVersion.Size = UDim2.new(0, 26, 0, 16)
- LoginVersion.Font = Enum.Font.GothamBlack
- LoginVersion.Text = "V2"
- LoginVersion.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- LoginVersion.TextSize = 14
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = UnknownGUIV2
- MainFrame.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
- MainFrame.BackgroundTransparency = 0.15000000596046
- MainFrame.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- MainFrame.BorderSizePixel = 2
- MainFrame.Position = UDim2.new(0.589873433, 0, 0.14424412, 0)
- MainFrame.Size = UDim2.new(0, 190, 0, 300)
- MainFrame.Visible = false
- SetSpeed.Name = "SetSpeed"
- SetSpeed.Parent = MainFrame
- SetSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSpeed.BackgroundTransparency = 0.85000002384186
- SetSpeed.BorderSizePixel = 0
- SetSpeed.Position = UDim2.new(0.210526347, 0, 0.25666666, 0)
- SetSpeed.Size = UDim2.new(0, 60, 0, 30)
- SetSpeed.Font = Enum.Font.GothamBlack
- SetSpeed.Text = "Set Speed"
- SetSpeed.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- SetSpeed.TextSize = 14
- SetSpeed.TextWrapped = true
- MainTitle.Name = "MainTitle"
- MainTitle.Parent = MainFrame
- MainTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- MainTitle.BackgroundTransparency = 0.85000002384186
- MainTitle.Size = UDim2.new(0, 190, 0, 36)
- MainTitle.Font = Enum.Font.GothamBlack
- MainTitle.Text = "Unknown GUI"
- MainTitle.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- MainTitle.TextSize = 14
- MainVersion.Name = "MainVersion"
- MainVersion.Parent = MainFrame
- MainVersion.BackgroundColor3 = Color3.new(0, 0, 0)
- MainVersion.BackgroundTransparency = 1
- MainVersion.Position = UDim2.new(0, 0, 0.946666658, 0)
- MainVersion.Size = UDim2.new(0, 26, 0, 16)
- MainVersion.Font = Enum.Font.GothamBlack
- MainVersion.Text = "V2"
- MainVersion.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- MainVersion.TextSize = 14
- SpeedValue.Name = "SpeedValue"
- SpeedValue.Parent = MainFrame
- SpeedValue.BackgroundColor3 = Color3.new(0, 0, 0)
- SpeedValue.BackgroundTransparency = 0.85000002384186
- SpeedValue.BorderSizePixel = 0
- SpeedValue.Position = UDim2.new(0.563157856, 0, 0.25666666, 0)
- SpeedValue.Size = UDim2.new(0, 43, 0, 30)
- SpeedValue.Font = Enum.Font.GothamBlack
- SpeedValue.Text = ""
- SpeedValue.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- SpeedValue.TextSize = 14
- SpeedValue.TextWrapped = true
- ResetSpeed.Name = "ResetSpeed"
- ResetSpeed.Parent = MainFrame
- ResetSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- ResetSpeed.BackgroundTransparency = 0.85000002384186
- ResetSpeed.BorderSizePixel = 0
- ResetSpeed.Position = UDim2.new(0.210526317, 0, 0.456666648, 0)
- ResetSpeed.Size = UDim2.new(0, 110, 0, 30)
- ResetSpeed.Font = Enum.Font.GothamBlack
- ResetSpeed.Text = "Default Speed"
- ResetSpeed.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- ResetSpeed.TextSize = 14
- ResetSpeed.TextWrapped = true
- FPSGUI.Name = "FPSGUI"
- FPSGUI.Parent = MainFrame
- FPSGUI.BackgroundColor3 = Color3.new(0, 0, 0)
- FPSGUI.BackgroundTransparency = 0.85000002384186
- FPSGUI.BorderSizePixel = 0
- FPSGUI.Position = UDim2.new(0.210526317, 0, 0.656666696, 0)
- FPSGUI.Size = UDim2.new(0, 110, 0, 30)
- FPSGUI.Font = Enum.Font.GothamBlack
- FPSGUI.Text = "FPS GUI"
- FPSGUI.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- FPSGUI.TextSize = 14
- FPSGUI.TextWrapped = true
- Login.MouseButton1Down:connect(function()
- if Pass.Text == "crackthisyoudumbass" and Name.Text == "bruh" then
- MainFrame.Visible = true
- LoginFrame.Visible = false
- end
- end)
- SetSpeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedValue.Text
- end)
- ResetSpeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- FPSGUI.MouseButton1Down:connect(function()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement