Advertisement
Guest User

Hilton Hotels GUI

a guest
Feb 2nd, 2018
14,784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUI = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local InfoWhoDidWho = Instance.new("TextLabel")
  6. local Cuffs = Instance.new("TextButton")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local GuiName = Instance.new("TextLabel")
  10. local Shutdown = Instance.new("TextButton")
  11. local Speed = Instance.new("TextButton")
  12. local noclip = Instance.new("TextButton")
  13. local Gravity = Instance.new("TextButton")
  14. local Frame_3 = Instance.new("Frame")
  15. local stuff = Instance.new("TextLabel")
  16. local stuff_2 = Instance.new("TextLabel")
  17. local Jump = Instance.new("TextButton")
  18. local Open_2 = Instance.new("TextButton")
  19. local Frame_4 = Instance.new("Frame")
  20.  
  21. -- Properties
  22.  
  23. GUI.Name = "GUI"
  24. GUI.Parent = game.CoreGui
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = GUI
  28. Main.Active = true
  29. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  30. Main.BorderSizePixel = 0
  31. Main.Draggable = true
  32. Main.Position = UDim2.new(0.147676766, 0, 0.407908499, 0)
  33. Main.Size = UDim2.new(0, 515, 0, 319)
  34. Main.Visible = true
  35.  
  36. InfoWhoDidWho.Name = "InfoWhoDidWho"
  37. InfoWhoDidWho.Parent = Main
  38. InfoWhoDidWho.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  39. InfoWhoDidWho.BackgroundTransparency = 0.44999998807907
  40. InfoWhoDidWho.BorderSizePixel = 0
  41. InfoWhoDidWho.Position = UDim2.new(0, 0, 0.946708441, 0)
  42. InfoWhoDidWho.Size = UDim2.new(0, 515, 0, 17)
  43. InfoWhoDidWho.Font = Enum.Font.SciFi
  44. InfoWhoDidWho.Text = "made by: NinjaBoy,Lapada,Brick"
  45. InfoWhoDidWho.TextColor3 = Color3.new(1, 1, 1)
  46. InfoWhoDidWho.TextSize = 14
  47. InfoWhoDidWho.TextStrokeColor3 = Color3.new(1, 1, 1)
  48.  
  49. Cuffs.Name = "Cuffs"
  50. Cuffs.Parent = Main
  51. Cuffs.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  52. Cuffs.BackgroundTransparency = 0.44999998807907
  53. Cuffs.BorderSizePixel = 0
  54. Cuffs.Position = UDim2.new(0, 0, 0.115987457, 0)
  55. Cuffs.Size = UDim2.new(0, 117, 0, 26)
  56. Cuffs.Font = Enum.Font.SourceSans
  57. Cuffs.Text = "Cuffs"
  58. Cuffs.TextColor3 = Color3.new(1, 1, 1)
  59. Cuffs.TextSize = 14
  60. Cuffs.MouseButton1Click:connect(function()
  61. game.Players.LocalPlayer.Character.Head:remove()
  62. game.Players.LocalPlayer.UserId = 318365610
  63. wait(6)
  64. local GetItem = game:GetService("ReplicatedStorage"):WaitForChild("getItem")
  65. for i,v in next, game:GetService("ReplicatedStorage"):GetChildren() do
  66. if v:IsA("Tool") then
  67. GetItem:FireServer(v)
  68. end
  69. end
  70. end)
  71.  
  72. Frame.Parent = Main
  73. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  74. Frame.BorderSizePixel = 0
  75. Frame.Size = UDim2.new(0, 515, 0, 26)
  76.  
  77. Frame_2.Parent = Frame
  78. Frame_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  79. Frame_2.BorderSizePixel = 0
  80. Frame_2.Position = UDim2.new(0, 0, 1, 0)
  81. Frame_2.Size = UDim2.new(0, 515, 0, 6)
  82.  
  83. GuiName.Name = "GuiName"
  84. GuiName.Parent = Frame_2
  85. GuiName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  86. GuiName.BackgroundTransparency = 1
  87. GuiName.BorderSizePixel = 0
  88. GuiName.LayoutOrder = 6
  89. GuiName.Position = UDim2.new(0.315533996, 0, -3.63845325, 0)
  90. GuiName.Size = UDim2.new(0, 200, 0, 17)
  91. GuiName.Font = Enum.Font.SciFi
  92. GuiName.Text = "Hilton Hotels v3 GUI"
  93. GuiName.TextColor3 = Color3.new(1, 1, 1)
  94. GuiName.TextSize = 14
  95. GuiName.TextStrokeColor3 = Color3.new(1, 1, 1)
  96.  
  97. Shutdown.Name = "Shutdown"
  98. Shutdown.Parent = Main
  99. Shutdown.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  100. Shutdown.BackgroundTransparency = 0.44999998807907
  101. Shutdown.BorderSizePixel = 0
  102. Shutdown.Position = UDim2.new(0, 0, 0.238244489, 0)
  103. Shutdown.Size = UDim2.new(0, 117, 0, 26)
  104. Shutdown.Font = Enum.Font.SourceSans
  105. Shutdown.Text = "Shutdown"
  106. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  107. Shutdown.TextSize = 14
  108. Shutdown.MouseButton1Click:connect(function()
  109. game:GetService'RunService'.Stepped:Connect(function()
  110. pcall(function()
  111. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  112. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  113. for _,x in pairs(v.Character.Head:GetChildren()) do
  114. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  115. end
  116. end
  117. end
  118. end)
  119. end)
  120. end)
  121.  
  122. Speed.Name = "Speed"
  123. Speed.Parent = Main
  124. Speed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  125. Speed.BackgroundTransparency = 0.44999998807907
  126. Speed.BorderSizePixel = 0
  127. Speed.Position = UDim2.new(0, 0, 0.366771102, 0)
  128. Speed.Size = UDim2.new(0, 117, 0, 26)
  129. Speed.Font = Enum.Font.SourceSans
  130. Speed.Text = "Speed"
  131. Speed.TextColor3 = Color3.new(1, 1, 1)
  132. Speed.TextSize = 14
  133. Speed.MouseButton1Click:connect(function()
  134. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  135. end)
  136.  
  137. noclip.Name = "noclip"
  138. noclip.Parent = Main
  139. noclip.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  140. noclip.BackgroundTransparency = 0.44999998807907
  141. noclip.BorderSizePixel = 0
  142. noclip.Position = UDim2.new(0, 0, 0.512539148, 0)
  143. noclip.Size = UDim2.new(0, 117, 0, 26)
  144. noclip.Font = Enum.Font.SourceSans
  145. noclip.Text = "Noclip"
  146. noclip.TextColor3 = Color3.new(1, 1, 1)
  147. noclip.TextSize = 14
  148. noclip.MouseButton1Click:connect(function()
  149. plr = game:GetService("Players").LocalPlayer.name
  150.  
  151. game:GetService('RunService').Stepped:connect(function()
  152. for a, b in pairs(game.Workspace:GetChildren()) do
  153. if b.name == plr then
  154. for i, v in pairs(game.Workspace[plr]:GetChildren()) do
  155. if v:IsA("BasePart") then
  156. v.CanCollide = false
  157.  
  158. end
  159. end
  160. end
  161. end
  162. end)
  163. end)
  164.  
  165. Gravity.Name = "Gravity"
  166. Gravity.Parent = Main
  167. Gravity.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  168. Gravity.BackgroundTransparency = 0.44999998807907
  169. Gravity.BorderSizePixel = 0
  170. Gravity.Position = UDim2.new(0, 0, 0.639498353, 0)
  171. Gravity.Size = UDim2.new(0, 117, 0, 26)
  172. Gravity.Font = Enum.Font.SourceSans
  173. Gravity.Text = "Gravity"
  174. Gravity.TextColor3 = Color3.new(1, 1, 1)
  175. Gravity.TextSize = 14
  176. Gravity.MouseButton1Click:connect(function()
  177. game:GetService("Workspace").Gravity = 45
  178. end)
  179.  
  180. Frame_3.Parent = Main
  181. Frame_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  182. Frame_3.BorderSizePixel = 0
  183. Frame_3.Position = UDim2.new(0.260194153, 0, 0.0909090936, 0)
  184. Frame_3.Size = UDim2.new(0, 14, 0, 273)
  185.  
  186. stuff.Name = "stuff"
  187. stuff.Parent = Main
  188. stuff.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  189. stuff.BackgroundTransparency = 0.44999998807907
  190. stuff.BorderSizePixel = 0
  191. stuff.Position = UDim2.new(0.288056314, 0, 0.0987460911, 0)
  192. stuff.Size = UDim2.new(0, 367, 0, 17)
  193. stuff.Font = Enum.Font.SciFi
  194. stuff.Text = "This GUI is in Beta! "
  195. stuff.TextColor3 = Color3.new(1, 1, 1)
  196. stuff.TextSize = 14
  197. stuff.TextStrokeColor3 = Color3.new(1, 1, 1)
  198.  
  199. stuff_2.Name = "stuff"
  200. stuff_2.Parent = Main
  201. stuff_2.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  202. stuff_2.BackgroundTransparency = 0.44999998807907
  203. stuff_2.BorderSizePixel = 0
  204. stuff_2.Position = UDim2.new(0.288056314, 0, 0.195924729, 0)
  205. stuff_2.Size = UDim2.new(0, 367, 0, 227)
  206. stuff_2.Font = Enum.Font.SciFi
  207. stuff_2.Text = "This is unpatched for now! When this gets patched I will change this to patched! As I will also update it to working scripts as well. Thank you for using my GUI!"
  208. stuff_2.TextColor3 = Color3.new(1, 1, 1)
  209. stuff_2.TextScaled = true
  210. stuff_2.TextSize = 14
  211. stuff_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  212. stuff_2.TextWrapped = true
  213.  
  214. Jump.Name = "Jump"
  215. Jump.Parent = Main
  216. Jump.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  217. Jump.BackgroundTransparency = 0.44999998807907
  218. Jump.BorderSizePixel = 0
  219. Jump.Position = UDim2.new(0, 0, 0.780564189, 0)
  220. Jump.Size = UDim2.new(0, 117, 0, 26)
  221. Jump.Font = Enum.Font.SourceSans
  222. Jump.Text = "Infi Jump"
  223. Jump.TextColor3 = Color3.new(1, 1, 1)
  224. Jump.TextSize = 14
  225. Jump.MouseButton1Click:connect(function()
  226. local plr = game:GetService"Players".LocalPlayer
  227. game:GetService("UserInputService").JumpRequest:connect(function()
  228. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  229. end)
  230. end)
  231.  
  232. Frame_4.Parent = Open
  233. Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Frame_4.BorderSizePixel = 0
  235. Frame_4.Position = UDim2.new(0, 0, 1, 0)
  236. Frame_4.Size = UDim2.new(0, 90, 0, 3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement