Advertisement
Migas3456

HiltonMeme

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