ChaosityYT

Hilton Hotels LolItzyeboiAdi GUI

May 30th, 2019
4,872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. --//--DETECTIONS/AUTO-EXECUTIONS--\\--
  2.  
  3. CoreGui = game:GetService("CoreGui")
  4.  
  5. if CoreGui:FindFirstChild("Baked") then
  6. CoreGui.Baked:Destroy()
  7. end
  8.  
  9. for i,v in pairs(game.Workspace:GetChildren()) do
  10. if v.Name == "GroupDoorArea" then
  11. v:Destroy()
  12. end
  13. end
  14.  
  15. for i,v in pairs(game.Workspace:GetChildren()) do
  16. if v.Name == "SuiteRoom" or v.Name == "Room" then
  17. for a,b in pairs(v:GetChildren()) do
  18. if b.Name == "RoomDoor" then
  19. b:Destroy()
  20. end
  21. end
  22. end
  23. end
  24.  
  25. --//--VARIABLES--\\--
  26.  
  27. Baked = Instance.new("ScreenGui", CoreGui)
  28. MainFrame = Instance.new("Frame", Baked)
  29. MainFrameHeader = Instance.new("Frame", MainFrame)
  30. MainFrameText = Instance.new("TextLabel", MainFrameHeader)
  31. Square1 = Instance.new("Frame", MainFrame)
  32. Square2 = Instance.new("Frame", MainFrame)
  33. Square3 = Instance.new("Frame", MainFrame)
  34. Loading = Instance.new("TextLabel", MainFrame)
  35. MainFrameShadow = Instance.new("Frame", MainFrame)
  36. ActualFrame = Instance.new("Frame", Baked)
  37. ActualFrameHeader = Instance.new("Frame", ActualFrame)
  38. ActualFrameText = Instance.new("TextLabel", ActualFrameHeader)
  39. Cuff = Instance.new("TextButton", ActualFrame)
  40. Kill = Instance.new("TextButton", ActualFrame)
  41. Spam_Blocks = Instance.new("TextButton", ActualFrame)
  42. Spam_Chat = Instance.new("TextButton", ActualFrame)
  43. Noclip = Instance.new("TextButton", ActualFrame)
  44. Fly = Instance.new("TextButton", ActualFrame)
  45. SpamText = Instance.new("TextBox", ActualFrame)
  46. Close = Instance.new("TextButton", ActualFrame)
  47. Minimize = Instance.new("TextButton", ActualFrame)
  48. ActualFrameShadow = Instance.new("Frame", ActualFrame)
  49. LocalPlayer = game:GetService("Players").LocalPlayer
  50. Name = LocalPlayer.Name
  51. Character = LocalPlayer.Character
  52. RunService = game:GetService("RunService")
  53. ReplicatedStorage = game:GetService("ReplicatedStorage")
  54. Loop = false
  55.  
  56. --//--PROPERTIES--\\--
  57.  
  58. Baked.Name = "Baked"
  59.  
  60. MainFrame.Name = "MainFrame"
  61. MainFrame.BackgroundColor3 = Color3.new(0.0392157, 0.454902, 0.647059)
  62. MainFrame.BorderSizePixel = 0
  63. MainFrame.Active = true
  64. MainFrame.Draggable = true
  65. MainFrame.Selectable = true
  66. MainFrame.Position = UDim2.new(0.047, 0 , -0.999, 0)
  67. MainFrame.Size = UDim2.new(0, 448, 0, 329)
  68.  
  69. MainFrameHeader.Name = "MainFrameHeader"
  70. MainFrameHeader.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  71. MainFrameHeader.BorderSizePixel = 0
  72. MainFrameHeader.Position = UDim2.new(0, 0, 0.0759878457, 0)
  73. MainFrameHeader.Size = UDim2.new(0, 448, 0, 74)
  74.  
  75. MainFrameText.Name = "MainFrameText"
  76. MainFrameText.BackgroundColor3 = Color3.new(1, 1, 1)
  77. MainFrameText.BackgroundTransparency = 1
  78. MainFrameText.Position = UDim2.new(0.274926424, 0, 0.148648649, 0)
  79. MainFrameText.Size = UDim2.new(0, 203, 0, 51)
  80. MainFrameText.Font = Enum.Font.SourceSansBold
  81. MainFrameText.Text = "Baked"
  82. MainFrameText.TextColor3 = Color3.new(1, 1, 1)
  83. MainFrameText.TextScaled = true
  84. MainFrameText.TextSize = 14
  85. MainFrameText.TextWrapped = true
  86.  
  87. Square1.Name = "Square1"
  88. Square1.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Square1.BorderSizePixel = 0
  90. Square1.Position = UDim2.new(0.275938213, 0, 0.683890581, 0)
  91. Square1.Size = UDim2.new(0, 39, 0, 43)
  92.  
  93. Square2.Name = "Square2"
  94. Square2.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Square2.BorderSizePixel = 0
  96. Square2.Position = UDim2.new(0.456942916, 0, 0.683551669, 0)
  97. Square2.Size = UDim2.new(0, 39, 0, 43)
  98.  
  99. Square3.Name = "Square3"
  100. Square3.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Square3.BorderSizePixel = 0
  102. Square3.Position = UDim2.new(0.638181865, 0, 0.683551729, 0)
  103. Square3.Size = UDim2.new(0, 39, 0, 43)
  104.  
  105. Loading.Name = "Loading"
  106. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Loading.BackgroundTransparency = 1
  108. Loading.Position = UDim2.new(0.177494407, 0, 0.388244629, 0)
  109. Loading.Size = UDim2.new(0, 292, 0, 73)
  110. Loading.Font = Enum.Font.SourceSansBold
  111. Loading.Text = "Loading up Baked.."
  112. Loading.TextColor3 = Color3.new(1, 1, 1)
  113. Loading.TextSize = 30
  114.  
  115. MainFrameShadow.Name = "MainFrameShadow"
  116. MainFrameShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  117. MainFrameShadow.BackgroundTransparency = 0.89999997615814
  118. MainFrameShadow.BorderSizePixel = 0
  119. MainFrameShadow.Size = UDim2.new(0, 455, 0, 336)
  120. MainFrameShadow.ZIndex = -1
  121.  
  122. ActualFrame.Name = "ActualFrame"
  123. ActualFrame.BackgroundColor3 = Color3.new(0.0392157, 0.454902, 0.647059)
  124. ActualFrame.BorderSizePixel = 0
  125. ActualFrame.Active = true
  126. ActualFrame.Draggable = true
  127. ActualFrame.Selectable = true
  128. ActualFrame.Position = UDim2.new(.4, 0, 1, 0)
  129. ActualFrame.Size = UDim2.new(0, 459, 0, 375)
  130.  
  131. ActualFrameHeader.Name = "ActualFrameHeader"
  132. ActualFrameHeader.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  133. ActualFrameHeader.BorderSizePixel = 0
  134. ActualFrameHeader.Position = UDim2.new(0, 0, 0.0799999982, 0)
  135. ActualFrameHeader.Size = UDim2.new(0, 459, 0, 74)
  136.  
  137. ActualFrameText.Name = "ActualFrameText"
  138. ActualFrameText.BackgroundColor3 = Color3.new(1, 1, 1)
  139. ActualFrameText.BackgroundTransparency = 1
  140. ActualFrameText.Position = UDim2.new(0.277894586, 0, 0.148648649, 0)
  141. ActualFrameText.Size = UDim2.new(0, 203, 0, 51)
  142. ActualFrameText.Font = Enum.Font.SourceSansBold
  143. ActualFrameText.Text = "Baked"
  144. ActualFrameText.TextColor3 = Color3.new(1, 1, 1)
  145. ActualFrameText.TextScaled = true
  146. ActualFrameText.TextSize = 14
  147. ActualFrameText.TextWrapped = true
  148.  
  149. Cuff.Name = "Cuff"
  150. Cuff.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  151. Cuff.BorderSizePixel = 0
  152. Cuff.Position = UDim2.new(0.0239515416, 0, 0.314666688, 0)
  153. Cuff.Size = UDim2.new(0, 200, 0, 50)
  154. Cuff.Font = Enum.Font.SourceSansBold
  155. Cuff.Text = "Cuff Bypass"
  156. Cuff.TextColor3 = Color3.new(1, 1, 1)
  157. Cuff.TextSize = 20
  158.  
  159. Kill.Name = "Kill"
  160. Kill.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  161. Kill.BorderSizePixel = 0
  162. Kill.Position = UDim2.new(0.544983327, 0, 0.314666688, 0)
  163. Kill.Size = UDim2.new(0, 200, 0, 50)
  164. Kill.Font = Enum.Font.SourceSansBold
  165. Kill.Text = "Kill"
  166. Kill.TextColor3 = Color3.new(1, 1, 1)
  167. Kill.TextSize = 20
  168.  
  169. Spam_Blocks.Name = "Spam_Blocks"
  170. Spam_Blocks.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  171. Spam_Blocks.BorderSizePixel = 0
  172. Spam_Blocks.Position = UDim2.new(0.0242861509, 0, 0.474666655, 0)
  173. Spam_Blocks.Size = UDim2.new(0, 200, 0, 50)
  174. Spam_Blocks.Font = Enum.Font.SourceSansBold
  175. Spam_Blocks.Text = "Spam Blocks"
  176. Spam_Blocks.TextColor3 = Color3.new(1, 1, 1)
  177. Spam_Blocks.TextSize = 20
  178.  
  179. Spam_Chat.Name = "Spam_Chat"
  180. Spam_Chat.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  181. Spam_Chat.BorderSizePixel = 0
  182. Spam_Chat.Position = UDim2.new(0.544983327, 0, 0.474666655, 0)
  183. Spam_Chat.Size = UDim2.new(0, 200, 0, 50)
  184. Spam_Chat.Font = Enum.Font.SourceSansBold
  185. Spam_Chat.Text = "Spam Chat"
  186. Spam_Chat.TextColor3 = Color3.new(1, 1, 1)
  187. Spam_Chat.TextSize = 20
  188.  
  189. Noclip.Name = "Noclip"
  190. Noclip.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  191. Noclip.BorderSizePixel = 0
  192. Noclip.Position = UDim2.new(0.0242861509, 0, 0.642666578, 0)
  193. Noclip.Size = UDim2.new(0, 200, 0, 50)
  194. Noclip.Font = Enum.Font.SourceSansBold
  195. Noclip.Text = "Noclip"
  196. Noclip.TextColor3 = Color3.new(1, 1, 1)
  197. Noclip.TextSize = 20
  198.  
  199. Fly.Name = "Fly"
  200. Fly.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  201. Fly.BorderSizePixel = 0
  202. Fly.Position = UDim2.new(0.544983327, 0, 0.642666578, 0)
  203. Fly.Size = UDim2.new(0, 200, 0, 50)
  204. Fly.Font = Enum.Font.SourceSansBold
  205. Fly.Text = "Fly [E]"
  206. Fly.TextColor3 = Color3.new(1, 1, 1)
  207. Fly.TextSize = 20
  208.  
  209. SpamText.Name = "SpamText"
  210. SpamText.BackgroundColor3 = Color3.new(0.054902, 0.596078, 0.847059)
  211. SpamText.BorderSizePixel = 0
  212. SpamText.Position = UDim2.new(0.0239651408, 0, 0.818666637, 0)
  213. SpamText.Size = UDim2.new(0, 439, 0, 52)
  214. SpamText.Font = Enum.Font.SourceSansBold
  215. SpamText.PlaceholderColor3 = Color3.new(1, 1, 1)
  216. SpamText.Text = "The text that you want to spam in chat."
  217. SpamText.TextColor3 = Color3.new(1, 1, 1)
  218. SpamText.TextSize = 25
  219.  
  220. Close.Name = "Close"
  221. Close.BackgroundColor3 = Color3.new(0.0392157, 0.454902, 0.647059)
  222. Close.BackgroundTransparency = 1
  223. Close.BorderSizePixel = 0
  224. Close.Position = UDim2.new(0.932461858, 0, 0, 0)
  225. Close.Size = UDim2.new(0, 31, 0, 30)
  226. Close.Font = Enum.Font.Arcade
  227. Close.Text = "X"
  228. Close.TextColor3 = Color3.new(1, 1, 1)
  229. Close.TextSize = 16
  230.  
  231. Minimize.Name = "Minimize"
  232. Minimize.BackgroundColor3 = Color3.new(0.0392157, 0.454902, 0.647059)
  233. Minimize.BackgroundTransparency = 1
  234. Minimize.BorderSizePixel = 0
  235. Minimize.Position = UDim2.new(0.864923775, 0, 0, 0)
  236. Minimize.Size = UDim2.new(0, 31, 0, 23)
  237. Minimize.Font = Enum.Font.SourceSansBold
  238. Minimize.Text = "_"
  239. Minimize.TextColor3 = Color3.new(1, 1, 1)
  240. Minimize.TextSize = 20
  241.  
  242. ActualFrameShadow.Name = "ActualFrameShadow"
  243. ActualFrameShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  244. ActualFrameShadow.BackgroundTransparency = 0.89999997615814
  245. ActualFrameShadow.BorderSizePixel = 0
  246. ActualFrameShadow.Position = UDim2.new(-0.00026679039, 0, 0.000544607639, 0)
  247. ActualFrameShadow.Size = UDim2.new(0, 464, 0, 380)
  248. ActualFrameShadow.ZIndex = -1
  249.  
  250. --//--FUNCTIONS--\\--
  251.  
  252. function Tween(Object, Timing, Settings)
  253. game:GetService("TweenService"):Create(Object, TweenInfo.new(Timing), Settings):Play()
  254. end
  255.  
  256. --//--SCRIPTING--\\--
  257.  
  258. Tween(MainFrame, 1, {Position = UDim2.new(.4, 0, .4, 0); })
  259.  
  260. wait(.5)
  261.  
  262. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  263. Tween(Square2, .5, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  264. Tween(Square3, .5, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  265.  
  266. wait(.5)
  267.  
  268. Tween(Square2, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  269. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  270. Tween(Square3, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  271.  
  272. wait(.5)
  273.  
  274. Tween(Square3, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  275. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  276. Tween(Square2, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  277.  
  278. wait(.5)
  279.  
  280. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  281. Tween(Square2, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  282. Tween(Square3, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  283.  
  284. wait(.5)
  285.  
  286. Tween(Square2, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  287. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  288. Tween(Square3, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  289.  
  290. wait(.5)
  291.  
  292. Tween(Square3, .25, {BackgroundColor3 = Color3.fromRGB(110, 161, 255); })
  293. Tween(Square1, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  294. Tween(Square2, .25, {BackgroundColor3 = Color3.fromRGB(255, 255, 255); })
  295.  
  296. Tween(MainFrame, 1, {Position = UDim2.new(.4, 0, 1, 0); })
  297.  
  298. wait(.75)
  299.  
  300. Tween(ActualFrame, 1, {Position = UDim2.new(.4, 0, .4, 0); })
  301.  
  302. Cuff.MouseButton1Click:Connect(function()
  303. Character["Left Arm"]:Destroy()
  304. Character["Right Arm"]:Destroy()
  305. end)
  306.  
  307. Kill.MouseButton1Click:Connect(function()
  308.  
  309. Thrust = Instance.new("BodyThrust")
  310.  
  311. game:GetService('RunService').Stepped:connect(function()
  312. Character.Head.CanCollide = false
  313. Character.Torso.CanCollide = false
  314. Character["Left Leg"].CanCollide = false
  315. Character["Right Leg"].CanCollide = false
  316. end)
  317. wait(.1)
  318. Thrust.Parent = Character.HumanoidRootPart
  319. Thrust.Force = Vector3.new(500, 0, 500)
  320. Thrust.Location = Character.HumanoidRootPart.Position
  321. end)
  322.  
  323.  
  324. Spam_Blocks.MouseButton1Click:Connect(function()
  325. Loop = not Loop
  326. while Loop do
  327.  
  328. for _,v in pairs(Character:GetChildren()) do
  329. if (v:IsA("Accessory")) then
  330. v.Handle.Mesh:Destroy()
  331. end
  332. end
  333.  
  334. wait(1)
  335.  
  336. for i = 1 , 3 do
  337.  
  338. wait()
  339.  
  340. for i,v in pairs(Character:GetChildren()) do
  341. if (v:IsA("Accessory")) then
  342. v.Parent = workspace
  343. end
  344. end
  345. end
  346.  
  347. wait(.1)
  348. wait(.1)
  349. wait(.1)
  350.  
  351. Character.Humanoid.Health = 0
  352.  
  353. RunService.Heartbeat:wait()
  354.  
  355. end
  356. end)
  357.  
  358. Spam_Chat.MouseButton1Click:Connect(function()
  359. Loop = not Loop
  360. while Loop do
  361. wait(.5)
  362. ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(SpamText.Text, "All")
  363. wait(.1)
  364. end
  365. end)
  366.  
  367. Noclip.MouseButton1Click:Connect(function()
  368. RunService.Stepped:connect(function()
  369. for a, b in pairs(game.Workspace:GetChildren()) do
  370. if b.name == Name then
  371. for i, v in pairs(game.Workspace[Name]:GetChildren()) do
  372. if v:IsA("BasePart") then
  373. v.CanCollide = false
  374. end
  375. end
  376. end
  377. end
  378. end)
  379. end)
  380.  
  381. Fly.MouseButton1Click:Connect(function()
  382.  
  383. repeat wait()
  384. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  385. local mouse = game.Players.LocalPlayer:GetMouse()
  386. repeat wait() until mouse
  387. local plr = game.Players.LocalPlayer
  388. local torso = plr.Character.Torso
  389. local flying = true
  390. local deb = true
  391. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  392. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  393. local maxspeed = 50
  394. local speed = 0
  395.  
  396. function Fly()
  397. local bg = Instance.new("BodyGyro", torso)
  398. bg.P = 9e4
  399. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  400. bg.cframe = torso.CFrame
  401. local bv = Instance.new("BodyVelocity", torso)
  402. bv.velocity = Vector3.new(0,0.1,0)
  403. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  404. repeat wait()
  405. plr.Character.Humanoid.PlatformStand = true
  406. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  407. speed = speed+.5+(speed/maxspeed)
  408. if speed > maxspeed then
  409. speed = maxspeed
  410. end
  411. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  412. speed = speed-1
  413. if speed < 0 then
  414. speed = 0
  415. end
  416. end
  417. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  418. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  419. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  420. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  421. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  422. else
  423. bv.velocity = Vector3.new(0,0.1,0)
  424. end
  425. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  426. until not flying
  427. ctrl = {f = 0, b = 0, l = 0, r = 0}
  428. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  429. speed = 0
  430. bg:Destroy()
  431. bv:Destroy()
  432. plr.Character.Humanoid.PlatformStand = false
  433. end
  434. mouse.KeyDown:connect(function(key)
  435. if key:lower() == "e" then
  436. if flying then flying = false
  437. else
  438. flying = true
  439. Fly()
  440. end
  441. elseif key:lower() == "w" then
  442. ctrl.f = 1
  443. elseif key:lower() == "s" then
  444. ctrl.b = -1
  445. elseif key:lower() == "a" then
  446. ctrl.l = -1
  447. elseif key:lower() == "d" then
  448. ctrl.r = 1
  449. end
  450. end)
  451. mouse.KeyUp:connect(function(key)
  452. if key:lower() == "w" then
  453. ctrl.f = 0
  454. elseif key:lower() == "s" then
  455. ctrl.b = 0
  456. elseif key:lower() == "a" then
  457. ctrl.l = 0
  458. elseif key:lower() == "d" then
  459. ctrl.r = 0
  460. end
  461. end)
  462. Fly()
  463.  
  464. end)
  465.  
  466. Close.MouseButton1Click:Connect(function()
  467. Tween(ActualFrame, 1, {Position = UDim2.new(.74, 0, .999, 0); })
  468. wait(1)
  469. ActualFrame:Destroy()
  470. end)
  471.  
  472. --//--SCRIPTING--\\--
Add Comment
Please, Sign In to add comment