Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.1
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Login = Instance.new("Frame")
- local Username = Instance.new("TextBox")
- local Password = Instance.new("TextBox")
- local LoginBtn = Instance.new("TextButton")
- local UsTitle = Instance.new("TextLabel")
- local PasTitle = Instance.new("TextLabel")
- local Exploit = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local GetPad = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Login.Name = "Login"
- Login.Parent = ScreenGui
- Login.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Login.Position = UDim2.new(0.0596306063, 0, 0.42844975, 0)
- Login.Size = UDim2.new(0, 502, 0, 132)
- Login.Draggable = true
- Login.Active = true
- Username.Name = "Username"
- Username.Parent = Login
- Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Username.Position = UDim2.new(0.18525897, 0, 0.268199235, 0)
- Username.Size = UDim2.new(0, 138, 0, 32)
- Username.Font = Enum.Font.SourceSans
- Username.Text = ""
- Username.TextColor3 = Color3.fromRGB(0, 0, 0)
- Username.TextSize = 14.000
- Password.Name = "Password"
- Password.Parent = Login
- Password.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Password.Position = UDim2.new(0.609561682, 0, 0.268199235, 0)
- Password.Size = UDim2.new(0, 138, 0, 32)
- Password.Font = Enum.Font.SourceSans
- Password.Text = ""
- Password.TextColor3 = Color3.fromRGB(0, 0, 0)
- Password.TextSize = 14.000
- LoginBtn.Name = "LoginBtn"
- LoginBtn.Parent = Login
- LoginBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- LoginBtn.Position = UDim2.new(0.37649402, 0, 0.656478405, 0)
- LoginBtn.Size = UDim2.new(0, 174, 0, 26)
- LoginBtn.Font = Enum.Font.SourceSans
- LoginBtn.Text = "Login"
- LoginBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
- LoginBtn.TextSize = 14.000
- LoginBtn.MouseButton1Click:connect(function()
- if Username.Text == "Elliot" and Password.Text == "Work" then
- Login.Visible = false
- Exploit.Visible = true
- end
- end)
- UsTitle.Name = "UsTitle"
- UsTitle.Parent = Login
- UsTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- UsTitle.Position = UDim2.new(0.179282874, 0, 0.157088131, 0)
- UsTitle.Size = UDim2.new(0, 144, 0, 22)
- UsTitle.Font = Enum.Font.SourceSans
- UsTitle.Text = "Username"
- UsTitle.TextColor3 = Color3.fromRGB(0, 0, 0)
- UsTitle.TextSize = 14.000
- PasTitle.Name = "PasTitle"
- PasTitle.Parent = Login
- PasTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PasTitle.Position = UDim2.new(0.607569695, 0, 0.157088131, 0)
- PasTitle.Size = UDim2.new(0, 144, 0, 22)
- PasTitle.Font = Enum.Font.SourceSans
- PasTitle.Text = "Password"
- PasTitle.TextColor3 = Color3.fromRGB(0, 0, 0)
- PasTitle.TextSize = 14.000
- Exploit.Name = "Exploit"
- Exploit.Parent = ScreenGui
- Exploit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Exploit.Position = UDim2.new(0.47862798, 0, 0.293015331, 0)
- Exploit.Size = UDim2.new(0, 400, 0, 226)
- Exploit.Draggable = true
- Exploit.Visible = false
- Title.Name = "Title"
- Title.Parent = Exploit
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.Size = UDim2.new(0, 400, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Free Hotel GUI"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextSize = 30.000
- GetPad.Name = "GetPad"
- GetPad.Parent = Exploit
- GetPad.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GetPad.Position = UDim2.new(0, 0, 0.221238941, 0)
- GetPad.Size = UDim2.new(0, 400, 0, 50)
- GetPad.Font = Enum.Font.SourceSans
- GetPad.Text = "Get Pad"
- GetPad.TextColor3 = Color3.fromRGB(0, 0, 0)
- GetPad.TextSize = 25.000
- GetPad.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-100.9, 35, 210)
- wait(0.4)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-96, 30, 190)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement