Advertisement
IDontNoJustUseIt

Untitled

Jan 12th, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Login = Instance.new("Frame")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local LoginBtn = Instance.new("TextButton")
  11. local UsTitle = Instance.new("TextLabel")
  12. local PasTitle = Instance.new("TextLabel")
  13. local Exploit = Instance.new("Frame")
  14. local Title = Instance.new("TextLabel")
  15. local GetPad = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Login.Name = "Login"
  23. Login.Parent = ScreenGui
  24. Login.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. Login.Position = UDim2.new(0.0596306063, 0, 0.42844975, 0)
  26. Login.Size = UDim2.new(0, 502, 0, 132)
  27. Login.Draggable = true
  28. Login.Active = true
  29.  
  30.  
  31. Username.Name = "Username"
  32. Username.Parent = Login
  33. Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Username.Position = UDim2.new(0.18525897, 0, 0.268199235, 0)
  35. Username.Size = UDim2.new(0, 138, 0, 32)
  36. Username.Font = Enum.Font.SourceSans
  37. Username.Text = ""
  38. Username.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. Username.TextSize = 14.000
  40.  
  41. Password.Name = "Password"
  42. Password.Parent = Login
  43. Password.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Password.Position = UDim2.new(0.609561682, 0, 0.268199235, 0)
  45. Password.Size = UDim2.new(0, 138, 0, 32)
  46. Password.Font = Enum.Font.SourceSans
  47. Password.Text = ""
  48. Password.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Password.TextSize = 14.000
  50.  
  51. LoginBtn.Name = "LoginBtn"
  52. LoginBtn.Parent = Login
  53. LoginBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. LoginBtn.Position = UDim2.new(0.37649402, 0, 0.656478405, 0)
  55. LoginBtn.Size = UDim2.new(0, 174, 0, 26)
  56. LoginBtn.Font = Enum.Font.SourceSans
  57. LoginBtn.Text = "Login"
  58. LoginBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. LoginBtn.TextSize = 14.000
  60. LoginBtn.MouseButton1Click:connect(function()
  61. if Username.Text == "Elliot" and Password.Text == "Work" then
  62. Login.Visible = false
  63. Exploit.Visible = true
  64. end
  65. end)
  66.  
  67. UsTitle.Name = "UsTitle"
  68. UsTitle.Parent = Login
  69. UsTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. UsTitle.Position = UDim2.new(0.179282874, 0, 0.157088131, 0)
  71. UsTitle.Size = UDim2.new(0, 144, 0, 22)
  72. UsTitle.Font = Enum.Font.SourceSans
  73. UsTitle.Text = "Username"
  74. UsTitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. UsTitle.TextSize = 14.000
  76.  
  77. PasTitle.Name = "PasTitle"
  78. PasTitle.Parent = Login
  79. PasTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. PasTitle.Position = UDim2.new(0.607569695, 0, 0.157088131, 0)
  81. PasTitle.Size = UDim2.new(0, 144, 0, 22)
  82. PasTitle.Font = Enum.Font.SourceSans
  83. PasTitle.Text = "Password"
  84. PasTitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. PasTitle.TextSize = 14.000
  86.  
  87. Exploit.Name = "Exploit"
  88. Exploit.Parent = ScreenGui
  89. Exploit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. Exploit.Position = UDim2.new(0.47862798, 0, 0.293015331, 0)
  91. Exploit.Size = UDim2.new(0, 400, 0, 226)
  92. Exploit.Draggable = true
  93. Exploit.Visible = false
  94.  
  95. Title.Name = "Title"
  96. Title.Parent = Exploit
  97. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Title.Size = UDim2.new(0, 400, 0, 50)
  99. Title.Font = Enum.Font.SourceSans
  100. Title.Text = "Free Hotel GUI"
  101. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. Title.TextSize = 30.000
  103.  
  104. GetPad.Name = "GetPad"
  105. GetPad.Parent = Exploit
  106. GetPad.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. GetPad.Position = UDim2.new(0, 0, 0.221238941, 0)
  108. GetPad.Size = UDim2.new(0, 400, 0, 50)
  109. GetPad.Font = Enum.Font.SourceSans
  110. GetPad.Text = "Get Pad"
  111. GetPad.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. GetPad.TextSize = 25.000
  113. GetPad.MouseButton1Click:connect(function()
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-100.9, 35, 210)
  115. wait(0.4)
  116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-96, 30, 190)
  117. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement