Advertisement
Explers

HiltonMeme - Roblox LUA

Oct 13th, 2018
1,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.25 KB | None | 0 0
  1. -- Credits to Migas3456
  2.  
  3. -- Objects
  4.  
  5. local plrc = game.Players.LocalPlayer.Character
  6. local HiltonMeme = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Title1 = Instance.new("Frame")
  9. local Title2 = Instance.new("Frame")
  10. local Title3 = Instance.new("TextLabel")
  11. local close = Instance.new("TextButton")
  12. local Functions = Instance.new("Frame")
  13. local GUIsUI = Instance.new("Frame")
  14. local hiltoN = Instance.new("TextButton")
  15. local hhv3 = Instance.new("TextButton")
  16. local kyshilton = Instance.new("TextButton")
  17. local FuckHH = Instance.new("TextButton")
  18. local hiltonhaxx = Instance.new("TextButton")
  19. local MainMenuFunction = Instance.new("Frame")
  20. local teleports = Instance.new("TextButton")
  21. local functions = Instance.new("TextButton")
  22. local changecolor = Instance.new("TextButton")
  23. local TeleportsUI = Instance.new("Frame")
  24. local _200 = Instance.new("TextButton")
  25. local _201 = Instance.new("TextButton")
  26. local _202 = Instance.new("TextButton")
  27. local _203 = Instance.new("TextButton")
  28. local _300 = Instance.new("TextButton")
  29. local _301 = Instance.new("TextButton")
  30. local _302 = Instance.new("TextButton")
  31. local _303 = Instance.new("TextButton")
  32. local _400 = Instance.new("TextButton")
  33. local _401 = Instance.new("TextButton")
  34. local _402 = Instance.new("TextButton")
  35. local _403 = Instance.new("TextButton")
  36. local _500 = Instance.new("TextButton")
  37. local _501 = Instance.new("TextButton")
  38. local _502 = Instance.new("TextButton")
  39. local _503 = Instance.new("TextButton")
  40. local _600 = Instance.new("TextButton")
  41. local _601 = Instance.new("TextButton")
  42. local _602 = Instance.new("TextButton")
  43. local _603 = Instance.new("TextButton")
  44. local _700 = Instance.new("TextButton")
  45. local _701 = Instance.new("TextButton")
  46. local _702 = Instance.new("TextButton")
  47. local _703 = Instance.new("TextButton")
  48. local _204 = Instance.new("TextButton")
  49. local _304 = Instance.new("TextButton")
  50. local _404 = Instance.new("TextButton")
  51. local _504 = Instance.new("TextButton")
  52. local _604 = Instance.new("TextButton")
  53. local _704 = Instance.new("TextButton")
  54. local goback = Instance.new("TextButton")
  55. local FunctionsUI = Instance.new("Frame")
  56. local fly = Instance.new("TextButton")
  57. local nawclep = Instance.new("TextButton")
  58. local user = Instance.new("TextBox")
  59. local kill = Instance.new("TextButton")
  60. local naked = Instance.new("TextButton")
  61. local fling = Instance.new("TextButton")
  62. local anticuff = Instance.new("TextButton")
  63. local creeper = Instance.new("TextButton")
  64. local shutdown = Instance.new("TextButton")
  65. local givetool = Instance.new("TextButton")
  66. local guis = Instance.new("TextButton")
  67. local fucc = Instance.new("TextButton")
  68. local energize = Instance.new("TextButton")
  69. local goback_2 = Instance.new("TextButton")
  70. local pms = Instance.new("TextButton")
  71. local removedoorsinvisiblewalls = Instance.new("TextButton")
  72. local ChangeColorUI = Instance.new("Frame")
  73. local yellow = Instance.new("TextButton")
  74. local red = Instance.new("TextButton")
  75. local pink = Instance.new("TextButton")
  76. local orange = Instance.new("TextButton")
  77. local purple = Instance.new("TextButton")
  78. local grey = Instance.new("TextButton")
  79. local brown = Instance.new("TextButton")
  80. local green = Instance.new("TextButton")
  81. local lightblue = Instance.new("TextButton")
  82. local darkblue = Instance.new("TextButton")
  83. local goback_3 = Instance.new("TextButton")
  84. local welcome = Instance.new("TextLabel")
  85. local IntroBOI = Instance.new("ImageLabel")
  86. local TextLabel = Instance.new("TextLabel")
  87.  
  88. -- Shortnames Function
  89.  
  90. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  91. local Found = {}
  92. local strl = String:lower()
  93. for i,v in pairs(game.Players:GetPlayers()) do
  94. if v.Name:lower():sub(1, #String) == String:lower() then
  95. table.insert(Found,v)
  96. end
  97. end
  98. return Found
  99. end
  100.  
  101.  
  102. -- Properties
  103.  
  104. HiltonMeme.Name = "HiltonMeme"
  105. if game.PlaceId == "843495510,843468296" then
  106. HiltonMeme.Parent = game.Players.LocalPlayer.PlayerGui
  107. HiltonMeme.ResetOnSpawn = false
  108. else
  109. HiltonMeme.Parent = game.CoreGui
  110. end
  111.  
  112. MainFrame.Name = "MainFrame"
  113. MainFrame.Parent = HiltonMeme
  114. MainFrame.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  115. MainFrame.BorderSizePixel = 0
  116. MainFrame.Position = UDim2.new(0.228758171, 0, 0.197447449, 0)
  117. MainFrame.Size = UDim2.new(0, 0, 0, 75)
  118. MainFrame.Visible = false
  119. MainFrame.Active = true
  120. MainFrame.Draggable = true
  121.  
  122. Title1.Name = "Title1"
  123. Title1.Parent = MainFrame
  124. Title1.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  125. Title1.BorderSizePixel = 0
  126. Title1.Size = UDim2.new(0, 0, 0, 75)
  127.  
  128. Title2.Name = "Title2"
  129. Title2.Parent = Title1
  130. Title2.BackgroundColor3 = Color3.new(1, 1, 0)
  131. Title2.BorderSizePixel = 0
  132. Title2.Size = UDim2.new(0, 0, 0, 33)
  133.  
  134. Title3.Name = "Title3"
  135. Title3.Parent = Title2
  136. Title3.BackgroundColor3 = Color3.new(1, 1, 1)
  137. Title3.BackgroundTransparency = 1
  138. Title3.Size = UDim2.new(0, 0, 0, 33)
  139. Title3.Font = Enum.Font.Highway
  140. Title3.Text = ""
  141. Title3.TextScaled = true
  142. Title3.TextSize = 14
  143. Title3.TextWrapped = true
  144.  
  145. close.Name = "close"
  146. close.Parent = Title2
  147. close.BackgroundColor3 = Color3.new(0.65098, 0, 0)
  148. close.BackgroundTransparency = 1
  149. close.BorderSizePixel = 0
  150. close.Position = UDim2.new(0.943201303, 0, 0, 0)
  151. close.Size = UDim2.new(0, 0, 0, 33)
  152. close.Font = Enum.Font.Highway
  153. close.Text = ""
  154. close.TextScaled = true
  155. close.TextSize = 14
  156. close.TextWrapped = true
  157.  
  158. Functions.Name = "Functions"
  159. Functions.Parent = MainFrame
  160. Functions.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  161. Functions.BackgroundTransparency = 1
  162. Functions.BorderSizePixel = 0
  163. Functions.Position = UDim2.new(0, 0, 0.192771077, 0)
  164. Functions.Size = UDim2.new(0, 581, 0, 335)
  165.  
  166. GUIsUI.Name = "GUIsUI"
  167. GUIsUI.Parent = Functions
  168. GUIsUI.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  169. GUIsUI.Position = UDim2.new(0.71, 169, -0.009, 0)
  170. GUIsUI.Size = UDim2.new(0, 0, 0, 328)
  171. GUIsUI.Visible = false
  172.  
  173. hiltoN.Name = "hiltoN"
  174. hiltoN.Parent = GUIsUI
  175. hiltoN.BackgroundColor3 = Color3.new(1, 1, 0)
  176. hiltoN.Size = UDim2.new(0, 0, 0, 33)
  177. hiltoN.Font = Enum.Font.Highway
  178. hiltoN.Text = ""
  179. hiltoN.TextScaled = true
  180. hiltoN.TextSize = 14
  181. hiltoN.TextWrapped = true
  182.  
  183. hhv3.Name = "hhv3"
  184. hhv3.Parent = GUIsUI
  185. hhv3.BackgroundColor3 = Color3.new(1, 1, 0)
  186. hhv3.Position = UDim2.new(0, 0, 0.198170736, 0)
  187. hhv3.Size = UDim2.new(0, 0, 0, 33)
  188. hhv3.Font = Enum.Font.Highway
  189. hhv3.Text = ""
  190. hhv3.TextScaled = true
  191. hhv3.TextSize = 14
  192. hhv3.TextWrapped = true
  193.  
  194. FuckHH.Name = "FuckHH"
  195. FuckHH.Parent = GUIsUI
  196. FuckHH.BackgroundColor3 = Color3.new(1, 1, 0)
  197. FuckHH.Position = UDim2.new(0, 0, 0.198170736, 66)
  198. FuckHH.Size = UDim2.new(0, 0, 0, 33)
  199. FuckHH.Font = Enum.Font.Highway
  200. FuckHH.Text = ""
  201. FuckHH.TextScaled = true
  202. FuckHH.TextSize = 14
  203. FuckHH.TextWrapped = true
  204.  
  205. hiltonhaxx.Name = "hiltonhaxx"
  206. hiltonhaxx.Parent = GUIsUI
  207. hiltonhaxx.BackgroundColor3 = Color3.new(1, 1, 0)
  208. hiltonhaxx.Position = UDim2.new(0, 0, 0.198170736, 32)
  209. hiltonhaxx.Size = UDim2.new(0, 0, 0, 33)
  210. hiltonhaxx.Font = Enum.Font.Highway
  211. hiltonhaxx.Text = ""
  212. hiltonhaxx.TextScaled = true
  213. hiltonhaxx.TextSize = 14
  214. hiltonhaxx.TextWrapped = true
  215.  
  216. kyshilton.Name = "kyshilton"
  217. kyshilton.Parent = GUIsUI
  218. kyshilton.BackgroundColor3 = Color3.new(1, 1, 0)
  219. kyshilton.Position = UDim2.new(0, 0, 0.097560972, 0)
  220. kyshilton.Size = UDim2.new(0, 0, 0, 33)
  221. kyshilton.Font = Enum.Font.Highway
  222. kyshilton.Text = ""
  223. kyshilton.TextScaled = true
  224. kyshilton.TextSize = 14
  225. kyshilton.TextWrapped = true
  226.  
  227. MainMenuFunction.Name = "MainMenuFunction"
  228. MainMenuFunction.Parent = Functions
  229. MainMenuFunction.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  230. MainMenuFunction.BorderSizePixel = 0
  231. MainMenuFunction.Size = UDim2.new(0, 581, 0, 325)
  232. MainMenuFunction.Visible = false
  233.  
  234. teleports.Name = "teleports"
  235. teleports.Parent = MainMenuFunction
  236. teleports.BackgroundColor3 = Color3.new(1, 1, 0)
  237. teleports.BorderSizePixel = 0
  238. teleports.Position = UDim2.new(0.302926004, 0, 0.134328365, 0)
  239. teleports.Size = UDim2.new(0, 229, 0, 44)
  240. teleports.Font = Enum.Font.Highway
  241. teleports.Text = "Teleports"
  242. teleports.TextScaled = true
  243. teleports.TextSize = 14
  244. teleports.TextWrapped = true
  245.  
  246. functions.Name = "functions"
  247. functions.Parent = MainMenuFunction
  248. functions.BackgroundColor3 = Color3.new(1, 1, 0)
  249. functions.BorderSizePixel = 0
  250. functions.Position = UDim2.new(0.302926004, 0, 0.420895547, 0)
  251. functions.Size = UDim2.new(0, 229, 0, 44)
  252. functions.Font = Enum.Font.Highway
  253. functions.Text = "Functions"
  254. functions.TextScaled = true
  255. functions.TextSize = 14
  256. functions.TextWrapped = true
  257.  
  258. changecolor.Name = "change color"
  259. changecolor.Parent = MainMenuFunction
  260. changecolor.BackgroundColor3 = Color3.new(1, 1, 0)
  261. changecolor.BorderSizePixel = 0
  262. changecolor.Position = UDim2.new(0.302926004, 0, 0.719402969, 0)
  263. changecolor.Size = UDim2.new(0, 229, 0, 44)
  264. changecolor.Font = Enum.Font.Highway
  265. changecolor.Text = "Change Color"
  266. changecolor.TextScaled = true
  267. changecolor.TextSize = 14
  268. changecolor.TextWrapped = true
  269.  
  270. TeleportsUI.Name = "TeleportsUI"
  271. TeleportsUI.Parent = Functions
  272. TeleportsUI.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  273. TeleportsUI.BorderSizePixel = 0
  274. TeleportsUI.Size = UDim2.new(0, 581, 0, 325)
  275. TeleportsUI.Visible = false
  276.  
  277. _200.Name = "200"
  278. _200.Parent = TeleportsUI
  279. _200.BackgroundColor3 = Color3.new(1, 1, 0)
  280. _200.BorderSizePixel = 0
  281. _200.Position = UDim2.new(0.0258175563, 0, 0.138461545, 0)
  282. _200.Size = UDim2.new(0, 99, 0, 32)
  283. _200.Font = Enum.Font.Highway
  284. _200.Text = "Suite 200"
  285. _200.TextScaled = true
  286. _200.TextSize = 14
  287. _200.TextWrapped = true
  288.  
  289. _201.Name = "201"
  290. _201.Parent = TeleportsUI
  291. _201.BackgroundColor3 = Color3.new(1, 1, 0)
  292. _201.BorderSizePixel = 0
  293. _201.Position = UDim2.new(0.222030953, 0, 0.138461545, 0)
  294. _201.Size = UDim2.new(0, 99, 0, 32)
  295. _201.Font = Enum.Font.Highway
  296. _201.Text = "Room 201"
  297. _201.TextScaled = true
  298. _201.TextSize = 14
  299. _201.TextWrapped = true
  300.  
  301. _202.Name = "202"
  302. _202.Parent = TeleportsUI
  303. _202.BackgroundColor3 = Color3.new(1, 1, 0)
  304. _202.BorderSizePixel = 0
  305. _202.Position = UDim2.new(0.414802074, 0, 0.138461545, 0)
  306. _202.Size = UDim2.new(0, 99, 0, 32)
  307. _202.Font = Enum.Font.Highway
  308. _202.Text = "Room 202"
  309. _202.TextScaled = true
  310. _202.TextSize = 14
  311. _202.TextWrapped = true
  312.  
  313. _203.Name = "203"
  314. _203.Parent = TeleportsUI
  315. _203.BackgroundColor3 = Color3.new(1, 1, 0)
  316. _203.BorderSizePixel = 0
  317. _203.Position = UDim2.new(0.609294355, 0, 0.138461545, 0)
  318. _203.Size = UDim2.new(0, 99, 0, 32)
  319. _203.Font = Enum.Font.Highway
  320. _203.Text = "Room 203"
  321. _203.TextScaled = true
  322. _203.TextSize = 14
  323. _203.TextWrapped = true
  324.  
  325. _300.Name = "300"
  326. _300.Parent = TeleportsUI
  327. _300.BackgroundColor3 = Color3.new(1, 1, 0)
  328. _300.BorderSizePixel = 0
  329. _300.Position = UDim2.new(0.0258175563, 0, 0.264615417, 0)
  330. _300.Size = UDim2.new(0, 99, 0, 32)
  331. _300.Font = Enum.Font.Highway
  332. _300.Text = "Suite 300"
  333. _300.TextScaled = true
  334. _300.TextSize = 14
  335. _300.TextWrapped = true
  336.  
  337. _301.Name = "301"
  338. _301.Parent = TeleportsUI
  339. _301.BackgroundColor3 = Color3.new(1, 1, 0)
  340. _301.BorderSizePixel = 0
  341. _301.Position = UDim2.new(0.222030953, 0, 0.264615417, 0)
  342. _301.Size = UDim2.new(0, 99, 0, 32)
  343. _301.Font = Enum.Font.Highway
  344. _301.Text = "Room 301"
  345. _301.TextScaled = true
  346. _301.TextSize = 14
  347. _301.TextWrapped = true
  348.  
  349. _302.Name = "302"
  350. _302.Parent = TeleportsUI
  351. _302.BackgroundColor3 = Color3.new(1, 1, 0)
  352. _302.BorderSizePixel = 0
  353. _302.Position = UDim2.new(0.414802104, 0, 0.264615417, 0)
  354. _302.Size = UDim2.new(0, 99, 0, 32)
  355. _302.Font = Enum.Font.Highway
  356. _302.Text = "Room 302"
  357. _302.TextScaled = true
  358. _302.TextSize = 14
  359. _302.TextWrapped = true
  360.  
  361. _303.Name = "303"
  362. _303.Parent = TeleportsUI
  363. _303.BackgroundColor3 = Color3.new(1, 1, 0)
  364. _303.BorderSizePixel = 0
  365. _303.Position = UDim2.new(0.609294355, 0, 0.264615417, 0)
  366. _303.Size = UDim2.new(0, 99, 0, 32)
  367. _303.Font = Enum.Font.Highway
  368. _303.Text = "Room 303"
  369. _303.TextScaled = true
  370. _303.TextSize = 14
  371. _303.TextWrapped = true
  372.  
  373. _400.Name = "400"
  374. _400.Parent = TeleportsUI
  375. _400.BackgroundColor3 = Color3.new(1, 1, 0)
  376. _400.BorderSizePixel = 0
  377. _400.Position = UDim2.new(0.0258175544, 0, 0.396923095, 0)
  378. _400.Size = UDim2.new(0, 99, 0, 32)
  379. _400.Font = Enum.Font.Highway
  380. _400.Text = "Suite 400"
  381. _400.TextScaled = true
  382. _400.TextSize = 14
  383. _400.TextWrapped = true
  384.  
  385. _401.Name = "401"
  386. _401.Parent = TeleportsUI
  387. _401.BackgroundColor3 = Color3.new(1, 1, 0)
  388. _401.BorderSizePixel = 0
  389. _401.Position = UDim2.new(0.222030953, 0, 0.396923095, 0)
  390. _401.Size = UDim2.new(0, 99, 0, 32)
  391. _401.Font = Enum.Font.Highway
  392. _401.Text = "Room 401"
  393. _401.TextScaled = true
  394. _401.TextSize = 14
  395. _401.TextWrapped = true
  396.  
  397. _402.Name = "402"
  398. _402.Parent = TeleportsUI
  399. _402.BackgroundColor3 = Color3.new(1, 1, 0)
  400. _402.BorderSizePixel = 0
  401. _402.Position = UDim2.new(0.414802074, 0, 0.396923095, 0)
  402. _402.Size = UDim2.new(0, 99, 0, 32)
  403. _402.Font = Enum.Font.Highway
  404. _402.Text = "Room 402"
  405. _402.TextScaled = true
  406. _402.TextSize = 14
  407. _402.TextWrapped = true
  408.  
  409. _403.Name = "403"
  410. _403.Parent = TeleportsUI
  411. _403.BackgroundColor3 = Color3.new(1, 1, 0)
  412. _403.BorderSizePixel = 0
  413. _403.Position = UDim2.new(0.609294355, 0, 0.396923095, 0)
  414. _403.Size = UDim2.new(0, 99, 0, 32)
  415. _403.Font = Enum.Font.Highway
  416. _403.Text = "Room 403"
  417. _403.TextScaled = true
  418. _403.TextSize = 14
  419. _403.TextWrapped = true
  420.  
  421. _500.Name = "500"
  422. _500.Parent = TeleportsUI
  423. _500.BackgroundColor3 = Color3.new(1, 1, 0)
  424. _500.BorderSizePixel = 0
  425. _500.Position = UDim2.new(0.0258175563, 0, 0.519999981, 0)
  426. _500.Size = UDim2.new(0, 99, 0, 32)
  427. _500.Font = Enum.Font.Highway
  428. _500.Text = "Suite 500"
  429. _500.TextScaled = true
  430. _500.TextSize = 14
  431. _500.TextWrapped = true
  432.  
  433. _501.Name = "501"
  434. _501.Parent = TeleportsUI
  435. _501.BackgroundColor3 = Color3.new(1, 1, 0)
  436. _501.BorderSizePixel = 0
  437. _501.Position = UDim2.new(0.222030953, 0, 0.519999981, 0)
  438. _501.Size = UDim2.new(0, 99, 0, 32)
  439. _501.Font = Enum.Font.Highway
  440. _501.Text = "Room 501"
  441. _501.TextScaled = true
  442. _501.TextSize = 14
  443. _501.TextWrapped = true
  444.  
  445. _502.Name = "502"
  446. _502.Parent = TeleportsUI
  447. _502.BackgroundColor3 = Color3.new(1, 1, 0)
  448. _502.BorderSizePixel = 0
  449. _502.Position = UDim2.new(0.414802104, 0, 0.519999981, 0)
  450. _502.Size = UDim2.new(0, 99, 0, 32)
  451. _502.Font = Enum.Font.Highway
  452. _502.Text = "Room 502"
  453. _502.TextScaled = true
  454. _502.TextSize = 14
  455. _502.TextWrapped = true
  456.  
  457. _503.Name = "503"
  458. _503.Parent = TeleportsUI
  459. _503.BackgroundColor3 = Color3.new(1, 1, 0)
  460. _503.BorderSizePixel = 0
  461. _503.Position = UDim2.new(0.609294355, 0, 0.519999981, 0)
  462. _503.Size = UDim2.new(0, 99, 0, 32)
  463. _503.Font = Enum.Font.Highway
  464. _503.Text = "Room 503"
  465. _503.TextScaled = true
  466. _503.TextSize = 14
  467. _503.TextWrapped = true
  468.  
  469. _600.Name = "600"
  470. _600.Parent = TeleportsUI
  471. _600.BackgroundColor3 = Color3.new(1, 1, 0)
  472. _600.BorderSizePixel = 0
  473. _600.Position = UDim2.new(0.0258175544, 0, 0.646153867, 0)
  474. _600.Size = UDim2.new(0, 99, 0, 32)
  475. _600.Font = Enum.Font.Highway
  476. _600.Text = "Suite 600"
  477. _600.TextScaled = true
  478. _600.TextSize = 14
  479. _600.TextWrapped = true
  480.  
  481. _601.Name = "601"
  482. _601.Parent = TeleportsUI
  483. _601.BackgroundColor3 = Color3.new(1, 1, 0)
  484. _601.BorderSizePixel = 0
  485. _601.Position = UDim2.new(0.222030953, 0, 0.646153867, 0)
  486. _601.Size = UDim2.new(0, 99, 0, 32)
  487. _601.Font = Enum.Font.Highway
  488. _601.Text = "Room 601"
  489. _601.TextScaled = true
  490. _601.TextSize = 14
  491. _601.TextWrapped = true
  492.  
  493. _602.Name = "602"
  494. _602.Parent = TeleportsUI
  495. _602.BackgroundColor3 = Color3.new(1, 1, 0)
  496. _602.BorderSizePixel = 0
  497. _602.Position = UDim2.new(0.414802104, 0, 0.646153867, 0)
  498. _602.Size = UDim2.new(0, 99, 0, 32)
  499. _602.Font = Enum.Font.Highway
  500. _602.Text = "Room 602"
  501. _602.TextScaled = true
  502. _602.TextSize = 14
  503. _602.TextWrapped = true
  504.  
  505. _603.Name = "603"
  506. _603.Parent = TeleportsUI
  507. _603.BackgroundColor3 = Color3.new(1, 1, 0)
  508. _603.BorderSizePixel = 0
  509. _603.Position = UDim2.new(0.609294355, 0, 0.646153867, 0)
  510. _603.Size = UDim2.new(0, 99, 0, 32)
  511. _603.Font = Enum.Font.Highway
  512. _603.Text = "Room 603"
  513. _603.TextScaled = true
  514. _603.TextSize = 14
  515. _603.TextWrapped = true
  516.  
  517. _700.Name = "700"
  518. _700.Parent = TeleportsUI
  519. _700.BackgroundColor3 = Color3.new(1, 1, 0)
  520. _700.BorderSizePixel = 0
  521. _700.Position = UDim2.new(0.0258175563, 0, 0.775384605, 0)
  522. _700.Size = UDim2.new(0, 99, 0, 32)
  523. _700.Font = Enum.Font.Highway
  524. _700.Text = "Suite 700"
  525. _700.TextScaled = true
  526. _700.TextSize = 14
  527. _700.TextWrapped = true
  528.  
  529. _701.Name = "701"
  530. _701.Parent = TeleportsUI
  531. _701.BackgroundColor3 = Color3.new(1, 1, 0)
  532. _701.BorderSizePixel = 0
  533. _701.Position = UDim2.new(0.222030953, 0, 0.775384605, 0)
  534. _701.Size = UDim2.new(0, 99, 0, 32)
  535. _701.Font = Enum.Font.Highway
  536. _701.Text = "Room 701"
  537. _701.TextScaled = true
  538. _701.TextSize = 14
  539. _701.TextWrapped = true
  540.  
  541. _702.Name = "702"
  542. _702.Parent = TeleportsUI
  543. _702.BackgroundColor3 = Color3.new(1, 1, 0)
  544. _702.BorderSizePixel = 0
  545. _702.Position = UDim2.new(0.414802104, 0, 0.775384605, 0)
  546. _702.Size = UDim2.new(0, 99, 0, 32)
  547. _702.Font = Enum.Font.Highway
  548. _702.Text = "Room 702"
  549. _702.TextScaled = true
  550. _702.TextSize = 14
  551. _702.TextWrapped = true
  552.  
  553. _703.Name = "703"
  554. _703.Parent = TeleportsUI
  555. _703.BackgroundColor3 = Color3.new(1, 1, 0)
  556. _703.BorderSizePixel = 0
  557. _703.Position = UDim2.new(0.609294355, 0, 0.775384605, 0)
  558. _703.Size = UDim2.new(0, 99, 0, 32)
  559. _703.Font = Enum.Font.Highway
  560. _703.Text = "Room 703"
  561. _703.TextScaled = true
  562. _703.TextSize = 14
  563. _703.TextWrapped = true
  564.  
  565. _204.Name = "204"
  566. _204.Parent = TeleportsUI
  567. _204.BackgroundColor3 = Color3.new(1, 1, 0)
  568. _204.BorderSizePixel = 0
  569. _204.Position = UDim2.new(0.802065372, 0, 0.13846153, 0)
  570. _204.Size = UDim2.new(0, 99, 0, 32)
  571. _204.Font = Enum.Font.Highway
  572. _204.Text = "Room 204"
  573. _204.TextScaled = true
  574. _204.TextSize = 14
  575. _204.TextWrapped = true
  576.  
  577. _304.Name = "304"
  578. _304.Parent = TeleportsUI
  579. _304.BackgroundColor3 = Color3.new(1, 1, 0)
  580. _304.BorderSizePixel = 0
  581. _304.Position = UDim2.new(0.802065432, 0, 0.264615417, 0)
  582. _304.Size = UDim2.new(0, 99, 0, 32)
  583. _304.Font = Enum.Font.Highway
  584. _304.Text = "Room 304"
  585. _304.TextScaled = true
  586. _304.TextSize = 14
  587. _304.TextWrapped = true
  588.  
  589. _404.Name = "404"
  590. _404.Parent = TeleportsUI
  591. _404.BackgroundColor3 = Color3.new(1, 1, 0)
  592. _404.BorderSizePixel = 0
  593. _404.Position = UDim2.new(0.802065432, 0, 0.396923095, 0)
  594. _404.Size = UDim2.new(0, 99, 0, 32)
  595. _404.Font = Enum.Font.Highway
  596. _404.Text = "Room 404"
  597. _404.TextScaled = true
  598. _404.TextSize = 14
  599. _404.TextWrapped = true
  600.  
  601. _504.Name = "504"
  602. _504.Parent = TeleportsUI
  603. _504.BackgroundColor3 = Color3.new(1, 1, 0)
  604. _504.BorderSizePixel = 0
  605. _504.Position = UDim2.new(0.802065432, 0, 0.519999981, 0)
  606. _504.Size = UDim2.new(0, 99, 0, 32)
  607. _504.Font = Enum.Font.Highway
  608. _504.Text = "Room 504"
  609. _504.TextScaled = true
  610. _504.TextSize = 14
  611. _504.TextWrapped = true
  612.  
  613. _604.Name = "604"
  614. _604.Parent = TeleportsUI
  615. _604.BackgroundColor3 = Color3.new(1, 1, 0)
  616. _604.BorderSizePixel = 0
  617. _604.Position = UDim2.new(0.802065432, 0, 0.646153867, 0)
  618. _604.Size = UDim2.new(0, 99, 0, 32)
  619. _604.Font = Enum.Font.Highway
  620. _604.Text = "Room 604"
  621. _604.TextScaled = true
  622. _604.TextSize = 14
  623. _604.TextWrapped = true
  624.  
  625. _704.Name = "704"
  626. _704.Parent = TeleportsUI
  627. _704.BackgroundColor3 = Color3.new(1, 1, 0)
  628. _704.BorderSizePixel = 0
  629. _704.Position = UDim2.new(0.802065432, 0, 0.775384605, 0)
  630. _704.Size = UDim2.new(0, 99, 0, 32)
  631. _704.Font = Enum.Font.Highway
  632. _704.Text = "Room 704"
  633. _704.TextScaled = true
  634. _704.TextSize = 14
  635. _704.TextWrapped = true
  636.  
  637. goback.Name = "goback"
  638. goback.Parent = TeleportsUI
  639. goback.BackgroundColor3 = Color3.new(1, 1, 0)
  640. goback.BorderSizePixel = 0
  641. goback.Position = UDim2.new(0.302926004, 0, 0.89846158, 0)
  642. goback.Size = UDim2.new(0, 229, 0, 22)
  643. goback.Font = Enum.Font.Highway
  644. goback.Text = "Go Back"
  645. goback.TextScaled = true
  646. goback.TextSize = 14
  647. goback.TextWrapped = true
  648.  
  649. FunctionsUI.Name = "FunctionsUI"
  650. FunctionsUI.Parent = Functions
  651. FunctionsUI.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  652. FunctionsUI.BorderSizePixel = 0
  653. FunctionsUI.Size = UDim2.new(0, 581, 0, 325)
  654. FunctionsUI.Visible = false
  655.  
  656. fly.Name = "fly"
  657. fly.Parent = FunctionsUI
  658. fly.BackgroundColor3 = Color3.new(1, 1, 0)
  659. fly.BorderSizePixel = 0
  660. fly.Position = UDim2.new(0.0378657505, 0, 0.286153853, 0)
  661. fly.Size = UDim2.new(0, 169, 0, 33)
  662. fly.Font = Enum.Font.Highway
  663. fly.Text = "Fly"
  664. fly.TextScaled = true
  665. fly.TextSize = 14
  666. fly.TextWrapped = true
  667.  
  668. nawclep.Name = "nawclep"
  669. nawclep.Parent = FunctionsUI
  670. nawclep.BackgroundColor3 = Color3.new(1, 1, 0)
  671. nawclep.BorderSizePixel = 0
  672. nawclep.Position = UDim2.new(0.353700489, 0, 0.286153793, 0)
  673. nawclep.Size = UDim2.new(0, 169, 0, 33)
  674. nawclep.Font = Enum.Font.Highway
  675. nawclep.Text = "Noclip"
  676. nawclep.TextScaled = true
  677. nawclep.TextSize = 14
  678. nawclep.TextWrapped = true
  679.  
  680. user.Name = "user"
  681. user.Parent = FunctionsUI
  682. user.BackgroundColor3 = Color3.new(1, 1, 1)
  683. user.BorderSizePixel = 0
  684. user.Position = UDim2.new(0.327882946, 0, 0.0892307684, 0)
  685. user.Size = UDim2.new(0, 200, 0, 50)
  686. user.Font = Enum.Font.Highway
  687. user.PlaceholderText = "Username(can be shortned)"
  688. user.Text = ""
  689. user.TextSize = 14
  690.  
  691. kill.Name = "kill"
  692. kill.Parent = FunctionsUI
  693. kill.BackgroundColor3 = Color3.new(1, 1, 0)
  694. kill.BorderSizePixel = 0
  695. kill.Position = UDim2.new(0.672977626, 0, 0.286153853, 0)
  696. kill.Size = UDim2.new(0, 169, 0, 33)
  697. kill.Font = Enum.Font.Highway
  698. kill.Text = "Kill(Needs 2 Tools)"
  699. kill.TextScaled = true
  700. kill.TextSize = 14
  701. kill.TextWrapped = true
  702.  
  703. naked.Name = "naked"
  704. naked.Parent = FunctionsUI
  705. naked.BackgroundColor3 = Color3.new(1, 1, 0)
  706. naked.BorderSizePixel = 0
  707. naked.Position = UDim2.new(0.0378657505, 0, 0.424615413, 0)
  708. naked.Size = UDim2.new(0, 169, 0, 33)
  709. naked.Font = Enum.Font.Highway
  710. naked.Text = "Naked"
  711. naked.TextScaled = true
  712. naked.TextSize = 14
  713. naked.TextWrapped = true
  714.  
  715. fling.Name = "fling"
  716. fling.Parent = FunctionsUI
  717. fling.BackgroundColor3 = Color3.new(1, 1, 0)
  718. fling.BorderSizePixel = 0
  719. fling.Position = UDim2.new(0.35456112, 0, 0.424615413, 0)
  720. fling.Font = Enum.Font.Highway
  721. fling.Text = "Fling"
  722. fling.Size = UDim2.new(0, 169, 0, 33)
  723. fling.TextScaled = true
  724. fling.TextSize = 14
  725. fling.TextWrapped = true
  726.  
  727. anticuff.Name = "anticuff"
  728. anticuff.Parent = FunctionsUI
  729. anticuff.BackgroundColor3 = Color3.new(1, 1, 0)
  730. anticuff.BorderSizePixel = 0
  731. anticuff.Position = UDim2.new(0.672977626, 0, 0.424615413, 0)
  732. anticuff.Size = UDim2.new(0, 169, 0, 33)
  733. anticuff.Font = Enum.Font.Highway
  734. anticuff.Text = "Anti-Cuff(Removes Arms)"
  735. anticuff.TextScaled = true
  736. anticuff.TextSize = 14
  737. anticuff.TextWrapped = true
  738.  
  739. creeper.Name = "creeper"
  740. creeper.Parent = FunctionsUI
  741. creeper.BackgroundColor3 = Color3.new(1, 1, 0)
  742. creeper.BorderSizePixel = 0
  743. creeper.Position = UDim2.new(0.0378657505, 0, 0.560000002, 0)
  744. creeper.Size = UDim2.new(0, 169, 0, 33)
  745. creeper.Font = Enum.Font.Highway
  746. creeper.Text = "Creeper"
  747. creeper.TextScaled = true
  748. creeper.TextSize = 14
  749. creeper.TextWrapped = true
  750.  
  751. shutdown.Name = "shutdown"
  752. shutdown.Parent = FunctionsUI
  753. shutdown.BackgroundColor3 = Color3.new(1, 1, 0)
  754. shutdown.BorderSizePixel = 0
  755. shutdown.Position = UDim2.new(0.354589224, 0, 0.560586751, 0)
  756. shutdown.Size = UDim2.new(0, 169, 0, 33)
  757. shutdown.Font = Enum.Font.Highway
  758. shutdown.Text = "Shutdown"
  759. shutdown.TextScaled = true
  760. shutdown.TextSize = 14
  761. shutdown.TextWrapped = true
  762.  
  763. givetool.Name = "givetool"
  764. givetool.Parent = FunctionsUI
  765. givetool.BackgroundColor3 = Color3.new(1, 1, 0)
  766. givetool.BorderSizePixel = 0
  767. givetool.Position = UDim2.new(0.672977626, 0, 0.560000062, 0)
  768. givetool.Size = UDim2.new(0, 169, 0, 33)
  769. givetool.Font = Enum.Font.Highway
  770. givetool.Text = "Give Tool"
  771. givetool.TextScaled = true
  772. givetool.TextSize = 14
  773. givetool.TextWrapped = true
  774.  
  775. guis.Name = "guis"
  776. guis.Parent = FunctionsUI
  777. guis.BackgroundColor3 = Color3.new(1, 1, 0)
  778. guis.BorderSizePixel = 0
  779. guis.Position = UDim2.new(0.0378657579, 0, 0.704615414, 0)
  780. guis.Size = UDim2.new(0, 169, 0, 33)
  781. guis.Font = Enum.Font.Highway
  782. guis.Text = "Open More Hilton Hotels GUIs"
  783. guis.TextScaled = true
  784. guis.TextSize = 14
  785. guis.TextWrapped = true
  786.  
  787. fucc.Name = "fucc"
  788. fucc.Parent = FunctionsUI
  789. fucc.BackgroundColor3 = Color3.new(1, 1, 0)
  790. fucc.BorderSizePixel = 0
  791. fucc.Position = UDim2.new(0.35456109, 0, 0.704615414, 0)
  792. fucc.Size = UDim2.new(0, 169, 0, 33)
  793. fucc.Font = Enum.Font.Highway
  794. fucc.Text = "Fucc"
  795. fucc.TextScaled = true
  796. fucc.TextSize = 14
  797. fucc.TextWrapped = true
  798.  
  799. energize.Name = "energize"
  800. energize.Parent = FunctionsUI
  801. energize.BackgroundColor3 = Color3.new(1, 1, 0)
  802. energize.BorderSizePixel = 0
  803. energize.Position = UDim2.new(0.672977626, 0, 0.704615414, 0)
  804. energize.Size = UDim2.new(0, 169, 0, 33)
  805. energize.Font = Enum.Font.Highway
  806. energize.Text = "Energize Animations"
  807. energize.TextScaled = true
  808. energize.TextSize = 14
  809. energize.TextWrapped = true
  810.  
  811. goback_2.Name = "goback"
  812. goback_2.Parent = FunctionsUI
  813. goback_2.BackgroundColor3 = Color3.new(1, 1, 0)
  814. goback_2.BorderSizePixel = 0
  815. goback_2.Position = UDim2.new(0.672977686, 0, 0.846153915, 0)
  816. goback_2.Size = UDim2.new(0, 169, 0, 33)
  817. goback_2.Font = Enum.Font.Highway
  818. goback_2.Text = "Go Back"
  819. goback_2.TextScaled = true
  820. goback_2.TextSize = 14
  821. goback_2.TextWrapped = true
  822.  
  823. pms.Name = "pms"
  824. pms.Parent = FunctionsUI
  825. pms.BackgroundColor3 = Color3.new(1, 1, 0)
  826. pms.BorderSizePixel = 0
  827. pms.Position = UDim2.new(0.0378657579, 0, 0.846153855, 0)
  828. pms.Size = UDim2.new(0, 169, 0, 33)
  829. pms.Font = Enum.Font.Highway
  830. pms.Text = "Spam PMs"
  831. pms.TextScaled = true
  832. pms.TextSize = 14
  833. pms.TextWrapped = true
  834.  
  835. removedoorsinvisiblewalls.Name = "removedoorsinvisiblewalls"
  836. removedoorsinvisiblewalls.Parent = FunctionsUI
  837. removedoorsinvisiblewalls.BackgroundColor3 = Color3.new(1, 1, 0)
  838. removedoorsinvisiblewalls.BorderSizePixel = 0
  839. removedoorsinvisiblewalls.Position = UDim2.new(0.35456112, 0, 0.846153855, 0)
  840. removedoorsinvisiblewalls.Size = UDim2.new(0, 169, 0, 33)
  841. removedoorsinvisiblewalls.Font = Enum.Font.Highway
  842. removedoorsinvisiblewalls.Text = "Remove Doors/Invisible Walls"
  843. removedoorsinvisiblewalls.TextScaled = true
  844. removedoorsinvisiblewalls.TextSize = 14
  845. removedoorsinvisiblewalls.TextWrapped = true
  846.  
  847. ChangeColorUI.Name = "ChangeColorUI"
  848. ChangeColorUI.Parent = Functions
  849. ChangeColorUI.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  850. ChangeColorUI.BorderSizePixel = 0
  851. ChangeColorUI.Size = UDim2.new(0, 581, 0, 325)
  852. ChangeColorUI.Visible = false
  853.  
  854. yellow.Name = "yellow"
  855. yellow.Parent = ChangeColorUI
  856. yellow.BackgroundColor3 = Color3.new(1, 1, 0)
  857. yellow.BorderSizePixel = 0
  858. yellow.Position = UDim2.new(0.0430292599, 0, 0.138461545, 0)
  859. yellow.Size = UDim2.new(0, 80, 0, 80)
  860. yellow.Font = Enum.Font.Highway
  861. yellow.Text = ""
  862. yellow.TextScaled = true
  863. yellow.TextSize = 14
  864. yellow.TextWrapped = true
  865.  
  866. red.Name = "red"
  867. red.Parent = ChangeColorUI
  868. red.BackgroundColor3 = Color3.new(1, 0, 0)
  869. red.BorderSizePixel = 0
  870. red.Position = UDim2.new(0.431153178, 0, 0.138461545, 0)
  871. red.Size = UDim2.new(0, 80, 0, 80)
  872. red.Font = Enum.Font.Highway
  873. red.Text = ""
  874. red.TextScaled = true
  875. red.TextSize = 14
  876. red.TextWrapped = true
  877.  
  878. pink.Name = "pink"
  879. pink.Parent = ChangeColorUI
  880. pink.BackgroundColor3 = Color3.new(1, 0, 1)
  881. pink.BorderSizePixel = 0
  882. pink.Position = UDim2.new(0.80550772, 0, 0.138461545, 0)
  883. pink.Size = UDim2.new(0, 80, 0, 80)
  884. pink.Font = Enum.Font.Highway
  885. pink.Text = ""
  886. pink.TextScaled = true
  887. pink.TextSize = 14
  888. pink.TextWrapped = true
  889.  
  890. orange.Name = "orange"
  891. orange.Parent = ChangeColorUI
  892. orange.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  893. orange.BorderSizePixel = 0
  894. orange.Position = UDim2.new(0.0430292599, 0, 0.427692294, 0)
  895. orange.Size = UDim2.new(0, 80, 0, 80)
  896. orange.Font = Enum.Font.Highway
  897. orange.Text = ""
  898. orange.TextScaled = true
  899. orange.TextSize = 14
  900. orange.TextWrapped = true
  901.  
  902. purple.Name = "purple"
  903. purple.Parent = ChangeColorUI
  904. purple.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  905. purple.BorderSizePixel = 0
  906. purple.Position = UDim2.new(0.431153178, 0, 0.427692294, 0)
  907. purple.Size = UDim2.new(0, 80, 0, 80)
  908. purple.Font = Enum.Font.Highway
  909. purple.Text = ""
  910. purple.TextScaled = true
  911. purple.TextSize = 14
  912. purple.TextWrapped = true
  913.  
  914. grey.Name = "grey"
  915. grey.Parent = ChangeColorUI
  916. grey.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  917. grey.BorderSizePixel = 0
  918. grey.Position = UDim2.new(0.80550772, 0, 0.427692294, 0)
  919. grey.Size = UDim2.new(0, 80, 0, 80)
  920. grey.Font = Enum.Font.Highway
  921. grey.Text = ""
  922. grey.TextScaled = true
  923. grey.TextSize = 14
  924. grey.TextWrapped = true
  925.  
  926. brown.Name = "brown"
  927. brown.Parent = ChangeColorUI
  928. brown.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  929. brown.BorderSizePixel = 0
  930. brown.Position = UDim2.new(0.242685035, 0, 0.427692294, 0)
  931. brown.Size = UDim2.new(0, 80, 0, 80)
  932. brown.Font = Enum.Font.Highway
  933. brown.Text = ""
  934. brown.TextScaled = true
  935. brown.TextSize = 14
  936. brown.TextWrapped = true
  937.  
  938. green.Name = "green"
  939. green.Parent = ChangeColorUI
  940. green.BackgroundColor3 = Color3.new(0, 1, 0)
  941. green.BorderSizePixel = 0
  942. green.Position = UDim2.new(0.241824433, 0, 0.13846153, 0)
  943. green.Size = UDim2.new(0, 80, 0, 80)
  944. green.Font = Enum.Font.Highway
  945. green.Text = ""
  946. green.TextScaled = true
  947. green.TextSize = 14
  948. green.TextWrapped = true
  949.  
  950. lightblue.Name = "light blue"
  951. lightblue.Parent = ChangeColorUI
  952. lightblue.BackgroundColor3 = Color3.new(0, 1, 1)
  953. lightblue.BorderSizePixel = 0
  954. lightblue.Position = UDim2.new(0.624784827, 0, 0.427692294, 0)
  955. lightblue.Size = UDim2.new(0, 80, 0, 80)
  956. lightblue.Font = Enum.Font.Highway
  957. lightblue.Text = ""
  958. lightblue.TextScaled = true
  959. lightblue.TextSize = 14
  960. lightblue.TextWrapped = true
  961.  
  962. darkblue.Name = "dark blue"
  963. darkblue.Parent = ChangeColorUI
  964. darkblue.BackgroundColor3 = Color3.new(0, 0, 1)
  965. darkblue.BorderSizePixel = 0
  966. darkblue.Position = UDim2.new(0.624784827, 0, 0.138461515, 0)
  967. darkblue.Size = UDim2.new(0, 80, 0, 80)
  968. darkblue.Font = Enum.Font.Highway
  969. darkblue.Text = ""
  970. darkblue.TextScaled = true
  971. darkblue.TextSize = 14
  972. darkblue.TextWrapped = true
  973.  
  974. goback_3.Name = "goback"
  975. goback_3.Parent = ChangeColorUI
  976. goback_3.BackgroundColor3 = Color3.new(1, 1, 0)
  977. goback_3.BorderSizePixel = 0
  978. goback_3.Position = UDim2.new(0.303786576, 0, 0.792789876, 0)
  979. goback_3.Size = UDim2.new(0, 229, 0, 44)
  980. goback_3.Font = Enum.Font.Highway
  981. goback_3.Text = "Go Back"
  982. goback_3.TextScaled = true
  983. goback_3.TextSize = 14
  984. goback_3.TextWrapped = true
  985.  
  986. welcome.Name = "welcome"
  987. welcome.Parent = MainFrame
  988. welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  989. welcome.BackgroundTransparency = 1
  990. welcome.Position = UDim2.new(0, 0, 0.186067179, 0)
  991. welcome.Size = UDim2.new(0, 581, 0, 32)
  992. welcome.Font = Enum.Font.Highway
  993. welcome.Text = "Hello "..game.Players.LocalPlayer.Name..", welcome to Hilton Meme!"
  994. welcome.TextScaled = true
  995. welcome.TextSize = 14
  996. welcome.TextWrapped = true
  997. welcome.Visible = false
  998.  
  999. IntroBOI.Name = "Intro BOI"
  1000. IntroBOI.Parent = HiltonMeme
  1001. IntroBOI.BackgroundColor3 = Color3.new(1, 1, 1)
  1002. IntroBOI.BorderSizePixel = 0
  1003. IntroBOI.Position = UDim2.new(0.412, 13,0.35, 0)
  1004. IntroBOI.Size = UDim2.new(0, 0, 0, 0)
  1005. IntroBOI.Image = "rbxassetid://930827905"
  1006.  
  1007. TextLabel.Parent = IntroBOI
  1008. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1009. TextLabel.BackgroundTransparency = 1
  1010. TextLabel.Position = UDim2.new(0.0, 0,0.315, 0)
  1011. TextLabel.Size = UDim2.new(0, 0, 0, 0)
  1012. TextLabel.Font = Enum.Font.SourceSansBold
  1013. TextLabel.Text = ""
  1014. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1015. TextLabel.TextSize = 25
  1016. TextLabel.TextWrapped = true
  1017.  
  1018. -- Intro
  1019.  
  1020. wait( )
  1021. IntroBOI:TweenSize(UDim2.new(0, 200, 0, 200), "Out", "Sine", 2)
  1022. TextLabel:TweenSize(UDim2.new(0,199,0,74), "Out", "Sine", 2)
  1023. wait(0.1)
  1024. if game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LocalScript") or game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LocalScript2") then
  1025. game.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
  1026. game.Players.LocalPlayer.PlayerScripts.LocalScript2:Destroy()
  1027. TextLabel.Text = "Bypassed sucefully"
  1028. else
  1029. TextLabel.Text = "Didn't bypassed"
  1030. end
  1031. wait(2.9)
  1032. IntroBOI:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Sine", 2)
  1033. TextLabel:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Sine", 2)
  1034. wait(1.9)
  1035. TextLabel.Text = ""
  1036. wait(0.1)
  1037. IntroBOI:Destroy()
  1038. wait( )
  1039. MainFrame.Visible = true
  1040. wait( )
  1041. MainFrame:TweenSize(UDim2.new(0, 581, 0, 75), "Out", "Sine", 2)
  1042. Title1:TweenSize(UDim2.new(0, 581, 0, 75), "Out", "Sine", 2)
  1043. Title2:TweenSize(UDim2.new(0, 581, 0, 33), "Out", "Sine", 2)
  1044. Title3:TweenSize(UDim2.new(0, 581, 0, 33), "Out", "Sine", 2)
  1045. close:TweenSize(UDim2.new(0, 33, 0, 33), "Out", "Sine", 2)
  1046. wait(0.1)
  1047. Title3.Text = "Hilton Meme"
  1048. close.Text = "X"
  1049. wait(1.9)
  1050. MainFrame:TweenSize(UDim2.new(0, 581, 0, 403), "Out", "Sine", 2)
  1051. wait(2)
  1052. welcome.Visible = true
  1053. MainMenuFunction.Visible = true
  1054.  
  1055. -- Open/Close
  1056.  
  1057. close.MouseButton1Down:connect(function()
  1058. if GUIsUI.Visible == true then
  1059. GUIsUI:TweenSize(UDim2.new(0, 0, 0, 328), "Out", "Sine", 2)
  1060. kyshilton:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1061. hhv3:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1062. hiltoN:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1063. hiltonhaxx:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1064. FuckHH:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1065. wait(1.9)
  1066. kyshilton.Text = ""
  1067. hhv3.Text = ""
  1068. hiltoN.Text = ""
  1069. hiltonhaxx.Text = ""
  1070. FuckHH.Text = ""
  1071. wait(0.1)
  1072. GUIsUI.Visible = false
  1073. else
  1074. --no
  1075. end
  1076. wait( )
  1077. MainMenuFunction.Visible = false
  1078. FunctionsUI.Visible = false
  1079. TeleportsUI.Visible = false
  1080. ChangeColorUI.Visible = false
  1081. welcome.Visible = false
  1082. wait( )
  1083. MainFrame:TweenSize(UDim2.new(0, 581, 0, 75), "Out", "Sine", 2)
  1084. wait(2)
  1085. MainFrame:TweenSize(UDim2.new(0, 0, 0, 75), "Out", "Sine", 2)
  1086. Title1:TweenSize(UDim2.new(0, 0, 0, 75), "Out", "Sine", 2)
  1087. Title2:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1088. Title3:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1089. close:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1090. wait(1.9)
  1091. Title3.Text = ""
  1092. close.Text = ""
  1093. wait(0.1)
  1094. HiltonMeme:Destroy()
  1095. end)
  1096.  
  1097. goback.MouseButton1Down:connect(function()
  1098. TeleportsUI.Visible = false
  1099. MainMenuFunction.Visible = true
  1100. end)
  1101.  
  1102. goback_2.MouseButton1Down:connect(function()
  1103. FunctionsUI.Visible = false
  1104. MainMenuFunction.Visible = true
  1105. end)
  1106.  
  1107. goback_3.MouseButton1Down:connect(function()
  1108. ChangeColorUI.Visible = false
  1109. MainMenuFunction.Visible = true
  1110. end)
  1111.  
  1112. teleports.MouseButton1Down:connect(function()
  1113. TeleportsUI.Visible = true
  1114. MainMenuFunction.Visible = false
  1115. end)
  1116.  
  1117. functions.MouseButton1Down:connect(function()
  1118. FunctionsUI.Visible = true
  1119. MainMenuFunction.Visible = false
  1120. end)
  1121.  
  1122. changecolor.MouseButton1Down:connect(function()
  1123. ChangeColorUI.Visible = true
  1124. MainMenuFunction.Visible = false
  1125. end)
  1126.  
  1127. guis.MouseButton1Down:connect(function()
  1128. if GUIsUI.Visible == false then
  1129. GUIsUI.Visible = true
  1130. guis.Text = "Close More Hilton Hotels GUIs"
  1131. GUIsUI:TweenSize(UDim2.new(0, 169, 0, 328), "Out", "Sine", 2)
  1132. kyshilton:TweenSize(UDim2.new(0, 168, 0, 33), "Out", "Sine", 2)
  1133. hhv3:TweenSize(UDim2.new(0, 168, 0, 33), "Out", "Sine", 2)
  1134. hiltoN:TweenSize(UDim2.new(0, 168, 0, 33), "Out", "Sine", 2)
  1135. hiltonhaxx:TweenSize(UDim2.new(0, 168, 0, 33), "Out", "Sine", 2)
  1136. FuckHH:TweenSize(UDim2.new(0, 168, 0, 33), "Out", "Sine", 2)
  1137. wait(0.1)
  1138. kyshilton.Text = "KYS Hilton"
  1139. hhv3.Text = "Hilton Hotels GUI V3"
  1140. hiltoN.Text = "hiltoN"
  1141. hiltonhaxx.Text = "hiltonhaxx(Only for synapse)"
  1142. FuckHH.Text = "FuckHH"
  1143. else
  1144. guis.Text = "Open More Hilton Hotels GUIs"
  1145. GUIsUI:TweenSize(UDim2.new(0, 0, 0, 328), "Out", "Sine", 2)
  1146. kyshilton:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1147. hhv3:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1148. hiltoN:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1149. hiltonhaxx:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1150. FuckHH:TweenSize(UDim2.new(0, 0, 0, 33), "Out", "Sine", 2)
  1151. wait(1.9)
  1152. kyshilton.Text = ""
  1153. hhv3.Text = ""
  1154. hiltoN.Text = ""
  1155. hiltonhaxx.Text = ""
  1156. FuckHH.Text = ""
  1157. wait(0.1)
  1158. GUIsUI.Visible = false
  1159. end
  1160. end)
  1161.  
  1162. -- Color
  1163.  
  1164. for i,v in pairs(MainFrame:GetDescendants()) do
  1165. if v.Size == UDim2.new(0, 80, 0, 80) then
  1166. --nothing lolz
  1167. else
  1168. if v.BackgroundColor3 == Color3.new(1, 1, 0) or v.BackgroundColor3 == Color3.new(1, 0, 0) or v.BackgroundColor3 == Color3.new(1, 0, 1) or v.BackgroundColor3 == Color3.new(1, 0.666667, 0) or v.BackgroundColor3 == Color3.new(0.333333, 0, 0.498039) or v.BackgroundColor3 == Color3.new(0.270588, 0.270588, 0.270588) or v.BackgroundColor3 == Color3.new(0.333333, 0, 0) or v.BackgroundColor3 == Color3.new(0, 1, 0) or v.BackgroundColor3 == Color3.new(0, 1, 1) or v.BackgroundColor3 == Color3.new(0, 0, 1)then
  1169. yellow.MouseButton1Down:connect(function()
  1170. v.BackgroundColor3 = Color3.new(1, 1, 0)
  1171. Title1.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  1172. end)
  1173. red.MouseButton1Down:connect(function()
  1174. v.BackgroundColor3 = Color3.new(1, 0, 0)
  1175. Title1.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  1176. end)
  1177. pink.MouseButton1Down:connect(function()
  1178. v.BackgroundColor3 = Color3.new(1, 0, 1)
  1179. Title1.BackgroundColor3 = Color3.new(0.909804, 0, 0.454902)
  1180. end)
  1181. orange.MouseButton1Down:connect(function()
  1182. v.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  1183. Title1.BackgroundColor3 = Color3.new(0.898039, 0.6, 0)
  1184. end)
  1185. purple.MouseButton1Down:connect(function()
  1186. v.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  1187. Title1.BackgroundColor3 = Color3.new(0.301961, 0, 0.454902)
  1188. end)
  1189. grey.MouseButton1Down:connect(function()
  1190. v.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  1191. Title1.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  1192. end)
  1193. brown.MouseButton1Down:connect(function()
  1194. v.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  1195. Title1.BackgroundColor3 = Color3.new(0.27451, 0, 0)
  1196. end)
  1197. green.MouseButton1Down:connect(function()
  1198. v.BackgroundColor3 = Color3.new(0, 1, 0)
  1199. Title1.BackgroundColor3 = Color3.new(0, 0.815686, 0)
  1200. end)
  1201. lightblue.MouseButton1Down:connect(function()
  1202. v.BackgroundColor3 = Color3.new(0, 1, 1)
  1203. Title1.BackgroundColor3 = Color3.new(0, 0.933333, 0.933333)
  1204. end)
  1205. darkblue.MouseButton1Down:connect(function()
  1206. v.BackgroundColor3 = Color3.new(0, 0, 1)
  1207. Title1.BackgroundColor3 = Color3.new(0, 0, 0.678431)
  1208. end)
  1209. end
  1210. end
  1211. end
  1212.  
  1213. -- Teleports
  1214.  
  1215. _200.MouseButton1Down:connect(function()
  1216. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 63, 154)
  1217. end)
  1218.  
  1219. _201.MouseButton1Down:connect(function()
  1220. plrc.HumanoidRootPart.CFrame = CFrame.new(-49, 63, 203)
  1221. end)
  1222.  
  1223. _202.MouseButton1Down:connect(function()
  1224. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 63, 251)
  1225. end)
  1226.  
  1227. _203.MouseButton1Down:connect(function()
  1228. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 63, 264)
  1229. end)
  1230.  
  1231. _204.MouseButton1Down:connect(function()
  1232. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 63, 217)
  1233. end)
  1234.  
  1235. _300.MouseButton1Down:connect(function()
  1236. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 77, 154)
  1237. end)
  1238.  
  1239. _301.MouseButton1Down:connect(function()
  1240. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 76, 204)
  1241. end)
  1242.  
  1243. _302.MouseButton1Down:connect(function()
  1244. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 76, 251)
  1245. end)
  1246.  
  1247. _303.MouseButton1Down:connect(function()
  1248. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 76, 265)
  1249. end)
  1250.  
  1251. _304.MouseButton1Down:connect(function()
  1252. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 76, 217)
  1253. end)
  1254.  
  1255. _400.MouseButton1Down:connect(function()
  1256. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 91, 154)
  1257. end)
  1258.  
  1259. _401.MouseButton1Down:connect(function()
  1260. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 90, 203)
  1261. end)
  1262.  
  1263. _402.MouseButton1Down:connect(function()
  1264. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 90, 251)
  1265. end)
  1266.  
  1267. _403.MouseButton1Down:connect(function()
  1268. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 90, 264)
  1269. end)
  1270.  
  1271. _404.MouseButton1Down:connect(function()
  1272. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 90, 217)
  1273. end)
  1274.  
  1275. _500.MouseButton1Down:connect(function()
  1276. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 106, 154)
  1277. end)
  1278.  
  1279. _501.MouseButton1Down:connect(function()
  1280. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 103, 203)
  1281. end)
  1282.  
  1283. _502.MouseButton1Down:connect(function()
  1284. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 103, 252)
  1285. end)
  1286.  
  1287. _503.MouseButton1Down:connect(function()
  1288. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 103, 264)
  1289. end)
  1290.  
  1291. _504.MouseButton1Down:connect(function()
  1292. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 103, 217)
  1293. end)
  1294.  
  1295. _600.MouseButton1Down:connect(function()
  1296. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 120, 154)
  1297. end)
  1298.  
  1299. _601.MouseButton1Down:connect(function()
  1300. plrc.HumanoidRootPart.CFrame = CFrame.new(-45, 117, 204)
  1301. end)
  1302.  
  1303. _602.MouseButton1Down:connect(function()
  1304. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 117, 251)
  1305. end)
  1306.  
  1307. _603.MouseButton1Down:connect(function()
  1308. plrc.HumanoidRootPart.CFrame = CFrame.new(-96, 117, 263)
  1309. end)
  1310.  
  1311. _604.MouseButton1Down:connect(function()
  1312. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 117, 217)
  1313. end)
  1314.  
  1315. _700.MouseButton1Down:connect(function()
  1316. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 134, 154)
  1317. end)
  1318.  
  1319. _701.MouseButton1Down:connect(function()
  1320. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 130, 204)
  1321. end)
  1322.  
  1323. _702.MouseButton1Down:connect(function()
  1324. plrc.HumanoidRootPart.CFrame = CFrame.new(-48, 130, 251)
  1325. end)
  1326.  
  1327. _703.MouseButton1Down:connect(function()
  1328. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 130, 264)
  1329. end)
  1330.  
  1331. _704.MouseButton1Down:connect(function()
  1332. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 130, 217)
  1333. end)
  1334.  
  1335. -- Functions
  1336.  
  1337. repeat wait()
  1338. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1339. local mouse = game.Players.LocalPlayer:GetMouse()
  1340. repeat wait() until mouse
  1341. local plr = game.Players.LocalPlayer
  1342. local torso = plr.Character.Torso
  1343. local flying = true
  1344. local deb = true
  1345. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1346. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1347. local maxspeed = 50
  1348. local speed = 0
  1349.  
  1350. function Fly()
  1351. local bg = Instance.new("BodyGyro", torso)
  1352. bg.P = 9e4
  1353. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1354. bg.cframe = torso.CFrame
  1355. local bv = Instance.new("BodyVelocity", torso)
  1356. bv.velocity = Vector3.new(0,0.1,0)
  1357. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1358. repeat wait()
  1359. plr.Character.Humanoid.PlatformStand = true
  1360. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1361. speed = speed+.5+(speed/maxspeed)
  1362. if speed > maxspeed then
  1363. speed = maxspeed
  1364. end
  1365. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1366. speed = speed-1
  1367. if speed < 0 then
  1368. speed = 0
  1369. end
  1370. end
  1371. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1372. 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
  1373. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1374. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1375. 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
  1376. else
  1377. bv.velocity = Vector3.new(0,0.1,0)
  1378. end
  1379. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1380. until not flying
  1381. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1382. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1383. speed = 0
  1384. bg:Destroy()
  1385. bv:Destroy()
  1386. plr.Character.Humanoid.PlatformStand = false
  1387. end
  1388. mouse.KeyDown:connect(function(key)
  1389. fly.MouseButton1Down:connect(function()
  1390. if flying then
  1391. flying = false
  1392. fly.Text = "Fly"
  1393. else
  1394. flying = true
  1395. fly.Text = "Unfly"
  1396. Fly()
  1397. end
  1398. end)
  1399. if key:lower() == "w" then
  1400. ctrl.f = 1
  1401. elseif key:lower() == "s" then
  1402. ctrl.b = -1
  1403. elseif key:lower() == "a" then
  1404. ctrl.l = -1
  1405. elseif key:lower() == "d" then
  1406. ctrl.r = 1
  1407. end
  1408. end)
  1409. mouse.KeyUp:connect(function(key)
  1410. if key:lower() == "w" then
  1411. ctrl.f = 0
  1412. elseif key:lower() == "s" then
  1413. ctrl.b = 0
  1414. elseif key:lower() == "a" then
  1415. ctrl.l = 0
  1416. elseif key:lower() == "d" then
  1417. ctrl.r = 0
  1418. end
  1419. end)
  1420.  
  1421. game:GetService('RunService').Stepped:connect(function()
  1422. if noclip then
  1423. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1424. end
  1425. end)
  1426. plr = game.Players.LocalPlayer
  1427. mouse = plr:GetMouse()
  1428. mouse.KeyDown:connect(function(key)
  1429. nawclep.MouseButton1Down:connect(function()
  1430. noclip = not noclip
  1431. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1432. if noclip == false then
  1433. nawclep.Text = "Noclip"
  1434. else
  1435. nawclep.Text = "Clip"
  1436. end
  1437. end)
  1438. end)
  1439.  
  1440. kill.MouseButton1Down:connect(function()
  1441. for i,v in pairs(GetPlayer(user.Text))do
  1442. -- illremember's cool new kill script for fe
  1443. -- requires 2 tools, replace TARGET name with person you want
  1444. -- NO FE GODMODE!!
  1445. TARGET = ""..v.Name
  1446.  
  1447. lplayer = game:GetService("Players").LocalPlayer
  1448. for i,v in pairs(lplayer.Backpack:GetChildren())do
  1449. lplayer.Character.Humanoid:EquipTool(v)
  1450. end
  1451. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1452. if v:IsA("Tool") then
  1453. v.Parent = lplayer.Character
  1454. wait()
  1455. v.Parent = game:GetService("Players")[TARGET].Character
  1456. end
  1457. end
  1458. wait(1)
  1459. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  1460. end
  1461. end)
  1462.  
  1463. naked.MouseButton1Down:connect(function()
  1464. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  1465. pcall(function()
  1466. hummy.Parent.Pants:Destroy()
  1467. end)
  1468. pcall(function()
  1469. hummy.Parent.Shirt:Destroy()
  1470. end)
  1471. end)
  1472.  
  1473. fling.MouseButton1Down:connect(function()
  1474. for i,v in pairs(GetPlayer(user.Text))do
  1475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1476. wait( )
  1477. game:GetService('RunService').Stepped:connect(function()
  1478. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1479. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1480. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1481. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1482. end)
  1483. b = Instance.new("RocketPropulsion")
  1484. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1485. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  1486. b.TurnP = 20000
  1487. b.MaxThrust = 20000
  1488. b.MaxSpeed = 1000
  1489. b.ThrustP = 13000
  1490. b:Fire()
  1491. end
  1492. end)
  1493.  
  1494. anticuff.MouseButton1Down:connect(function()
  1495. local lol = game:GetService('Players').LocalPlayer
  1496. lol.Character["Left Arm"]:Destroy()
  1497. lol.Character["Right Arm"]:Destroy()
  1498. end)
  1499.  
  1500. creeper.MouseButton1Down:connect(function()
  1501. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  1502. function doo(limb, pos)
  1503. limb:BreakJoints()
  1504. local velocity = Instance.new("RocketPropulsion", limb)
  1505. velocity.CartoonFactor = 0
  1506. velocity.MaxSpeed = 30
  1507. velocity.MaxThrust = 9999
  1508. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  1509. velocity.Target = game.Players.LocalPlayer.Character.Torso
  1510. velocity.TargetOffset = pos
  1511. velocity:fire()
  1512. local b = Instance.new("BodyGyro", limb)
  1513. end
  1514. while wait() do
  1515. doo(game.Players.LocalPlayer.Character["Left Arm"], Vector3.new(-0.5,-2,-1))
  1516. doo(game.Players.LocalPlayer.Character["Right Arm"], Vector3.new(0.5,-2,-1))
  1517. doo(game.Players.LocalPlayer.Character["Left Leg"], Vector3.new(-0.5,-2,1))
  1518. doo(game.Players.LocalPlayer.Character["Right Leg"], Vector3.new(0.5,-2,1))
  1519. end
  1520. end)
  1521.  
  1522. shutdown.MouseButton1Down:connect(function()
  1523. while wait() do
  1524. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1525. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1526. for _,x in pairs(v.Character.Head:GetChildren()) do
  1527. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  1528. end
  1529. end
  1530. end
  1531. end
  1532. end)
  1533.  
  1534. givetool.MouseButton1Down:connect(function()
  1535. for a,v in pairs(GetPlayer(user.Text)) do
  1536. for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1537. if x:IsA("Tool") then
  1538. x.Parent = v.Name.Character
  1539. end
  1540. end
  1541. end
  1542. end)
  1543.  
  1544. fucc.MouseButton1Down:connect(function()
  1545. for i,v in pairs(GetPlayer(user.Text)) do
  1546. Name = v.Name
  1547. local Victim=game.Players[Name].Character
  1548. local A=Instance.new'Animation'
  1549. A.AnimationId='rbxassetid://148840371'
  1550. local P=game:GetService'Players'.LocalPlayer
  1551. local C=P.Character or P.CharacterAdded:Wait()
  1552. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  1553. H:Play()
  1554. H:AdjustSpeed(5)
  1555. game:GetService'RunService'.Stepped:Connect(function()
  1556. if Victim:findFirstChild("HumanoidRootPart") then
  1557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.HumanoidRootPart.CFrame * CFrame.new(0,0,1.3)
  1558. end
  1559. end)
  1560. end
  1561. end)
  1562.  
  1563. energize.MouseButton1Down:connect(function()
  1564. -- Energize by illremember, fe animations
  1565. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  1566. -- Thank you, and enjoy.
  1567.  
  1568. -- Objects
  1569.  
  1570. local Energize = Instance.new("ScreenGui") -- The actual GUI
  1571. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  1572. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  1573. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  1574. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  1575. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  1576. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  1577. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  1578. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  1579. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  1580.  
  1581. local CrazySlash = Instance.new("TextButton")--COMPLETE
  1582. local Open = Instance.new("TextButton")--COMPLETE
  1583. local R15Spinner = Instance.new("TextButton")--COMPLETE
  1584. local ArmsOut = Instance.new("TextButton")--COMPLETE
  1585. local FloatSlash = Instance.new("TextButton")--COMPLETE
  1586. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  1587. local DownSlash = Instance.new("TextButton")--COMPLETE
  1588. local Pull = Instance.new("TextButton")--COMPLETE
  1589. local CircleArm = Instance.new("TextButton")--COMPLETE
  1590. local Bend = Instance.new("TextButton")--COMPLETE
  1591. local RotateSlash = Instance.new("TextButton")--COMPLETE
  1592. local FlingArms = Instance.new("TextButton")--COMPLETE
  1593.  
  1594. local FullSwing = Instance.new("TextButton")--COMPLETE
  1595. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  1596. local MoonDance = Instance.new("TextButton")--COMPLETE
  1597. local FullPunch = Instance.new("TextButton")--COMPLETE
  1598. local Crouch = Instance.new("TextButton")--COMPLETE
  1599. local SpinDance = Instance.new("TextButton")--COMPLETE
  1600. local FloorFaint = Instance.new("TextButton")--COMPLETE
  1601. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  1602. local Spinner = Instance.new("TextButton")--COMPLETE
  1603. local MegaInsane = Instance.new("TextButton")--COMPLETE
  1604. local ArmDetach = Instance.new("TextButton")--COMPLETE
  1605. local WeirdMove = Instance.new("TextButton")--COMPLETE
  1606. local Faint = Instance.new("TextButton")--COMPLETE
  1607. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  1608. local Levitate = Instance.new("TextButton")--COMPLETE
  1609. local DinoWalk = Instance.new("TextButton")--COMPLETE
  1610. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  1611. local SwordSlam = Instance.new("TextButton")--COMPLETE
  1612. local LoopHead = Instance.new("TextButton")--COMPLETE
  1613. local HeroJump = Instance.new("TextButton")--COMPLETE
  1614. local Insane = Instance.new("TextButton")--COMPLETE
  1615. local FloatingHead = Instance.new("TextButton")--COMPLETE
  1616. local HeadThrow = Instance.new("TextButton")--COMPLETE
  1617. local MovingDance = Instance.new("TextButton")--COMPLETE
  1618. local SuperPunch = Instance.new("TextButton")--COMPLETE
  1619. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  1620. local Dab = Instance.new("TextButton")--COMPLETE
  1621. local FloatSit = Instance.new("TextButton")--COMPLETE
  1622. local SuperFaint = Instance.new("TextButton")--COMPLETE
  1623. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  1624. local Scared = Instance.new("TextButton")--COMPLETE
  1625. local InsaneArms = Instance.new("TextButton")--COMPLETE
  1626. local SwordSlice = Instance.new("TextButton")--COMPLETE
  1627. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  1628. local BowDown = Instance.new("TextButton")--COMPLETE
  1629. local LoopSlam = Instance.new("TextButton")--COMPLETE
  1630.  
  1631. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  1632. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  1633. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  1634.  
  1635. -- Properties
  1636.  
  1637. Energize.Name = "Energize"
  1638. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  1639.  
  1640. SideFrame.Name = "SideFrame"
  1641. SideFrame.Parent = Energize
  1642. SideFrame.Active = true
  1643. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  1644. SideFrame.Draggable = true
  1645. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  1646. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  1647. SideFrame.Visible = false
  1648.  
  1649. OpenGUI.Name = "OpenGUI"
  1650. OpenGUI.Parent = SideFrame
  1651. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1652. OpenGUI.BackgroundTransparency = 1
  1653. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  1654. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  1655. OpenGUI.Font = Enum.Font.SourceSans
  1656. OpenGUI.FontSize = Enum.FontSize.Size48
  1657. OpenGUI.Text = "X"
  1658. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  1659. OpenGUI.TextSize = 40
  1660. OpenGUI.TextWrapped = true
  1661.  
  1662. SideFrameTitle.Name = "SideFrameTitle"
  1663. SideFrameTitle.Parent = SideFrame
  1664. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1665. SideFrameTitle.BackgroundTransparency = 1
  1666. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  1667. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  1668. SideFrameTitle.Font = Enum.Font.Arial
  1669. SideFrameTitle.FontSize = Enum.FontSize.Size24
  1670. SideFrameTitle.Text = "-Energize-"
  1671. SideFrameTitle.TextSize = 21
  1672. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  1673. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  1674.  
  1675. MainFrame.Name = "MainFrame"
  1676. MainFrame.Parent = Energize
  1677. MainFrame.Active = true
  1678. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1679. MainFrame.BackgroundTransparency = 1
  1680. MainFrame.Draggable = true
  1681. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  1682. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  1683.  
  1684. GuiBottomFrame.Name = "Gui BottomFrame"
  1685. GuiBottomFrame.Parent = MainFrame
  1686. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  1687. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  1688. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  1689. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  1690.  
  1691. Credits.Name = "Credits"
  1692. Credits.Parent = GuiBottomFrame
  1693. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  1694. Credits.BackgroundTransparency = 1
  1695. Credits.Size = UDim2.new(0, 460, 0, 32)
  1696. Credits.FontSize = Enum.FontSize.Size14
  1697. Credits.Text = "By illremember -FE Animations Gui"
  1698. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1699. Credits.TextSize = 14
  1700. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  1701. Credits.TextStrokeTransparency = 0.69999998807907
  1702. Credits.TextWrapped = true
  1703.  
  1704. ScrollingFrame.Parent = MainFrame
  1705. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  1706. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  1707. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  1708. ScrollingFrame.ScrollBarThickness = 13
  1709.  
  1710. FullSwing.Name = "FullSwing"
  1711. FullSwing.Parent = ScrollingFrame
  1712. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1713. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1714. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  1715. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  1716. FullSwing.Font = Enum.Font.Highway
  1717. FullSwing.FontSize = Enum.FontSize.Size24
  1718. FullSwing.Text = "Full Swing"
  1719. FullSwing.TextSize = 20
  1720. FullSwing.TextWrapped = true
  1721.  
  1722. GlitchLevitate.Name = "GlitchLevitate"
  1723. GlitchLevitate.Parent = ScrollingFrame
  1724. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1725. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1726. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  1727. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  1728. GlitchLevitate.Font = Enum.Font.Highway
  1729. GlitchLevitate.FontSize = Enum.FontSize.Size24
  1730. GlitchLevitate.Text = "Glitch Levitate"
  1731. GlitchLevitate.TextSize = 20
  1732. GlitchLevitate.TextWrapped = true
  1733.  
  1734. MoonDance.Name = "MoonDance"
  1735. MoonDance.Parent = ScrollingFrame
  1736. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1737. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1738. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  1739. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  1740. MoonDance.Font = Enum.Font.Highway
  1741. MoonDance.FontSize = Enum.FontSize.Size24
  1742. MoonDance.Text = "Moon Dance"
  1743. MoonDance.TextSize = 20
  1744. MoonDance.TextWrapped = true
  1745.  
  1746. FullPunch.Name = "FullPunch"
  1747. FullPunch.Parent = ScrollingFrame
  1748. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1749. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1750. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  1751. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  1752. FullPunch.Font = Enum.Font.Highway
  1753. FullPunch.FontSize = Enum.FontSize.Size24
  1754. FullPunch.Text = "Full Punch"
  1755. FullPunch.TextSize = 20
  1756. FullPunch.TextWrapped = true
  1757.  
  1758. Crouch.Name = "Crouch"
  1759. Crouch.Parent = ScrollingFrame
  1760. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1761. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1762. Crouch.Position = UDim2.new(0, 168, 0, 280)
  1763. Crouch.Size = UDim2.new(0, 119, 0, 34)
  1764. Crouch.Font = Enum.Font.Highway
  1765. Crouch.FontSize = Enum.FontSize.Size24
  1766. Crouch.Text = "Crouch"
  1767. Crouch.TextSize = 20
  1768. Crouch.TextWrapped = true
  1769.  
  1770. SpinDance.Name = "SpinDance"
  1771. SpinDance.Parent = ScrollingFrame
  1772. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1773. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1774. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  1775. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  1776. SpinDance.Font = Enum.Font.Highway
  1777. SpinDance.FontSize = Enum.FontSize.Size24
  1778. SpinDance.Text = "Spin Dance"
  1779. SpinDance.TextSize = 20
  1780. SpinDance.TextWrapped = true
  1781.  
  1782. FloorFaint.Name = "FloorFaint"
  1783. FloorFaint.Parent = ScrollingFrame
  1784. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1785. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1786. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  1787. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  1788. FloorFaint.Font = Enum.Font.Highway
  1789. FloorFaint.FontSize = Enum.FontSize.Size24
  1790. FloorFaint.Text = "Floor Faint"
  1791. FloorFaint.TextSize = 20
  1792. FloorFaint.TextWrapped = true
  1793.  
  1794. JumpingJacks.Name = "JumpingJacks"
  1795. JumpingJacks.Parent = ScrollingFrame
  1796. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1797. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1798. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  1799. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  1800. JumpingJacks.Font = Enum.Font.Highway
  1801. JumpingJacks.FontSize = Enum.FontSize.Size24
  1802. JumpingJacks.Text = "Jumping Jacks"
  1803. JumpingJacks.TextSize = 20
  1804. JumpingJacks.TextWrapped = true
  1805.  
  1806. Spinner.Name = "Spinner"
  1807. Spinner.Parent = ScrollingFrame
  1808. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1809. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1810. Spinner.Position = UDim2.new(0, 17, 0, 192)
  1811. Spinner.Size = UDim2.new(0, 119, 0, 34)
  1812. Spinner.Font = Enum.Font.Highway
  1813. Spinner.FontSize = Enum.FontSize.Size24
  1814. Spinner.Text = "Spinner"
  1815. Spinner.TextSize = 20
  1816. Spinner.TextWrapped = true
  1817.  
  1818. MegaInsane.Name = "MegaInsane"
  1819. MegaInsane.Parent = ScrollingFrame
  1820. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1821. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1822. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  1823. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  1824. MegaInsane.Font = Enum.Font.Highway
  1825. MegaInsane.FontSize = Enum.FontSize.Size24
  1826. MegaInsane.Text = "Mega Insane"
  1827. MegaInsane.TextSize = 20
  1828. MegaInsane.TextWrapped = true
  1829.  
  1830. ArmDetach.Name = "ArmDetach"
  1831. ArmDetach.Parent = ScrollingFrame
  1832. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1833. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1834. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  1835. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  1836. ArmDetach.Font = Enum.Font.Highway
  1837. ArmDetach.FontSize = Enum.FontSize.Size24
  1838. ArmDetach.Text = "Arm Detach"
  1839. ArmDetach.TextSize = 20
  1840. ArmDetach.TextWrapped = true
  1841.  
  1842. WeirdMove.Name = "WeirdMove"
  1843. WeirdMove.Parent = ScrollingFrame
  1844. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1845. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1846. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  1847. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  1848. WeirdMove.Font = Enum.Font.Highway
  1849. WeirdMove.FontSize = Enum.FontSize.Size24
  1850. WeirdMove.Text = "Weird Move"
  1851. WeirdMove.TextSize = 20
  1852. WeirdMove.TextWrapped = true
  1853.  
  1854. Faint.Name = "Faint"
  1855. Faint.Parent = ScrollingFrame
  1856. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1857. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1858. Faint.Position = UDim2.new(0, 17, 0, 148)
  1859. Faint.Size = UDim2.new(0, 119, 0, 34)
  1860. Faint.Font = Enum.Font.Highway
  1861. Faint.FontSize = Enum.FontSize.Size24
  1862. Faint.Text = "Faint"
  1863. Faint.TextSize = 20
  1864. Faint.TextWrapped = true
  1865.  
  1866. CloneIllusion.Name = "CloneIllusion"
  1867. CloneIllusion.Parent = ScrollingFrame
  1868. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1869. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1870. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  1871. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  1872. CloneIllusion.Font = Enum.Font.Highway
  1873. CloneIllusion.FontSize = Enum.FontSize.Size24
  1874. CloneIllusion.Text = "Clone Illusion"
  1875. CloneIllusion.TextSize = 20
  1876. CloneIllusion.TextWrapped = true
  1877.  
  1878. Levitate.Name = "Levitate"
  1879. Levitate.Parent = ScrollingFrame
  1880. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1881. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1882. Levitate.Position = UDim2.new(0, 17, 0, 104)
  1883. Levitate.Size = UDim2.new(0, 119, 0, 34)
  1884. Levitate.Font = Enum.Font.Highway
  1885. Levitate.FontSize = Enum.FontSize.Size24
  1886. Levitate.Text = "Levitate"
  1887. Levitate.TextSize = 20
  1888. Levitate.TextWrapped = true
  1889.  
  1890. DinoWalk.Name = "DinoWalk"
  1891. DinoWalk.Parent = ScrollingFrame
  1892. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1893. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1894. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  1895. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  1896. DinoWalk.Font = Enum.Font.Highway
  1897. DinoWalk.FontSize = Enum.FontSize.Size24
  1898. DinoWalk.Text = "Dino Walk"
  1899. DinoWalk.TextSize = 20
  1900. DinoWalk.TextWrapped = true
  1901.  
  1902. FloorCrawl.Name = "FloorCrawl"
  1903. FloorCrawl.Parent = ScrollingFrame
  1904. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1905. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1906. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  1907. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  1908. FloorCrawl.Font = Enum.Font.Highway
  1909. FloorCrawl.FontSize = Enum.FontSize.Size24
  1910. FloorCrawl.Text = "Floor Crawl"
  1911. FloorCrawl.TextSize = 20
  1912. FloorCrawl.TextWrapped = true
  1913.  
  1914. SwordSlam.Name = "SwordSlam"
  1915. SwordSlam.Parent = ScrollingFrame
  1916. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1917. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1918. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  1919. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  1920. SwordSlam.Font = Enum.Font.Highway
  1921. SwordSlam.FontSize = Enum.FontSize.Size24
  1922. SwordSlam.Text = "Sword Slam"
  1923. SwordSlam.TextSize = 20
  1924. SwordSlam.TextWrapped = true
  1925.  
  1926. LoopHead.Name = "LoopHead"
  1927. LoopHead.Parent = ScrollingFrame
  1928. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1929. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1930. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  1931. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  1932. LoopHead.Font = Enum.Font.Highway
  1933. LoopHead.FontSize = Enum.FontSize.Size24
  1934. LoopHead.Text = "Loop Head"
  1935. LoopHead.TextSize = 20
  1936. LoopHead.TextWrapped = true
  1937.  
  1938. HeroJump.Name = "HeroJump"
  1939. HeroJump.Parent = ScrollingFrame
  1940. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1941. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1942. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  1943. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  1944. HeroJump.Font = Enum.Font.Highway
  1945. HeroJump.FontSize = Enum.FontSize.Size24
  1946. HeroJump.Text = "Hero Jump"
  1947. HeroJump.TextSize = 20
  1948. HeroJump.TextWrapped = true
  1949.  
  1950. Insane.Name = "Insane"
  1951. Insane.Parent = ScrollingFrame
  1952. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1953. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1954. Insane.Position = UDim2.new(0, 319, 0, 16)
  1955. Insane.Size = UDim2.new(0, 119, 0, 34)
  1956. Insane.Font = Enum.Font.Highway
  1957. Insane.FontSize = Enum.FontSize.Size24
  1958. Insane.Text = "Insane"
  1959. Insane.TextSize = 20
  1960. Insane.TextWrapped = true
  1961.  
  1962. FloatingHead.Name = "FloatingHead"
  1963. FloatingHead.Parent = ScrollingFrame
  1964. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1965. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1966. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  1967. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  1968. FloatingHead.Font = Enum.Font.Highway
  1969. FloatingHead.FontSize = Enum.FontSize.Size24
  1970. FloatingHead.Text = "Floating Head"
  1971. FloatingHead.TextSize = 20
  1972. FloatingHead.TextWrapped = true
  1973.  
  1974. HeadThrow.Name = "HeadThrow"
  1975. HeadThrow.Parent = ScrollingFrame
  1976. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1977. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1978. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  1979. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  1980. HeadThrow.Font = Enum.Font.Highway
  1981. HeadThrow.FontSize = Enum.FontSize.Size24
  1982. HeadThrow.Text = "Head Throw"
  1983. HeadThrow.TextSize = 20
  1984. HeadThrow.TextWrapped = true
  1985.  
  1986. MovingDance.Name = "MovingDance"
  1987. MovingDance.Parent = ScrollingFrame
  1988. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1989. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1990. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  1991. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  1992. MovingDance.Font = Enum.Font.Highway
  1993. MovingDance.FontSize = Enum.FontSize.Size24
  1994. MovingDance.Text = "Moving Dance"
  1995. MovingDance.TextSize = 20
  1996. MovingDance.TextWrapped = true
  1997.  
  1998. SuperPunch.Name = "SuperPunch"
  1999. SuperPunch.Parent = ScrollingFrame
  2000. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2001. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2002. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  2003. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  2004. SuperPunch.Font = Enum.Font.Highway
  2005. SuperPunch.FontSize = Enum.FontSize.Size24
  2006. SuperPunch.Text = "Super Punch"
  2007. SuperPunch.TextSize = 20
  2008. SuperPunch.TextWrapped = true
  2009.  
  2010. ArmTurbine.Name = "ArmTurbine"
  2011. ArmTurbine.Parent = ScrollingFrame
  2012. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2013. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2014. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  2015. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  2016. ArmTurbine.Font = Enum.Font.Highway
  2017. ArmTurbine.FontSize = Enum.FontSize.Size24
  2018. ArmTurbine.Text = "Arm Turbine"
  2019. ArmTurbine.TextSize = 20
  2020. ArmTurbine.TextWrapped = true
  2021.  
  2022. Dab.Name = "Dab"
  2023. Dab.Parent = ScrollingFrame
  2024. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2025. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2026. Dab.Position = UDim2.new(0, 17, 0, 366)
  2027. Dab.Size = UDim2.new(0, 119, 0, 34)
  2028. Dab.Font = Enum.Font.Highway
  2029. Dab.FontSize = Enum.FontSize.Size24
  2030. Dab.Text = "Dab"
  2031. Dab.TextSize = 20
  2032. Dab.TextWrapped = true
  2033.  
  2034. FloatSit.Name = "FloatSit"
  2035. FloatSit.Parent = ScrollingFrame
  2036. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2037. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2038. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  2039. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  2040. FloatSit.Font = Enum.Font.Highway
  2041. FloatSit.FontSize = Enum.FontSize.Size24
  2042. FloatSit.Text = "Float Sit"
  2043. FloatSit.TextSize = 20
  2044. FloatSit.TextWrapped = true
  2045.  
  2046. SuperFaint.Name = "SuperFaint"
  2047. SuperFaint.Parent = ScrollingFrame
  2048. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2049. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2050. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  2051. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  2052. SuperFaint.Font = Enum.Font.Highway
  2053. SuperFaint.FontSize = Enum.FontSize.Size24
  2054. SuperFaint.Text = "Super Faint"
  2055. SuperFaint.TextSize = 20
  2056. SuperFaint.TextWrapped = true
  2057.  
  2058. BarrelRoll.Name = "BarrelRoll"
  2059. BarrelRoll.Parent = ScrollingFrame
  2060. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2061. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2062. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  2063. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  2064. BarrelRoll.Font = Enum.Font.Highway
  2065. BarrelRoll.FontSize = Enum.FontSize.Size24
  2066. BarrelRoll.Text = "Barrel Roll"
  2067. BarrelRoll.TextSize = 20
  2068. BarrelRoll.TextWrapped = true
  2069.  
  2070. Scared.Name = "Scared"
  2071. Scared.Parent = ScrollingFrame
  2072. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2073. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2074. Scared.Position = UDim2.new(0, 319, 0, 454)
  2075. Scared.Size = UDim2.new(0, 119, 0, 34)
  2076. Scared.Font = Enum.Font.Highway
  2077. Scared.FontSize = Enum.FontSize.Size24
  2078. Scared.Text = "Scared"
  2079. Scared.TextSize = 20
  2080. Scared.TextWrapped = true
  2081.  
  2082. InsaneArms.Name = "InsaneArms"
  2083. InsaneArms.Parent = ScrollingFrame
  2084. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2085. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2086. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  2087. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  2088. InsaneArms.Font = Enum.Font.Highway
  2089. InsaneArms.FontSize = Enum.FontSize.Size24
  2090. InsaneArms.Text = "Insane Arms"
  2091. InsaneArms.TextSize = 20
  2092. InsaneArms.TextWrapped = true
  2093.  
  2094. SwordSlice.Name = "SwordSlice"
  2095. SwordSlice.Parent = ScrollingFrame
  2096. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2097. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2098. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  2099. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  2100. SwordSlice.Font = Enum.Font.Highway
  2101. SwordSlice.FontSize = Enum.FontSize.Size24
  2102. SwordSlice.Text = "Sword Slice"
  2103. SwordSlice.TextSize = 20
  2104. SwordSlice.TextWrapped = true
  2105.  
  2106. SpinDance2.Name = "SpinDance2"
  2107. SpinDance2.Parent = ScrollingFrame
  2108. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2109. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2110. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  2111. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  2112. SpinDance2.Font = Enum.Font.Highway
  2113. SpinDance2.FontSize = Enum.FontSize.Size24
  2114. SpinDance2.Text = "Spin Dance 2"
  2115. SpinDance2.TextSize = 20
  2116. SpinDance2.TextWrapped = true
  2117.  
  2118. BowDown.Name = "BowDown"
  2119. BowDown.Parent = ScrollingFrame
  2120. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2121. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2122. BowDown.Position = UDim2.new(0, 319, 0, 498)
  2123. BowDown.Size = UDim2.new(0, 119, 0, 34)
  2124. BowDown.Font = Enum.Font.Highway
  2125. BowDown.FontSize = Enum.FontSize.Size24
  2126. BowDown.Text = "Bow Down"
  2127. BowDown.TextSize = 20
  2128. BowDown.TextWrapped = true
  2129.  
  2130. LoopSlam.Name = "LoopSlam"
  2131. LoopSlam.Parent = ScrollingFrame
  2132. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  2133. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2134. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  2135. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  2136. LoopSlam.Font = Enum.Font.Highway
  2137. LoopSlam.FontSize = Enum.FontSize.Size24
  2138. LoopSlam.Text = "Loop Slam"
  2139. LoopSlam.TextSize = 20
  2140. LoopSlam.TextWrapped = true
  2141.  
  2142. GuiTopFrame.Name = "Gui TopFrame"
  2143. GuiTopFrame.Parent = MainFrame
  2144. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  2145. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  2146. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  2147.  
  2148. CloseGUI.Name = "CloseGUI"
  2149. CloseGUI.Parent = GuiTopFrame
  2150. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2151. CloseGUI.BackgroundTransparency = 1
  2152. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  2153. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  2154. CloseGUI.Font = Enum.Font.SourceSans
  2155. CloseGUI.FontSize = Enum.FontSize.Size48
  2156. CloseGUI.Text = "X"
  2157. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  2158. CloseGUI.TextSize = 40
  2159. CloseGUI.TextWrapped = true
  2160.  
  2161. Title.Name = "Title"
  2162. Title.Parent = GuiTopFrame
  2163. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2164. Title.BackgroundTransparency = 1
  2165. Title.Size = UDim2.new(0, 460, 0, 32)
  2166. Title.FontSize = Enum.FontSize.Size14
  2167. Title.Text = "-Energize-"
  2168. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2169. Title.TextSize = 14
  2170. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  2171. Title.TextStrokeTransparency = 0.69999998807907
  2172. Title.TextWrapped = true
  2173.  
  2174. CheckR.Name = "CheckR"
  2175. CheckR.Parent = GuiTopFrame
  2176. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  2177. CheckR.BackgroundTransparency = 1
  2178. CheckR.Size = UDim2.new(0, 171, 0, 32)
  2179. CheckR.Font = Enum.Font.SourceSansBold
  2180. CheckR.FontSize = Enum.FontSize.Size14
  2181. CheckR.Text = "Text"
  2182. CheckR.TextScaled = true
  2183. CheckR.TextSize = 14
  2184. CheckR.TextWrapped = true
  2185.  
  2186. ScrollingFrameR15.Name = "ScrollingFrameR15"
  2187. ScrollingFrameR15.Parent = MainFrame
  2188. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  2189. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  2190. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  2191. ScrollingFrameR15.Visible = false
  2192. ScrollingFrameR15.ScrollBarThickness = 13
  2193.  
  2194. CrazySlash.Name = "CrazySlash"
  2195. CrazySlash.Parent = ScrollingFrameR15
  2196. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2197. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2198. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  2199. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  2200. CrazySlash.Font = Enum.Font.Highway
  2201. CrazySlash.FontSize = Enum.FontSize.Size24
  2202. CrazySlash.Text = "CrazySlash"
  2203. CrazySlash.TextSize = 20
  2204. CrazySlash.TextWrapped = true
  2205.  
  2206. Open.Name = "Open"
  2207. Open.Parent = ScrollingFrameR15
  2208. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2209. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2210. Open.Position = UDim2.new(0, 168, 0, 16)
  2211. Open.Size = UDim2.new(0, 119, 0, 34)
  2212. Open.Font = Enum.Font.Highway
  2213. Open.FontSize = Enum.FontSize.Size24
  2214. Open.Text = "Open"
  2215. Open.TextSize = 20
  2216. Open.TextWrapped = true
  2217.  
  2218. R15Spinner.Name = "R15Spinner"
  2219. R15Spinner.Parent = ScrollingFrameR15
  2220. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2221. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2222. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  2223. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  2224. R15Spinner.Font = Enum.Font.Highway
  2225. R15Spinner.FontSize = Enum.FontSize.Size24
  2226. R15Spinner.Text = "Spinner"
  2227. R15Spinner.TextSize = 20
  2228. R15Spinner.TextWrapped = true
  2229.  
  2230. ArmsOut.Name = "ArmsOut"
  2231. ArmsOut.Parent = ScrollingFrameR15
  2232. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2233. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2234. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  2235. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  2236. ArmsOut.Font = Enum.Font.Highway
  2237. ArmsOut.FontSize = Enum.FontSize.Size24
  2238. ArmsOut.Text = "ArmsOut"
  2239. ArmsOut.TextSize = 20
  2240. ArmsOut.TextWrapped = true
  2241.  
  2242. FloatSlash.Name = "FloatSlash"
  2243. FloatSlash.Parent = ScrollingFrameR15
  2244. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2245. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2246. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  2247. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  2248. FloatSlash.Font = Enum.Font.Highway
  2249. FloatSlash.FontSize = Enum.FontSize.Size24
  2250. FloatSlash.Text = "FloatSlash"
  2251. FloatSlash.TextSize = 20
  2252. FloatSlash.TextWrapped = true
  2253.  
  2254. WeirdZombie.Name = "WeirdZombie"
  2255. WeirdZombie.Parent = ScrollingFrameR15
  2256. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2257. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2258. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  2259. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  2260. WeirdZombie.Font = Enum.Font.Highway
  2261. WeirdZombie.FontSize = Enum.FontSize.Size24
  2262. WeirdZombie.Text = "WeirdZombie"
  2263. WeirdZombie.TextSize = 20
  2264. WeirdZombie.TextWrapped = true
  2265.  
  2266. DownSlash.Name = "DownSlash"
  2267. DownSlash.Parent = ScrollingFrameR15
  2268. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2269. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2270. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  2271. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  2272. DownSlash.Font = Enum.Font.Highway
  2273. DownSlash.FontSize = Enum.FontSize.Size24
  2274. DownSlash.Text = "DownSlash"
  2275. DownSlash.TextSize = 20
  2276. DownSlash.TextWrapped = true
  2277.  
  2278. Pull.Name = "Pull"
  2279. Pull.Parent = ScrollingFrameR15
  2280. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2281. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2282. Pull.Position = UDim2.new(0, 17, 0, 104)
  2283. Pull.Size = UDim2.new(0, 119, 0, 34)
  2284. Pull.Font = Enum.Font.Highway
  2285. Pull.FontSize = Enum.FontSize.Size24
  2286. Pull.Text = "Pull"
  2287. Pull.TextSize = 20
  2288. Pull.TextWrapped = true
  2289.  
  2290. CircleArm.Name = "CircleArm"
  2291. CircleArm.Parent = ScrollingFrameR15
  2292. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2293. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2294. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  2295. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  2296. CircleArm.Font = Enum.Font.Highway
  2297. CircleArm.FontSize = Enum.FontSize.Size24
  2298. CircleArm.Text = "CircleArm"
  2299. CircleArm.TextSize = 20
  2300. CircleArm.TextWrapped = true
  2301.  
  2302. Bend.Name = "Bend"
  2303. Bend.Parent = ScrollingFrameR15
  2304. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2305. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2306. Bend.Position = UDim2.new(0, 319, 0, 104)
  2307. Bend.Size = UDim2.new(0, 119, 0, 34)
  2308. Bend.Font = Enum.Font.Highway
  2309. Bend.FontSize = Enum.FontSize.Size24
  2310. Bend.Text = "Bend"
  2311. Bend.TextSize = 20
  2312. Bend.TextWrapped = true
  2313.  
  2314. RotateSlash.Name = "RotateSlash"
  2315. RotateSlash.Parent = ScrollingFrameR15
  2316. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2317. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2318. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  2319. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  2320. RotateSlash.Font = Enum.Font.Highway
  2321. RotateSlash.FontSize = Enum.FontSize.Size24
  2322. RotateSlash.Text = "RotateSlash"
  2323. RotateSlash.TextSize = 20
  2324. RotateSlash.TextWrapped = true
  2325.  
  2326. FlingArms.Name = "FlingArms"
  2327. FlingArms.Parent = ScrollingFrameR15
  2328. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  2329. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  2330. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  2331. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  2332. FlingArms.Font = Enum.Font.Highway
  2333. FlingArms.FontSize = Enum.FontSize.Size24
  2334. FlingArms.Text = "FlingArms"
  2335. FlingArms.TextSize = 20
  2336. FlingArms.TextWrapped = true
  2337.  
  2338. -- Buttons
  2339. col = Color3.new(0.886275, 0.776471, 0.368627)
  2340. loc = Color3.new(1, 0.906471, 0.568627)
  2341. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  2342. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  2343.  
  2344. CloseGUI.MouseButton1Click:connect(function()
  2345. MainFrame.Visible = false
  2346. SideFrame.Visible = true
  2347. SideFrame.Position = MainFrame.Position
  2348. end)
  2349.  
  2350. OpenGUI.MouseButton1Click:connect(function()
  2351. MainFrame.Visible = true
  2352. SideFrame.Visible = false
  2353. MainFrame.Position = SideFrame.Position
  2354. end)
  2355.  
  2356. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  2357. ScrollingFrame.Visible = false
  2358. ScrollingFrameR15.Visible = true
  2359. CheckR.Text = "Showing R15 Animations"
  2360. else
  2361. ScrollingFrame.Visible = true
  2362. ScrollingFrameR15.Visible = false
  2363. CheckR.Text = "Showing R6 Animations"
  2364. end
  2365.  
  2366. local Anim = Instance.new("Animation")
  2367. Anim.AnimationId = "rbxassetid://35154961"
  2368. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2369. local HeadThrowACTIVE = false
  2370. HeadThrow.MouseButton1Click:connect(function()
  2371. HeadThrowACTIVE = not HeadThrowACTIVE
  2372. if HeadThrowACTIVE then
  2373. HeadThrow.BackgroundColor3 = loc
  2374. while wait() do
  2375. if track.IsPlaying == false then
  2376. if HeadThrowACTIVE then
  2377. track:Play(.1, 1, 1)
  2378. end
  2379. end
  2380. end
  2381. else
  2382. track:Stop()
  2383. HeadThrow.BackgroundColor3 = col
  2384. end
  2385. end)
  2386.  
  2387. local Anim = Instance.new("Animation")
  2388. Anim.AnimationId = "rbxassetid://121572214"
  2389. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2390. local FloatingHeadACTIVE = false
  2391. FloatingHead.MouseButton1Click:connect(function()
  2392. FloatingHeadACTIVE = not FloatingHeadACTIVE
  2393. if FloatingHeadACTIVE then
  2394. track:Play(.1, 1, 1)
  2395. FloatingHead.BackgroundColor3 = loc
  2396. else
  2397. track:Stop()
  2398. FloatingHead.BackgroundColor3 = col
  2399. end
  2400. end)
  2401.  
  2402. local Anim = Instance.new("Animation")
  2403. Anim.AnimationId = "rbxassetid://182724289"
  2404. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2405. local CrouchACTIVE = false
  2406. Crouch.MouseButton1Click:connect(function()
  2407. CrouchACTIVE = not CrouchACTIVE
  2408. if CrouchACTIVE then
  2409. track:Play(.1, 1, 1)
  2410. Crouch.BackgroundColor3 = loc
  2411. else
  2412. track:Stop()
  2413. Crouch.BackgroundColor3 = col
  2414. end
  2415. end)
  2416.  
  2417. local Anim = Instance.new("Animation")
  2418. Anim.AnimationId = "rbxassetid://282574440"
  2419. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2420. local FloorCrawlACTIVE = false
  2421. FloorCrawl.MouseButton1Click:connect(function()
  2422. FloorCrawlACTIVE = not FloorCrawlACTIVE
  2423. if FloorCrawlACTIVE then
  2424. track:Play(.1, 1, 1)
  2425. FloorCrawl.BackgroundColor3 = loc
  2426. else
  2427. track:Stop()
  2428. FloorCrawl.BackgroundColor3 = col
  2429. end
  2430. end)
  2431.  
  2432. local Anim = Instance.new("Animation")
  2433. Anim.AnimationId = "rbxassetid://204328711"
  2434. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2435. local DinoWalkACTIVE = false
  2436. DinoWalk.MouseButton1Click:connect(function()
  2437. DinoWalkACTIVE = not DinoWalkACTIVE
  2438. if DinoWalkACTIVE then
  2439. track:Play(.1, 1, 1)
  2440. DinoWalk.BackgroundColor3 = loc
  2441. else
  2442. track:Stop()
  2443. DinoWalk.BackgroundColor3 = col
  2444. end
  2445. end)
  2446.  
  2447. local Anim = Instance.new("Animation")
  2448. Anim.AnimationId = "rbxassetid://429681631"
  2449. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2450. local JumpingJacksACTIVE = false
  2451. JumpingJacks.MouseButton1Click:connect(function()
  2452. JumpingJacksACTIVE = not JumpingJacksACTIVE
  2453. if JumpingJacksACTIVE then
  2454. track:Play(.1, 1, 1)
  2455. JumpingJacks.BackgroundColor3 = loc
  2456. else
  2457. track:Stop()
  2458. JumpingJacks.BackgroundColor3 = col
  2459. end
  2460. end)
  2461.  
  2462. local Anim = Instance.new("Animation")
  2463. Anim.AnimationId = "rbxassetid://35154961"
  2464. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2465. local LoopHeadACTIVE = false
  2466. LoopHead.MouseButton1Click:connect(function()
  2467. LoopHeadACTIVE = not LoopHeadACTIVE
  2468. if LoopHeadACTIVE then
  2469. LoopHead.BackgroundColor3 = loc
  2470. while wait() do
  2471. if track.IsPlaying == false then
  2472. if LoopHeadACTIVE then
  2473. track:Play(.5, 1, 1e6)
  2474. end
  2475. end
  2476. end
  2477. else
  2478. track:Stop()
  2479. LoopHead.BackgroundColor3 = col
  2480. end
  2481. end)
  2482.  
  2483. local Anim = Instance.new("Animation")
  2484. Anim.AnimationId = "rbxassetid://184574340"
  2485. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2486. local HeroJumpACTIVE = false
  2487. HeroJump.MouseButton1Click:connect(function()
  2488. HeroJumpACTIVE = not HeroJumpACTIVE
  2489. if HeroJumpACTIVE then
  2490. HeroJump.BackgroundColor3 = loc
  2491. while wait() do
  2492. if track.IsPlaying == false then
  2493. if HeroJumpACTIVE then
  2494. track:Play(.1, 1, 1)
  2495. end
  2496. end
  2497. end
  2498. else
  2499. track:Stop()
  2500. HeroJump.BackgroundColor3 = col
  2501. end
  2502. end)
  2503.  
  2504. local Anim = Instance.new("Animation")
  2505. Anim.AnimationId = "rbxassetid://181526230"
  2506. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2507. local FaintACTIVE = false
  2508. Faint.MouseButton1Click:connect(function()
  2509. FaintACTIVE = not FaintACTIVE
  2510. if FaintACTIVE then
  2511. track:Play(.1, 1, 1)
  2512. Faint.BackgroundColor3 = loc
  2513. else
  2514. track:Stop()
  2515. Faint.BackgroundColor3 = col
  2516. end
  2517. end)
  2518.  
  2519. local Anim = Instance.new("Animation")
  2520. Anim.AnimationId = "rbxassetid://181525546"
  2521. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2522. local FloorFaintACTIVE = false
  2523. FloorFaint.MouseButton1Click:connect(function()
  2524. FloorFaintACTIVE = not FloorFaintACTIVE
  2525. if FloorFaintACTIVE then
  2526. FloorFaint.BackgroundColor3 = loc
  2527. while wait() do
  2528. if track.IsPlaying == false then
  2529. if FloorFaintACTIVE then
  2530. track:Play(.1, 1, 2)
  2531. end
  2532. end
  2533. end
  2534. else
  2535. track:Stop()
  2536. FloorFaint.BackgroundColor3 = col
  2537. end
  2538. end)
  2539.  
  2540. local Anim = Instance.new("Animation")
  2541. Anim.AnimationId = "rbxassetid://181525546"
  2542. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2543. local SuperFaintACTIVE = false
  2544. SuperFaint.MouseButton1Click:connect(function()
  2545. SuperFaintACTIVE = not SuperFaintACTIVE
  2546. if SuperFaintACTIVE then
  2547. SuperFaint.BackgroundColor3 = loc
  2548. while wait() do
  2549. if track.IsPlaying == false then
  2550. if SuperFaintACTIVE then
  2551. track:Play(.1, 0.5, 40)
  2552. end
  2553. end
  2554. end
  2555. else
  2556. track:Stop()
  2557. SuperFaint.BackgroundColor3 = col
  2558. end
  2559. end)
  2560.  
  2561. local Anim = Instance.new("Animation")
  2562. Anim.AnimationId = "rbxassetid://313762630"
  2563. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2564. local LevitateACTIVE = false
  2565. Levitate.MouseButton1Click:connect(function()
  2566. LevitateACTIVE = not LevitateACTIVE
  2567. if LevitateACTIVE then
  2568. track:Play(.1, 1, 1)
  2569. Levitate.BackgroundColor3 = loc
  2570. else
  2571. track:Stop()
  2572. Levitate.BackgroundColor3 = col
  2573. end
  2574. end)
  2575.  
  2576. local Anim = Instance.new("Animation")
  2577. Anim.AnimationId = "rbxassetid://183412246"
  2578. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2579. local DabACTIVE = false
  2580. Dab.MouseButton1Click:connect(function()
  2581. DabACTIVE = not DabACTIVE
  2582. if DabACTIVE then
  2583. Dab.BackgroundColor3 = loc
  2584. while wait() do
  2585. if track.IsPlaying == false then
  2586. if DabACTIVE then
  2587. track:Play(.1, 1, 1)
  2588. end
  2589. end
  2590. end
  2591. else
  2592. track:Stop()
  2593. Dab.BackgroundColor3 = col
  2594. end
  2595. end)
  2596.  
  2597. local Anim = Instance.new("Animation")
  2598. Anim.AnimationId = "rbxassetid://188632011"
  2599. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2600. local SpinACTIVE = false
  2601. Spinner.MouseButton1Click:connect(function()
  2602. SpinACTIVE = not SpinACTIVE
  2603. if SpinACTIVE then
  2604. Spinner.BackgroundColor3 = loc
  2605. while wait() do
  2606. if track.IsPlaying == false then
  2607. if SpinACTIVE then
  2608. track:Play(.1, 1, 2)
  2609. end
  2610. end
  2611. end
  2612. else
  2613. track:Stop()
  2614. Spinner.BackgroundColor3 = col
  2615. end
  2616. end)
  2617.  
  2618. local Anim = Instance.new("Animation")
  2619. Anim.AnimationId = "rbxassetid://179224234"
  2620. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2621. local FloatSitACTIVE = false
  2622. FloatSit.MouseButton1Click:connect(function()
  2623. FloatSitACTIVE = not FloatSitACTIVE
  2624. if FloatSitACTIVE then
  2625. track:Play(.1, 1, 1)
  2626. FloatSit.BackgroundColor3 = loc
  2627. else
  2628. track:Stop()
  2629. FloatSit.BackgroundColor3 = col
  2630. end
  2631. end)
  2632.  
  2633. local Anim = Instance.new("Animation")
  2634. Anim.AnimationId = "rbxassetid://429703734"
  2635. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2636. local MovingDanceACTIVE = false
  2637. MovingDance.MouseButton1Click:connect(function()
  2638. MovingDanceACTIVE = not MovingDanceACTIVE
  2639. if MovingDanceACTIVE then
  2640. MovingDance.BackgroundColor3 = loc
  2641. while wait() do
  2642. if track.IsPlaying == false then
  2643. if MovingDanceACTIVE then
  2644. track:Play(.1, 1, 1)
  2645. end
  2646. end
  2647. end
  2648. else
  2649. track:Stop()
  2650. MovingDance.BackgroundColor3 = col
  2651. end
  2652. end)
  2653.  
  2654. local Anim = Instance.new("Animation")
  2655. Anim.AnimationId = "rbxassetid://215384594"
  2656. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2657. local WeirdMoveACTIVE = false
  2658. WeirdMove.MouseButton1Click:connect(function()
  2659. WeirdMoveACTIVE = not WeirdMoveACTIVE
  2660. if WeirdMoveACTIVE then
  2661. track:Play(.1, 1, 1)
  2662. WeirdMove.BackgroundColor3 = loc
  2663. else
  2664. track:Stop()
  2665. WeirdMove.BackgroundColor3 = col
  2666. end
  2667. end)
  2668.  
  2669. local Anim = Instance.new("Animation")
  2670. Anim.AnimationId = "rbxassetid://215384594"
  2671. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2672. local CloneIllusionACTIVE = false
  2673. CloneIllusion.MouseButton1Click:connect(function()
  2674. CloneIllusionACTIVE = not CloneIllusionACTIVE
  2675. if CloneIllusionACTIVE then
  2676. track:Play(.5, 1, 1e7)
  2677. CloneIllusion.BackgroundColor3 = loc
  2678. else
  2679. track:Stop()
  2680. CloneIllusion.BackgroundColor3 = col
  2681. end
  2682. end)
  2683.  
  2684. local Anim = Instance.new("Animation")
  2685. Anim.AnimationId = "rbxassetid://313762630"
  2686. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2687. local GlitchLevitateACTIVE = false
  2688. GlitchLevitate.MouseButton1Click:connect(function()
  2689. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  2690. if GlitchLevitateACTIVE then
  2691. track:Play(.5, 1, 1e7)
  2692. GlitchLevitate.BackgroundColor3 = loc
  2693. else
  2694. track:Stop()
  2695. GlitchLevitate.BackgroundColor3 = col
  2696. end
  2697. end)
  2698.  
  2699. local Anim = Instance.new("Animation")
  2700. Anim.AnimationId = "rbxassetid://429730430"
  2701. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2702. local SpinDanceACTIVE = false
  2703. SpinDance.MouseButton1Click:connect(function()
  2704. SpinDanceACTIVE = not SpinDanceACTIVE
  2705. if SpinDanceACTIVE then
  2706. SpinDance.BackgroundColor3 = loc
  2707. while wait() do
  2708. if track.IsPlaying == false then
  2709. if SpinDanceACTIVE then
  2710. track:Play(.1, 1, 1)
  2711. end
  2712. end
  2713. end
  2714. else
  2715. track:Stop()
  2716. SpinDance.BackgroundColor3 = col
  2717. end
  2718. end)
  2719.  
  2720. local Anim = Instance.new("Animation")
  2721. Anim.AnimationId = "rbxassetid://45834924"
  2722. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2723. local MoonDanceACTIVE = false
  2724. MoonDance.MouseButton1Click:connect(function()
  2725. MoonDanceACTIVE = not MoonDanceACTIVE
  2726. if MoonDanceACTIVE then
  2727. MoonDance.BackgroundColor3 = loc
  2728. while wait() do
  2729. if track.IsPlaying == false then
  2730. if MoonDanceACTIVE then
  2731. track:Play(.1, 1, 1)
  2732. end
  2733. end
  2734. end
  2735. else
  2736. track:Stop()
  2737. MoonDance.BackgroundColor3 = col
  2738. end
  2739. end)
  2740.  
  2741. local Anim = Instance.new("Animation")
  2742. Anim.AnimationId = "rbxassetid://204062532"
  2743. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2744. local FullPunchACTIVE = false
  2745. FullPunch.MouseButton1Click:connect(function()
  2746. FullPunchACTIVE = not FullPunchACTIVE
  2747. if FullPunchACTIVE then
  2748. FullPunch.BackgroundColor3 = loc
  2749. while wait() do
  2750. if track.IsPlaying == false then
  2751. if FullPunchACTIVE then
  2752. track:Play(.1, 1, 1)
  2753. end
  2754. end
  2755. end
  2756. else
  2757. track:Stop()
  2758. FullPunch.BackgroundColor3 = col
  2759. end
  2760. end)
  2761.  
  2762. local Anim = Instance.new("Animation")
  2763. Anim.AnimationId = "rbxassetid://186934910"
  2764. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2765. local SpinDance2ACTIVE = false
  2766. SpinDance2.MouseButton1Click:connect(function()
  2767. SpinDance2ACTIVE = not SpinDance2ACTIVE
  2768. if SpinDance2ACTIVE then
  2769. SpinDance2.BackgroundColor3 = loc
  2770. while wait() do
  2771. if track.IsPlaying == false then
  2772. if SpinDance2ACTIVE then
  2773. track:Play(.1, 1, 1)
  2774. end
  2775. end
  2776. end
  2777. else
  2778. track:Stop()
  2779. SpinDance2.BackgroundColor3 = col
  2780. end
  2781. end)
  2782.  
  2783. local Anim = Instance.new("Animation")
  2784. Anim.AnimationId = "rbxassetid://204292303"
  2785. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2786. local BowDownACTIVE = false
  2787. BowDown.MouseButton1Click:connect(function()
  2788. BowDownACTIVE = not BowDownACTIVE
  2789. if BowDownACTIVE then
  2790. BowDown.BackgroundColor3 = loc
  2791. while wait() do
  2792. if track.IsPlaying == false then
  2793. if BowDownACTIVE then
  2794. track:Play(.1, 1, 3)
  2795. end
  2796. end
  2797. end
  2798. else
  2799. track:Stop()
  2800. BowDown.BackgroundColor3 = col
  2801. end
  2802. end)
  2803.  
  2804. local Anim = Instance.new("Animation")
  2805. Anim.AnimationId = "rbxassetid://204295235"
  2806. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2807. local SwordSlamACTIVE = false
  2808. SwordSlam.MouseButton1Click:connect(function()
  2809. SwordSlamACTIVE = not SwordSlamACTIVE
  2810. if SwordSlamACTIVE then
  2811. SwordSlam.BackgroundColor3 = loc
  2812. while wait() do
  2813. if track.IsPlaying == false then
  2814. if SwordSlamACTIVE then
  2815. track:Play(.1, 1, 1)
  2816. end
  2817. end
  2818. end
  2819. else
  2820. track:Stop()
  2821. SwordSlam.BackgroundColor3 = col
  2822. end
  2823. end)
  2824.  
  2825. local Anim = Instance.new("Animation")
  2826. Anim.AnimationId = "rbxassetid://204295235"
  2827. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2828. local LoopSlamACTIVE = false
  2829. LoopSlam.MouseButton1Click:connect(function()
  2830. LoopSlamACTIVE = not LoopSlamACTIVE
  2831. if LoopSlamACTIVE then
  2832. LoopSlam.BackgroundColor3 = loc
  2833. while wait() do
  2834. if track.IsPlaying == false then
  2835. if LoopSlamACTIVE then
  2836. track:Play(.1, 1, 1e4)
  2837. end
  2838. end
  2839. end
  2840. else
  2841. track:Stop()
  2842. LoopSlam.BackgroundColor3 = col
  2843. end
  2844. end)
  2845.  
  2846. local Anim = Instance.new("Animation")
  2847. Anim.AnimationId = "rbxassetid://184574340"
  2848. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2849. local MegaInsaneACTIVE = false
  2850. MegaInsane.MouseButton1Click:connect(function()
  2851. MegaInsaneACTIVE = not MegaInsaneACTIVE
  2852. if MegaInsaneACTIVE then
  2853. MegaInsane.BackgroundColor3 = loc
  2854. while wait() do
  2855. if track.IsPlaying == false then
  2856. if MegaInsaneACTIVE then
  2857. track:Play(.1, 0.5, 40)
  2858. end
  2859. end
  2860. end
  2861. else
  2862. track:Stop()
  2863. MegaInsane.BackgroundColor3 = col
  2864. end
  2865. end)
  2866.  
  2867. local Anim = Instance.new("Animation")
  2868. Anim.AnimationId = "rbxassetid://126753849"
  2869. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2870. local SuperPunchACTIVE = false
  2871. SuperPunch.MouseButton1Click:connect(function()
  2872. SuperPunchACTIVE = not SuperPunchACTIVE
  2873. if SuperPunchACTIVE then
  2874. SuperPunch.BackgroundColor3 = loc
  2875. while wait() do
  2876. if track.IsPlaying == false then
  2877. if SuperPunchACTIVE then
  2878. track:Play(.1, 1, 3)
  2879. end
  2880. end
  2881. end
  2882. else
  2883. track:Stop()
  2884. SuperPunch.BackgroundColor3 = col
  2885. end
  2886. end)
  2887.  
  2888. local Anim = Instance.new("Animation")
  2889. Anim.AnimationId = "rbxassetid://218504594"
  2890. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2891. local FullSwingACTIVE = false
  2892. FullSwing.MouseButton1Click:connect(function()
  2893. FullSwingACTIVE = not FullSwingACTIVE
  2894. if FullSwingACTIVE then
  2895. FullSwing.BackgroundColor3 = loc
  2896. while wait() do
  2897. if track.IsPlaying == false then
  2898. if FullSwingACTIVE then
  2899. track:Play(.1, 1, 1)
  2900. end
  2901. end
  2902. end
  2903. else
  2904. track:Stop()
  2905. FullSwing.BackgroundColor3 = col
  2906. end
  2907. end)
  2908.  
  2909. local Anim = Instance.new("Animation")
  2910. Anim.AnimationId = "rbxassetid://259438880"
  2911. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2912. local ArmTurbineACTIVE = false
  2913. ArmTurbine.MouseButton1Click:connect(function()
  2914. ArmTurbineACTIVE = not ArmTurbineACTIVE
  2915. if ArmTurbineACTIVE then
  2916. track:Play(.1, 1, 1e3)
  2917. ArmTurbine.BackgroundColor3 = loc
  2918. else
  2919. track:Stop()
  2920. ArmTurbine.BackgroundColor3 = col
  2921. end
  2922. end)
  2923.  
  2924. local Anim = Instance.new("Animation")
  2925. Anim.AnimationId = "rbxassetid://136801964"
  2926. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2927. local BarrelRollACTIVE = false
  2928. BarrelRoll.MouseButton1Click:connect(function()
  2929. BarrelRollACTIVE = not BarrelRollACTIVE
  2930. if BarrelRollACTIVE then
  2931. BarrelRoll.BackgroundColor3 = loc
  2932. while wait() do
  2933. if track.IsPlaying == false then
  2934. if BarrelRollACTIVE then
  2935. track:Play(.1, 1, 1)
  2936. end
  2937. end
  2938. end
  2939. else
  2940. track:Stop()
  2941. BarrelRoll.BackgroundColor3 = col
  2942. end
  2943. end)
  2944.  
  2945. local Anim = Instance.new("Animation")
  2946. Anim.AnimationId = "rbxassetid://180612465"
  2947. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2948. local ScaredACTIVE = false
  2949. Scared.MouseButton1Click:connect(function()
  2950. ScaredACTIVE = not ScaredACTIVE
  2951. if ScaredACTIVE then
  2952. Scared.BackgroundColor3 = loc
  2953. while wait() do
  2954. if track.IsPlaying == false then
  2955. if ScaredACTIVE then
  2956. track:Play(.1, 1, 1)
  2957. end
  2958. end
  2959. end
  2960. else
  2961. track:Stop()
  2962. Scared.BackgroundColor3 = col
  2963. end
  2964. end)
  2965.  
  2966. local Anim = Instance.new("Animation")
  2967. Anim.AnimationId = "rbxassetid://33796059"
  2968. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2969. local InsaneACTIVE = false
  2970. Insane.MouseButton1Click:connect(function()
  2971. InsaneACTIVE = not InsaneACTIVE
  2972. if InsaneACTIVE then
  2973. track:Play(.1, 1, 1e8)
  2974. Insane.BackgroundColor3 = loc
  2975. else
  2976. track:Stop()
  2977. Insane.BackgroundColor3 = col
  2978. end
  2979. end)
  2980.  
  2981. local Anim = Instance.new("Animation")
  2982. Anim.AnimationId = "rbxassetid://33169583"
  2983. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2984. local ArmDetachACTIVE = false
  2985. ArmDetach.MouseButton1Click:connect(function()
  2986. ArmDetachACTIVE = not ArmDetachACTIVE
  2987. if ArmDetachACTIVE then
  2988. ArmDetach.BackgroundColor3 = loc
  2989. while wait() do
  2990. if track.IsPlaying == false then
  2991. if ArmDetachACTIVE then
  2992. track:Play(.1, 1, 1e6)
  2993. end
  2994. end
  2995. end
  2996. else
  2997. track:Stop()
  2998. ArmDetach.BackgroundColor3 = col
  2999. end
  3000. end)
  3001.  
  3002. local Anim = Instance.new("Animation")
  3003. Anim.AnimationId = "rbxassetid://35978879"
  3004. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3005. local SwordSliceACTIVE = false
  3006. SwordSlice.MouseButton1Click:connect(function()
  3007. SwordSliceACTIVE = not SwordSliceACTIVE
  3008. if SwordSliceACTIVE then
  3009. track:Play(.1, 1, 1)
  3010. SwordSlice.BackgroundColor3 = loc
  3011. else
  3012. track:Stop()
  3013. SwordSlice.BackgroundColor3 = col
  3014. end
  3015. end)
  3016.  
  3017. local Anim = Instance.new("Animation")
  3018. Anim.AnimationId = "rbxassetid://27432691"
  3019. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3020. local InsaneArmsACTIVE = false
  3021. InsaneArms.MouseButton1Click:connect(function()
  3022. InsaneArmsACTIVE = not InsaneArmsACTIVE
  3023. if InsaneArmsACTIVE then
  3024. InsaneArms.BackgroundColor3 = loc
  3025. while wait() do
  3026. if track.IsPlaying == false then
  3027. if InsaneArmsACTIVE then
  3028. track:Play(.1, 1, 1e4)
  3029. end
  3030. end
  3031. end
  3032. else
  3033. track:Stop()
  3034. InsaneArms.BackgroundColor3 = col
  3035. end
  3036. end)
  3037. -- R15
  3038. local Anim = Instance.new("Animation")
  3039. Anim.AnimationId = "rbxassetid://674871189"
  3040. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3041. local CrazySlashACTIVE = false
  3042. CrazySlash.MouseButton1Click:connect(function()
  3043. CrazySlashACTIVE = not CrazySlashACTIVE
  3044. if CrazySlashACTIVE then
  3045. CrazySlash.BackgroundColor3 = rloc
  3046. while wait() do
  3047. if track.IsPlaying == false then
  3048. if CrazySlashACTIVE then
  3049. track:Play(.1, 1, 1)
  3050. end
  3051. end
  3052. end
  3053. else
  3054. track:Stop()
  3055. CrazySlash.BackgroundColor3 = rcol
  3056. end
  3057. end)
  3058.  
  3059. local Anim = Instance.new("Animation")
  3060. Anim.AnimationId = "rbxassetid://582855105"
  3061. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3062. local OpenACTIVE = false
  3063. Open.MouseButton1Click:connect(function()
  3064. OpenACTIVE = not OpenACTIVE
  3065. if OpenACTIVE then
  3066. Open.BackgroundColor3 = rloc
  3067. while wait() do
  3068. if track.IsPlaying == false then
  3069. if OpenACTIVE then
  3070. track:Play(.1, 1, 1)
  3071. end
  3072. end
  3073. end
  3074. else
  3075. track:Stop()
  3076. Open.BackgroundColor3 = rcol
  3077. end
  3078. end)
  3079.  
  3080. local Anim = Instance.new("Animation")
  3081. Anim.AnimationId = "rbxassetid://754658275"
  3082. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3083. local R15SpinnerACTIVE = false
  3084. R15Spinner.MouseButton1Click:connect(function()
  3085. R15SpinnerACTIVE = not R15SpinnerACTIVE
  3086. if R15SpinnerACTIVE then
  3087. R15Spinner.BackgroundColor3 = rloc
  3088. while wait() do
  3089. if track.IsPlaying == false then
  3090. if R15SpinnerACTIVE then
  3091. track:Play(.1, 1, 1)
  3092. end
  3093. end
  3094. end
  3095. else
  3096. track:Stop()
  3097. R15Spinner.BackgroundColor3 = rcol
  3098. end
  3099. end)
  3100.  
  3101. local Anim = Instance.new("Animation")
  3102. Anim.AnimationId = "rbxassetid://582384156"
  3103. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3104. local ArmsOutACTIVE = false
  3105. ArmsOut.MouseButton1Click:connect(function()
  3106. ArmsOutACTIVE = not ArmsOutACTIVE
  3107. if ArmsOutACTIVE then
  3108. ArmsOut.BackgroundColor3 = rloc
  3109. while wait() do
  3110. if track.IsPlaying == false then
  3111. if ArmsOutACTIVE then
  3112. track:Play(.1, 1, 1)
  3113. end
  3114. end
  3115. end
  3116. else
  3117. track:Stop()
  3118. ArmsOut.BackgroundColor3 = rcol
  3119. end
  3120. end)
  3121.  
  3122. local Anim = Instance.new("Animation")
  3123. Anim.AnimationId = "rbxassetid://717879555"
  3124. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3125. local FloatSlashACTIVE = false
  3126. FloatSlash.MouseButton1Click:connect(function()
  3127. FloatSlashACTIVE = not FloatSlashACTIVE
  3128. if FloatSlashACTIVE then
  3129. FloatSlash.BackgroundColor3 = rloc
  3130. while wait() do
  3131. if track.IsPlaying == false then
  3132. if FloatSlashACTIVE then
  3133. track:Play(.1, 1, 1)
  3134. end
  3135. end
  3136. end
  3137. else
  3138. track:Stop()
  3139. FloatSlash.BackgroundColor3 = rcol
  3140. end
  3141. end)
  3142.  
  3143. local Anim = Instance.new("Animation")
  3144. Anim.AnimationId = "rbxassetid://708553116"
  3145. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3146. WeirdZombieACTIVE = false
  3147. WeirdZombie.MouseButton1Click:connect(function()
  3148. WeirdZombieACTIVE = not WeirdZombieACTIVE
  3149. if WeirdZombieACTIVE then
  3150. WeirdZombie.BackgroundColor3 = rloc
  3151. while wait() do
  3152. if track.IsPlaying == false then
  3153. if WeirdZombieACTIVE then
  3154. track:Play(.1, 1, 1)
  3155. end
  3156. end
  3157. end
  3158. else
  3159. track:Stop()
  3160. WeirdZombie.BackgroundColor3 = rcol
  3161. end
  3162. end)
  3163.  
  3164. local Anim = Instance.new("Animation")
  3165. Anim.AnimationId = "rbxassetid://746398327"
  3166. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3167. DownSlashACTIVE = false
  3168. DownSlash.MouseButton1Click:connect(function()
  3169. DownSlashACTIVE = not DownSlashACTIVE
  3170. if DownSlashACTIVE then
  3171. DownSlash.BackgroundColor3 = rloc
  3172. while wait() do
  3173. if track.IsPlaying == false then
  3174. if DownSlashACTIVE then
  3175. track:Play(.1, 1, 1)
  3176. end
  3177. end
  3178. end
  3179. else
  3180. track:Stop()
  3181. DownSlash.BackgroundColor3 = rcol
  3182. end
  3183. end)
  3184.  
  3185. local Anim = Instance.new("Animation")
  3186. Anim.AnimationId = "rbxassetid://675025795"
  3187. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3188. PullACTIVE = false
  3189. Pull.MouseButton1Click:connect(function()
  3190. PullACTIVE = not PullACTIVE
  3191. if PullACTIVE then
  3192. Pull.BackgroundColor3 = rloc
  3193. while wait() do
  3194. if track.IsPlaying == false then
  3195. if PullACTIVE then
  3196. track:Play(.1, 1, 1)
  3197. end
  3198. end
  3199. end
  3200. else
  3201. track:Stop()
  3202. Pull.BackgroundColor3 = rcol
  3203. end
  3204. end)
  3205.  
  3206. local Anim = Instance.new("Animation")
  3207. Anim.AnimationId = "rbxassetid://698251653"
  3208. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3209. CircleArmACTIVE = false
  3210. CircleArm.MouseButton1Click:connect(function()
  3211. CircleArmACTIVE = not CircleArmACTIVE
  3212. if CircleArmACTIVE then
  3213. CircleArm.BackgroundColor3 = rloc
  3214. while wait() do
  3215. if track.IsPlaying == false then
  3216. if CircleArmACTIVE then
  3217. track:Play(.1, 1, 1)
  3218. end
  3219. end
  3220. end
  3221. else
  3222. track:Stop()
  3223. CircleArm.BackgroundColor3 = rcol
  3224. end
  3225. end)
  3226.  
  3227. local Anim = Instance.new("Animation")
  3228. Anim.AnimationId = "rbxassetid://696096087"
  3229. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3230. BendACTIVE = false
  3231. Bend.MouseButton1Click:connect(function()
  3232. BendACTIVE = not BendACTIVE
  3233. if BendACTIVE then
  3234. Bend.BackgroundColor3 = rloc
  3235. while wait() do
  3236. if track.IsPlaying == false then
  3237. if BendACTIVE then
  3238. track:Play(.1, 1, 1)
  3239. end
  3240. end
  3241. end
  3242. else
  3243. track:Stop()
  3244. Bend.BackgroundColor3 = rcol
  3245. end
  3246. end)
  3247.  
  3248. local Anim = Instance.new("Animation")
  3249. Anim.AnimationId = "rbxassetid://675025570"
  3250. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3251. RotateSlashACTIVE = false
  3252. RotateSlash.MouseButton1Click:connect(function()
  3253. RotateSlashACTIVE = not RotateSlashACTIVE
  3254. if RotateSlashACTIVE then
  3255. RotateSlash.BackgroundColor3 = rloc
  3256. while wait() do
  3257. if track.IsPlaying == false then
  3258. if RotateSlashACTIVE then
  3259. track:Play(.1, 1, 1)
  3260. end
  3261. end
  3262. end
  3263. else
  3264. track:Stop()
  3265. RotateSlash.BackgroundColor3 = rcol
  3266. end
  3267. end)
  3268.  
  3269. local Anim = Instance.new("Animation")
  3270. Anim.AnimationId = "rbxassetid://754656200"
  3271. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3272. FlingArmsACTIVE = false
  3273. FlingArms.MouseButton1Click:connect(function()
  3274. FlingArmsACTIVE = not FlingArmsACTIVE
  3275. if FlingArmsACTIVE then
  3276. FlingArms.BackgroundColor3 = rloc
  3277. while wait() do
  3278. if track.IsPlaying == false then
  3279. if FlingArmsACTIVE then
  3280. track:Play(.1, 1, 10)
  3281. end
  3282. end
  3283. end
  3284. else
  3285. track:Stop()
  3286. FlingArms.BackgroundColor3 = rcol
  3287. end
  3288. end)
  3289.  
  3290. -- Finished update!
  3291. end)
  3292.  
  3293. pms.MouseButton1Down:connect(function()
  3294. local msg = "HiltonMeme is so cool!"
  3295. while wait() do
  3296. wait(0.5)
  3297. for i,v in pairs(GetPlayer(user.Text)) do
  3298. if v.Name ~= game.Players.LocalPlayer.Name then
  3299. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." "..msg, "All")
  3300. end
  3301. end
  3302. end
  3303. end)
  3304.  
  3305. removedoorsinvisiblewalls.MouseButton1Down:connect(function()
  3306. for i,v in pairs(game.Workspace:GetChildren()) do
  3307. if v.Name == "SuiteRoom" then
  3308. for a,b in pairs(v:GetChildren()) do
  3309. if b.Name == "RoomDoor" then
  3310. b:Destroy()
  3311. end
  3312. end
  3313. end
  3314. end
  3315. wait( )
  3316. for i,v in pairs(game.Workspace:GetChildren()) do
  3317. if v.Name == "GroupDoorArea" then
  3318. v:Destroy()
  3319. end
  3320. end
  3321. wait( )
  3322. while true do
  3323. wait()
  3324. game.Workspace.GamepassDoorArea:Destroy()
  3325. end
  3326. wait( )
  3327. for i,v in pairs(game.Workspace:GetChildren()) do
  3328. if v.Name == "Room" then
  3329. for a,b in pairs(v:GetChildren()) do
  3330. if b.Name == "RoomDoor" then
  3331. b:Destroy()
  3332. end
  3333. end
  3334. end
  3335. end
  3336. wait( )
  3337.  
  3338. end)
  3339.  
  3340. -- GUIs
  3341.  
  3342. kyshilton.MouseButton1Down:connect(function()
  3343. iPlayer = game.Players.LocalPlayer.Name
  3344. local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
  3345. Gui.Name = 'KYS HILTON Gui'
  3346. local Grab_f = Instance.new('Frame', Gui)
  3347. Grab_f.Name = 'Grab'
  3348. Grab_f.Active = true
  3349. Grab_f.BackgroundColor3 = Color3.new(0,0,0)
  3350. Grab_f.BackgroundTransparency = 0.5
  3351. Grab_f.BorderSizePixel = 0
  3352. Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
  3353. Grab_f.Size = UDim2.new(0,300,0,24)
  3354. Grab_f.Draggable = true
  3355.  
  3356. --
  3357.  
  3358. local Close = Instance.new('TextButton', Grab_f)
  3359. Close.Name = 'Close'
  3360. Close.BackgroundTransparency = 1
  3361. Close.Position = UDim2.new(1,-23,0,1)
  3362. Close.Size = UDim2.new(0,22,0,22)
  3363. Close.Font = 'SourceSans'
  3364. Close.FontSize = 'Size18'
  3365. Close.TextColor3 = Color3.new(255,255,255)
  3366. Close.Text = 'X'
  3367.  
  3368. --
  3369.  
  3370. local Body_f = Instance.new('Frame', Grab_f)
  3371. Body_f.Name = 'Body'
  3372. Body_f.BackgroundColor3 = Color3.new(255,255,255)
  3373. Body_f.BackgroundTransparency = 0.5
  3374. Body_f.BorderSizePixel = 0
  3375. Body_f.Position = UDim2.new(0,0,0,25)
  3376. Body_f.Size = UDim2.new(0,300,0,170)
  3377.  
  3378. Close.TextStrokeTransparency = 0.8
  3379.  
  3380. --
  3381.  
  3382. local Title = Instance.new('TextLabel', Grab_f)
  3383. Title.Name = 'Title'
  3384. Title.BackgroundTransparency = 1
  3385. Title.Position = UDim2.new(0,5,0,0)
  3386. Title.Size = UDim2.new(0,200,1,0)
  3387. Title.Font = 'SourceSansLight'
  3388. Title.FontSize = 'Size18'
  3389. Title.Text = "KYS HILTON [vermill122]"
  3390. Title.TextColor3 = Color3.new(255,255,255)
  3391. Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
  3392. Title.TextStrokeTransparency = 0.6
  3393.  
  3394. --
  3395.  
  3396. local PlayerName = Instance.new('TextBox', Body_f)
  3397. PlayerName.Name = 'AudioVal'
  3398. PlayerName.BorderSizePixel = 0
  3399. PlayerName.Position = UDim2.new(0,10,0,10)
  3400. PlayerName.Size = UDim2.new(0,280,0,30)
  3401. PlayerName.Font = 'SourceSans'
  3402. PlayerName.FontSize = 'Size18'
  3403. PlayerName.Text = 'Song ID'
  3404. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  3405. PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
  3406. PlayerName.TextWrapped = true
  3407.  
  3408. --
  3409.  
  3410. local Credits = Instance.new('TextLabel', Body_f)
  3411. Credits.BackgroundTransparency = 1
  3412. Credits.Text = 'Credits to GJWI, Phemzy and Rasp.Pi'
  3413. Credits.Position = UDim2.new(0,0,1,0)
  3414. Credits.Size = UDim2.new(1,0,0,20)
  3415.  
  3416. --
  3417.  
  3418. local Command_God = Instance.new('TextButton', Body_f)
  3419. Command_God.Name = 'Audio'
  3420. Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
  3421. Command_God.BackgroundTransparency = 0.1
  3422. Command_God.BorderSizePixel = 0
  3423. Command_God.Position = UDim2.new(0,10,0,50)
  3424. Command_God.Size = UDim2.new(0,135,0,30)
  3425. Command_God.Font = 'SourceSansItalic'
  3426. Command_God.FontSize = 'Size18'
  3427. Command_God.Text = 'Play song'
  3428. Command_God.TextColor3 = Color3.new(0,80,0)
  3429. Command_God.TextWrapped = true
  3430.  
  3431. --
  3432.  
  3433. local Command_KillAll = Command_God:Clone()
  3434. Command_KillAll.Name = 'CuffBypass'
  3435. Command_KillAll.Parent = Body_f
  3436. Command_KillAll.Position = UDim2.new(0,155,0,50)
  3437. Command_KillAll.Text = 'Bypass Handcuffs'
  3438.  
  3439. --
  3440.  
  3441. local Command_KillPlr = Command_God:Clone()
  3442. Command_KillPlr.Name = 'Spam'
  3443. Command_KillPlr.Parent = Body_f
  3444. Command_KillPlr.Position = UDim2.new(0,10,0,130)
  3445. Command_KillPlr.Text = 'SPAM'
  3446.  
  3447. --
  3448.  
  3449. local Command_TpMe = Instance.new('TextBox', Body_f)
  3450. Command_TpMe.Name = 'SpamVal'
  3451. Command_TpMe.Parent = Body_f
  3452. Command_TpMe.BackgroundColor3 = Color3.new(255,170/255,255)
  3453. Command_TpMe.BackgroundTransparency = 0.1
  3454. Command_TpMe.BorderSizePixel = 0
  3455. Command_TpMe.Position = UDim2.new(0,10,0,90)
  3456. Command_TpMe.Text = 'Text To Spam'
  3457. Command_TpMe.Size = UDim2.new(0,280,0,30)
  3458. Command_TpMe.Font = 'SourceSans'
  3459. Command_TpMe.FontSize = 'Size18'
  3460. Command_TpMe.Text = 'Text to spam'
  3461. Command_TpMe.BackgroundColor3 = Color3.new(255,255,255)
  3462. Command_TpMe.TextColor3 = Color3.new(60/255,60/255,60/255)
  3463. Command_TpMe.TextWrapped = true
  3464.  
  3465. local Command_TpTo = Command_God:Clone()
  3466. Command_TpTo.Name = 'Fly'
  3467. Command_TpTo.Parent = Body_f
  3468. Command_TpTo.Position = UDim2.new(0,155,0,130)
  3469. Command_TpTo.Text = 'Fly [e to toggle]'
  3470.  
  3471. --[[
  3472.  
  3473.  
  3474. break --------------------------------------------------------------------------------------------------
  3475.  
  3476.  
  3477. ]]
  3478.  
  3479. Command_God.MouseButton1Down:connect(function()
  3480. game.ReplicatedStorage.musicEvents.addSong:FireServer(PlayerName.Text)
  3481. end)
  3482.  
  3483. --
  3484.  
  3485. Command_KillAll.MouseButton1Down:connect(function()
  3486. local Playr = "LocalPlayer"
  3487. local Anchored = false
  3488.  
  3489. if Anchored == true then
  3490. local Anchored2 = false
  3491. else
  3492. local Anchored2 = true
  3493. end
  3494.  
  3495. game.Players[Playr].Character["Head"].Anchored = Anchored
  3496. game.Players[Playr].Character["Torso"].Anchored = Anchored
  3497. game.Players[Playr].Character["Right Arm"].Anchored = Anchored
  3498. game.Players[Playr].Character["Left Arm"].Anchored = Anchored
  3499. game.Players[Playr].Character["Right Leg"].Anchored = Anchored
  3500. game.Players[Playr].Character["Left Leg"].Anchored = Anchored
  3501. wait(2)
  3502. game.Players[Playr].Character["Head"].Anchored = Anchored2
  3503. game.Players[Playr].Character["Torso"].Anchored = Anchored2
  3504. game.Players[Playr].Character["Right Arm"].Anchored = Anchored2
  3505. game.Players[Playr].Character["Left Arm"].Anchored = Anchored2
  3506. game.Players[Playr].Character["Right Leg"].Anchored = Anchored2
  3507. game.Players[Playr].Character["Left Leg"].Anchored = Anchored2
  3508. end)
  3509.  
  3510. --
  3511.  
  3512. Command_KillPlr.MouseButton1Down:connect(function()
  3513. while wait() do
  3514. wait(0.5)
  3515. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Command_TpMe.Text, "All")
  3516. end
  3517. end)
  3518.  
  3519. --
  3520.  
  3521. Close.MouseButton1Down:connect(function()
  3522. if Body_f.Visible == true then
  3523. Body_f.Visible = false
  3524. Close.Text = '+'
  3525. elseif Body_f.Visible == false then
  3526. Body_f.Visible = true
  3527. Close.Text = 'X'
  3528. end
  3529. end)
  3530.  
  3531. --
  3532.  
  3533. Command_TpTo.MouseButton1Down:connect(function()
  3534. repeat wait()
  3535. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3536. local mouse = game.Players.LocalPlayer:GetMouse()
  3537. repeat wait() until mouse
  3538. local plr = game.Players.LocalPlayer
  3539. local torso = plr.Character.Torso
  3540. local flying = true
  3541. local deb = true
  3542. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3543. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3544. local maxspeed = 50
  3545. local speed = 0
  3546.  
  3547. function Fly()
  3548. local bg = Instance.new("BodyGyro", torso)
  3549. bg.P = 9e4
  3550. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3551. bg.cframe = torso.CFrame
  3552. local bv = Instance.new("BodyVelocity", torso)
  3553. bv.velocity = Vector3.new(0,0.1,0)
  3554. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3555. repeat wait()
  3556. plr.Character.Humanoid.PlatformStand = true
  3557. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3558. speed = speed+.5+(speed/maxspeed)
  3559. if speed > maxspeed then
  3560. speed = maxspeed
  3561. end
  3562. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3563. speed = speed-1
  3564. if speed < 0 then
  3565. speed = 0
  3566. end
  3567. end
  3568. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3569. 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
  3570. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3571. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3572. 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
  3573. else
  3574. bv.velocity = Vector3.new(0,0.1,0)
  3575. end
  3576. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3577. until not flying
  3578. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3579. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3580. speed = 0
  3581. bg:Destroy()
  3582. bv:Destroy()
  3583. plr.Character.Humanoid.PlatformStand = false
  3584. end
  3585. mouse.KeyDown:connect(function(key)
  3586. if key:lower() == "e" then
  3587. if flying then flying = false
  3588. else
  3589. flying = true
  3590. Fly()
  3591. end
  3592. elseif key:lower() == "w" then
  3593. ctrl.f = 1
  3594. elseif key:lower() == "s" then
  3595. ctrl.b = -1
  3596. elseif key:lower() == "a" then
  3597. ctrl.l = -1
  3598. elseif key:lower() == "d" then
  3599. ctrl.r = 1
  3600. end
  3601. end)
  3602. mouse.KeyUp:connect(function(key)
  3603. if key:lower() == "w" then
  3604. ctrl.f = 0
  3605. elseif key:lower() == "s" then
  3606. ctrl.b = 0
  3607. elseif key:lower() == "a" then
  3608. ctrl.l = 0
  3609. elseif key:lower() == "d" then
  3610. ctrl.r = 0
  3611. end
  3612. end)
  3613. Fly()
  3614. end)
  3615.  
  3616. --
  3617.  
  3618. while wait() do
  3619. Credits.TextColor3 = Color3.new(1,0,0)
  3620. for i=1,15 do
  3621. game:GetService("RunService").RenderStepped:wait()
  3622. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
  3623. end
  3624. for i=1,15 do
  3625. game:GetService("RunService").RenderStepped:wait()
  3626. Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  3627. end
  3628. for i=1,15 do
  3629. game:GetService("RunService").RenderStepped:wait()
  3630. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
  3631. end
  3632. for i=1,15 do
  3633. game:GetService("RunService").RenderStepped:wait()
  3634. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
  3635. end
  3636. for i=1,15 do
  3637. game:GetService("RunService").RenderStepped:wait()
  3638. Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  3639. end
  3640. for i=1,15 do
  3641. game:GetService("RunService").RenderStepped:wait()
  3642. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
  3643. end
  3644. end
  3645. end)
  3646.  
  3647. hiltoN.MouseButton1Down:connect(function()
  3648. loadstring(game:GetObjects("rbxassetid://995455735")[1].Source)()
  3649. end)
  3650.  
  3651. hhv3.MouseButton1Down:connect(function()
  3652. loadstring(game:GetObjects("rbxassetid://1383446739")[1].Source)()
  3653. end)
  3654.  
  3655. hiltonhaxx.MouseButton1Down:connect(function()
  3656. --[[
  3657. hiltonhaxx by 3dsboy08
  3658. ]]
  3659.  
  3660. if game.PlaceId ~= 414300524 then return end
  3661.  
  3662. Synapse:SecureFunction("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08/NAANGtXpMldTigAh01nwESAd472/n5WiTiPxgYruqEmG3OFNjqvWQU84SP67rPa6SfWzfv2JKav55dx6SdzodDHtT03dQMITK8/VxJUKsspg8VK/95R8Q2Be/a7EL+7uX0BdWzxHw34R8z7WZhyxE74x4QtlKttb/GcXg2BJw5+1N/xuna/EdPe0WaB/gvtP6PYpiK3F1CNJxyvTP5I+MtL4x9guCIGJZrRydLLLCSzs9v9paVX9vAxpDRQxE9eY6P+zHWE0wZKsCGKPG5LveGRSRhl4srHhMR4/p1LZMJIvem34/lYKV8q005JENP4FwdtBMfPazAqps2palGhW8cSFHlaTmGfB06w8I7P1DMXCkinblsCme/mKnoxcYDJYH25cQyRjTddKppU2rpcrDWglGSXuRnEpiqHadnc8rdUmWFWbTq/275oFjbvP/f6Kyf4ywWvwM81aUuVTYe/oLreOlyE7z98stcPPj2vc2NiXAsht6GJdO98IFYNK19wNbFjZQy39WhLNisYaxFYADQfusZdOgKswBZEWTiwX1ozITTYSk6jobGys4UOVda7ewJB8Dp5yAd1+XLP/jDnrAPUcmAEIPvcRuH6vzSflPT+xmFt+VW6uVNV54w+H7XKPZD7IbekTafozWdeEvEUC769aNzk0ImGpIbLGPpW63C5CDaMa6t3hmq4U4S77J3/k885UMH/Y=")
  3663. end)
  3664.  
  3665. FuckHH.MouseButton1Down:connect(function()
  3666. -- Objects
  3667.  
  3668. local FHH = Instance.new("ScreenGui")
  3669. local main = Instance.new("Frame")
  3670. local title = Instance.new("TextLabel")
  3671. local main2 = Instance.new("Frame")
  3672. local handcuff = Instance.new("TextButton")
  3673. local gamepass = Instance.new("TextButton")
  3674. local inviswalls = Instance.new("TextButton")
  3675. local roomdoors = Instance.new("TextButton")
  3676. local fly = Instance.new("TextButton")
  3677. local TextLabel = Instance.new("TextLabel")
  3678. local noclip = Instance.new("TextButton")
  3679.  
  3680. -- Properties
  3681.  
  3682. FHH.Name = "FHH"
  3683. FHH.Parent = game.CoreGui
  3684.  
  3685. main.Name = "main"
  3686. main.Parent = FHH
  3687. main.Active = true
  3688. main.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  3689. main.BackgroundTransparency = 0.5
  3690. main.Draggable = true
  3691. main.Position = UDim2.new(0.0468846373, 0, 0.183374077, 0)
  3692. main.Size = UDim2.new(0, 297, 0, 384)
  3693.  
  3694. title.Name = "title"
  3695. title.Parent = main
  3696. title.BackgroundColor3 = Color3.new(1, 0, 0)
  3697. title.BackgroundTransparency = 1
  3698. title.BorderSizePixel = 0
  3699. title.Size = UDim2.new(0, 297, 0, 50)
  3700. title.Font = Enum.Font.SourceSansLight
  3701. title.FontSize = Enum.FontSize.Size14
  3702. title.Text = "Fuck Hilton Hotel"
  3703. title.TextColor3 = Color3.new(1, 1, 1)
  3704. title.TextScaled = true
  3705. title.TextSize = 14
  3706. title.TextWrapped = true
  3707.  
  3708. main2.Name = "main2"
  3709. main2.Parent = main
  3710. main2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  3711. main2.BackgroundTransparency = 0.69999998807907
  3712. main2.Position = UDim2.new(0, 0, 0.130208328, 0)
  3713. main2.Size = UDim2.new(0, 297, 0, 334)
  3714.  
  3715. handcuff.Name = "handcuff"
  3716. handcuff.Parent = main2
  3717. handcuff.BackgroundColor3 = Color3.new(1, 1, 1)
  3718. handcuff.BackgroundTransparency = 0.5
  3719. handcuff.Size = UDim2.new(0, 297, 0, 50)
  3720. handcuff.Font = Enum.Font.SourceSansLight
  3721. handcuff.FontSize = Enum.FontSize.Size14
  3722. handcuff.Text = "Handcuff Bypass"
  3723. handcuff.TextScaled = true
  3724. handcuff.TextSize = 14
  3725. handcuff.TextWrapped = true
  3726.  
  3727. gamepass.Name = "gamepass"
  3728. gamepass.Parent = main2
  3729. gamepass.BackgroundColor3 = Color3.new(1, 1, 1)
  3730. gamepass.BackgroundTransparency = 0.5
  3731. gamepass.Position = UDim2.new(0, 0, 0.149700597, 0)
  3732. gamepass.Size = UDim2.new(0, 297, 0, 50)
  3733. gamepass.Font = Enum.Font.SourceSansLight
  3734. gamepass.FontSize = Enum.FontSize.Size14
  3735. gamepass.Text = "Remove Gamepass Doors"
  3736. gamepass.TextScaled = true
  3737. gamepass.TextSize = 14
  3738. gamepass.TextWrapped = true
  3739.  
  3740. inviswalls.Name = "inviswalls"
  3741. inviswalls.Parent = main2
  3742. inviswalls.BackgroundColor3 = Color3.new(1, 1, 1)
  3743. inviswalls.BackgroundTransparency = 0.5
  3744. inviswalls.Position = UDim2.new(0, 0, 0.299401194, 0)
  3745. inviswalls.Size = UDim2.new(0, 297, 0, 50)
  3746. inviswalls.Font = Enum.Font.SourceSansLight
  3747. inviswalls.FontSize = Enum.FontSize.Size14
  3748. inviswalls.Text = "Remove Invisible Walls"
  3749. inviswalls.TextScaled = true
  3750. inviswalls.TextSize = 14
  3751. inviswalls.TextWrapped = true
  3752.  
  3753. roomdoors.Name = "roomdoors"
  3754. roomdoors.Parent = main2
  3755. roomdoors.BackgroundColor3 = Color3.new(1, 1, 1)
  3756. roomdoors.BackgroundTransparency = 0.5
  3757. roomdoors.Position = UDim2.new(0, 0, 0.449101806, 0)
  3758. roomdoors.Size = UDim2.new(0, 297, 0, 50)
  3759. roomdoors.Font = Enum.Font.SourceSansLight
  3760. roomdoors.FontSize = Enum.FontSize.Size14
  3761. roomdoors.Text = "Remove all room doors."
  3762. roomdoors.TextScaled = true
  3763. roomdoors.TextSize = 14
  3764. roomdoors.TextWrapped = true
  3765.  
  3766. fly.Name = "fly"
  3767. fly.Parent = main2
  3768. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  3769. fly.BackgroundTransparency = 0.5
  3770. fly.Position = UDim2.new(0, 0, 0.598802388, 0)
  3771. fly.Size = UDim2.new(0, 297, 0, 50)
  3772. fly.Font = Enum.Font.SourceSansLight
  3773. fly.FontSize = Enum.FontSize.Size14
  3774. fly.Text = "Fly (Toggle: E)"
  3775. fly.TextScaled = true
  3776. fly.TextSize = 14
  3777. fly.TextWrapped = true
  3778.  
  3779. TextLabel.Parent = main2
  3780. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3781. TextLabel.BackgroundTransparency = 1
  3782. TextLabel.Position = UDim2.new(0, 0, 0.901197612, 0)
  3783. TextLabel.Size = UDim2.new(0, 297, 0, 33)
  3784. TextLabel.Font = Enum.Font.SourceSansLight
  3785. TextLabel.FontSize = Enum.FontSize.Size14
  3786. TextLabel.Text = "Created by GtaMasterYT"
  3787. TextLabel.TextScaled = true
  3788. TextLabel.TextSize = 14
  3789. TextLabel.TextWrapped = true
  3790. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  3791.  
  3792. noclip.Name = "noclip"
  3793. noclip.Parent = main2
  3794. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  3795. noclip.BackgroundTransparency = 0.5
  3796. noclip.Position = UDim2.new(0, 0, 0.74850297, 0)
  3797. noclip.Size = UDim2.new(0, 297, 0, 50)
  3798. noclip.Font = Enum.Font.SourceSansLight
  3799. noclip.FontSize = Enum.FontSize.Size14
  3800. noclip.Text = "NoClip (Toggle: F)"
  3801. noclip.TextScaled = true
  3802. noclip.TextSize = 14
  3803. noclip.TextWrapped = true
  3804.  
  3805. handcuff.MouseButton1Down:connect(function()
  3806. local Playr = "LocalPlayer"
  3807. local Anchored = false
  3808.  
  3809. if Anchored == true then
  3810. local Anchored2 = false
  3811. else
  3812. local Anchored2 = true
  3813. end
  3814.  
  3815. game.Players[Playr].Character["Head"].Anchored = Anchored
  3816. game.Players[Playr].Character["Torso"].Anchored = Anchored
  3817. game.Players[Playr].Character["Right Arm"].Anchored = Anchored
  3818. game.Players[Playr].Character["Left Arm"].Anchored = Anchored
  3819. game.Players[Playr].Character["Right Leg"].Anchored = Anchored
  3820. game.Players[Playr].Character["Left Leg"].Anchored = Anchored
  3821. wait(2)
  3822. game.Players[Playr].Character["Head"].Anchored = Anchored2
  3823. game.Players[Playr].Character["Torso"].Anchored = Anchored2
  3824. game.Players[Playr].Character["Right Arm"].Anchored = Anchored2
  3825. game.Players[Playr].Character["Left Arm"].Anchored = Anchored2
  3826. game.Players[Playr].Character["Right Leg"].Anchored = Anchored2
  3827. game.Players[Playr].Character["Left Leg"].Anchored = Anchored2
  3828. end)
  3829.  
  3830. inviswalls.MouseButton1Down:connect(function()
  3831. for i,v in pairs(game.Workspace:GetChildren()) do
  3832. if v.Name == "GroupDoorArea" then
  3833. v:Destroy()
  3834. end
  3835. end
  3836. end)
  3837. gamepass.MouseButton1Down:connect(function()
  3838. while true do
  3839. wait()
  3840. game.Workspace.GamepassDoorArea:Destroy()
  3841. end
  3842. end)
  3843. roomdoors.MouseButton1Down:connect(function()
  3844. for i,v in pairs(game.Workspace:GetChildren()) do
  3845. if v.Name == "SuiteRoom" or v.Name == "Room" then
  3846. for a,b in pairs(v:GetChildren()) do
  3847. if b.Name == "RoomDoor" then
  3848. b:Destroy()
  3849. end
  3850. end
  3851. end
  3852. end
  3853. end)
  3854. fly.MouseButton1Down:connect(function()
  3855. repeat wait()
  3856. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3857. local mouse = game.Players.LocalPlayer:GetMouse()
  3858. repeat wait() until mouse
  3859. local plr = game.Players.LocalPlayer
  3860. local torso = plr.Character.Torso
  3861. local flying = true
  3862. local deb = true
  3863. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3864. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3865. local maxspeed = 50
  3866. local speed = 0
  3867.  
  3868. function Fly()
  3869. local bg = Instance.new("BodyGyro", torso)
  3870. bg.P = 9e4
  3871. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3872. bg.cframe = torso.CFrame
  3873. local bv = Instance.new("BodyVelocity", torso)
  3874. bv.velocity = Vector3.new(0,0.1,0)
  3875. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3876. repeat wait()
  3877. plr.Character.Humanoid.PlatformStand = true
  3878. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3879. speed = speed+.5+(speed/maxspeed)
  3880. if speed > maxspeed then
  3881. speed = maxspeed
  3882. end
  3883. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3884. speed = speed-1
  3885. if speed < 0 then
  3886. speed = 0
  3887. end
  3888. end
  3889. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3890. 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
  3891. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3892. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3893. 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
  3894. else
  3895. bv.velocity = Vector3.new(0,0.1,0)
  3896. end
  3897. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3898. until not flying
  3899. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3900. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3901. speed = 0
  3902. bg:Destroy()
  3903. bv:Destroy()
  3904. plr.Character.Humanoid.PlatformStand = false
  3905. end
  3906. mouse.KeyDown:connect(function(key)
  3907. if key:lower() == "e" then
  3908. if flying then flying = false
  3909. else
  3910. flying = true
  3911. Fly()
  3912. end
  3913. elseif key:lower() == "w" then
  3914. ctrl.f = 1
  3915. elseif key:lower() == "s" then
  3916. ctrl.b = -1
  3917. elseif key:lower() == "a" then
  3918. ctrl.l = -1
  3919. elseif key:lower() == "d" then
  3920. ctrl.r = 1
  3921. end
  3922. end)
  3923. mouse.KeyUp:connect(function(key)
  3924. if key:lower() == "w" then
  3925. ctrl.f = 0
  3926. elseif key:lower() == "s" then
  3927. ctrl.b = 0
  3928. elseif key:lower() == "a" then
  3929. ctrl.l = 0
  3930. elseif key:lower() == "d" then
  3931. ctrl.r = 0
  3932. end
  3933. end)
  3934. Fly()
  3935. end)
  3936.  
  3937. noclip.MouseButton1Down:connect(function()
  3938. local noclip = false
  3939. game:GetService('RunService').Stepped:connect(function()
  3940. if noclip then
  3941. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3942. end
  3943. end)
  3944.  
  3945. local plr = game.Players.LocalPlayer
  3946. local mouse = plr:GetMouse()
  3947. mouse.KeyDown:connect(function(key)
  3948. if key == 'f' then
  3949. noclip = not noclip
  3950. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3951. end
  3952. end)
  3953. end)
  3954. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement