OfficialArponAG

Hilton Hotel V5

Jul 6th, 2018
8,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.50 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RIPHilton = Instance.new("ScreenGui")
  4. local maintab = Instance.new("Frame")
  5. local closeall = Instance.new("TextButton")
  6. local closealllabel = Instance.new("ImageLabel")
  7. local exploitbody = Instance.new("Frame")
  8. local CuffByapss = Instance.new("TextButton")
  9. local R15C = Instance.new("TextButton")
  10. local Hats = Instance.new("TextButton")
  11. local R15 = Instance.new("TextButton")
  12. local jump = Instance.new("TextButton")
  13. local noclip = Instance.new("TextButton")
  14. local Title = Instance.new("TextLabel")
  15. local v2 = Instance.new("TextLabel")
  16. local Beta = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. RIPHilton.Name = "RIP Hilton"
  21. RIPHilton.Parent = game.Players.LocalPlayer.PlayerGui --game.CoreGui --game.Players.LocalPlayer.PlayerGui
  22.  
  23. maintab.Name = "maintab"
  24. maintab.Parent = RIPHilton
  25. maintab.Active = true
  26. maintab.BackgroundColor3 = Color3.new(0, 0, 0)
  27. maintab.BorderSizePixel = 0
  28. maintab.Draggable = true
  29. maintab.Position = UDim2.new(0.241423115, 0, 0.366702527, 0)
  30. maintab.Size = UDim2.new(0, 406, 0, 40)
  31.  
  32.  
  33. exploitbody.Name = "exploitbody"
  34. exploitbody.Parent = maintab
  35. exploitbody.BackgroundColor3 = Color3.new(1, 1, 1)
  36. exploitbody.BorderSizePixel = 0
  37. exploitbody.Position = UDim2.new(0, 0, 1.00290072, 0)
  38. exploitbody.Size = UDim2.new(0, 406, 0, 238)
  39.  
  40. CuffByapss.Name = "CuffByapss"
  41. CuffByapss.Parent = exploitbody
  42. CuffByapss.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  43. CuffByapss.BorderColor3 = Color3.new(0, 0, 0)
  44. CuffByapss.Position = UDim2.new(0.0663745254, 0, 0.0749299824, 0)
  45. CuffByapss.Size = UDim2.new(0, 157, 0, 38)
  46. CuffByapss.Font = Enum.Font.ArialBold
  47. CuffByapss.Text = "Cuff Bypass"
  48. CuffByapss.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  49. CuffByapss.TextScaled = true
  50. CuffByapss.TextSize = 14
  51. CuffByapss.TextWrapped = true
  52. CuffByapss.MouseButton1Down:connect(function()
  53.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  54. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  55. end)
  56.  
  57. R15C.Name = "R15C"
  58. R15C.Parent = exploitbody
  59. R15C.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  60. R15C.BorderColor3 = Color3.new(0, 0, 0)
  61. R15C.Position = UDim2.new(0.531891763, 0, 0.0749299824, 0)
  62. R15C.Size = UDim2.new(0, 157, 0, 38)
  63. R15C.Font = Enum.Font.ArialBold
  64. R15C.Text = "Cuff Bypass R15"
  65. R15C.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  66. R15C.TextScaled = true
  67. R15C.TextSize = 14
  68. R15C.TextWrapped = true
  69. R15C.MouseButton1Down:connect(function()
  70.     game.Players.LocalPlayer.Character.LeftHand:Destroy()
  71. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  72. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  73. game.Players.LocalPlayer.Character.RightHand:Destroy()
  74. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  75. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  76. end)
  77.  
  78. Hats.Name = "Hats"
  79. Hats.Parent = exploitbody
  80. Hats.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  81. Hats.BorderColor3 = Color3.new(0, 0, 0)
  82. Hats.Position = UDim2.new(0.531891763, 0, 0.360644281, 0)
  83. Hats.Size = UDim2.new(0, 157, 0, 38)
  84. Hats.Font = Enum.Font.ArialBold
  85. Hats.Text = "Drop Hats"
  86. Hats.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  87. Hats.TextScaled = true
  88. Hats.TextSize = 14
  89. Hats.TextWrapped = true
  90. Hats.MouseButton1Down:connect(function()
  91.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  92. if (v:IsA("Accessory")) then
  93. v.Parent = workspace
  94. end
  95. end
  96. end)
  97.  
  98. R15.Name = "R15"
  99. R15.Parent = exploitbody
  100. R15.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  101. R15.BorderColor3 = Color3.new(0, 0, 0)
  102. R15.Position = UDim2.new(0.0663745105, 0, 0.360644281, 0)
  103. R15.Size = UDim2.new(0, 157, 0, 38)
  104. R15.Font = Enum.Font.ArialBold
  105. R15.Text = "Speed"
  106. R15.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  107. R15.TextScaled = true
  108. R15.TextSize = 14
  109. R15.TextWrapped = true
  110. R15.MouseButton1Down:connect(function()
  111.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  112. end)
  113.  
  114. jump.Name = "jump"
  115. jump.Parent = exploitbody
  116. jump.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  117. jump.BorderColor3 = Color3.new(0, 0, 0)
  118. jump.Position = UDim2.new(0.0663745105, 0, 0.642156899, 0)
  119. jump.Size = UDim2.new(0, 157, 0, 38)
  120. jump.Font = Enum.Font.ArialBold
  121. jump.Text = "Infinity Jump"
  122. jump.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  123. jump.TextScaled = true
  124. jump.TextSize = 14
  125. jump.TextWrapped = true
  126. jump.MouseButton1Down:connect(function()
  127.     local plr = game:GetService"Players".LocalPlayer
  128. game:GetService("UserInputService").JumpRequest:connect(function()
  129. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  130. end)
  131. end)
  132.  
  133. noclip.Name = "noclip"
  134. noclip.Parent = exploitbody
  135. noclip.BackgroundColor3 = Color3.new(0.168627, 0.176471, 0.0823529)
  136. noclip.BorderColor3 = Color3.new(0, 0, 0)
  137. noclip.Position = UDim2.new(0.531891763, 0, 0.642156899, 0)
  138. noclip.Size = UDim2.new(0, 157, 0, 38)
  139. noclip.Font = Enum.Font.ArialBold
  140. noclip.Text = "Noclip"
  141. noclip.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  142. noclip.TextScaled = true
  143. noclip.TextSize = 14
  144. noclip.TextWrapped = true
  145. noclip.MouseButton1Down:connect(function()
  146.     plr = game:GetService("Players").LocalPlayer.name
  147.  
  148. game:GetService('RunService').Stepped:connect(function()
  149. for a, b in pairs(game.Workspace:GetChildren()) do
  150. if b.name == plr then
  151. for i, v in pairs(game.Workspace[plr]:GetChildren()) do
  152. if v:IsA("BasePart") then
  153. v.CanCollide = false
  154.  
  155.      end
  156.     end
  157.    end
  158.   end
  159.  end)
  160. end)
  161.  
  162. Title.Name = "Title"
  163. Title.Parent = exploitbody
  164. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Title.BackgroundTransparency = 1
  166. Title.Position = UDim2.new(0.253082603, 0, -0.144738168, 0)
  167. Title.Size = UDim2.new(0, 200, 0, 25)
  168. Title.Font = Enum.Font.Garamond
  169. Title.Text = "RIP FE - Made by Zinc"
  170. Title.TextColor3 = Color3.new(1, 1, 1)
  171. Title.TextSize = 35
  172. Title.TextStrokeColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  173.  
  174. v2.Name = "v2"
  175. v2.Parent = maintab
  176. v2.BackgroundColor3 = Color3.new(0, 0, 0)
  177. v2.BackgroundTransparency = 1
  178. v2.Position = UDim2.new(0.892265201, 0, 6.33333349, 0)
  179. v2.Size = UDim2.new(0, 39, 0, 20)
  180. v2.Font = Enum.Font.SourceSansItalic
  181. v2.Text = "v2.0"
  182. v2.TextColor3 = Color3.new(0, 0, 0)
  183. v2.TextSize = 25
  184.  
  185. Beta.Name = "Beta"
  186. Beta.Parent = maintab
  187. Beta.BackgroundColor3 = Color3.new(0, 0, 0)
  188. Beta.BackgroundTransparency = 1
  189. Beta.Position = UDim2.new(0.0178809762, 0, 6.33333349, 0)
  190. Beta.Size = UDim2.new(0, 39, 0, 20)
  191. Beta.Font = Enum.Font.SourceSansItalic
  192. Beta.Text = "Beta"
  193. Beta.TextColor3 = Color3.new(0, 0, 0)
  194. Beta.TextSize = 25
Add Comment
Please, Sign In to add comment