Walterin0

Untitled

Apr 14th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 161.53 KB | None | 0 0
  1. --Credit to Timeless for Invisible
  2. --Credit to Timeless/xFunnieuss for Partial Names
  3. -- Objects
  4.  
  5. Astrava = Instance.new("ScreenGui")
  6. Main = Instance.new("Frame")
  7. TABS = Instance.new("Frame")
  8. yellow_Information = Instance.new("TextButton")
  9. yellow_design = Instance.new("TextButton")
  10. yellow_hotkey = Instance.new("TextButton")
  11. tab_humanoid = Instance.new("TextButton")
  12. tab_movers = Instance.new("TextButton")
  13. tab_animation = Instance.new("TextButton")
  14. tab_teleport = Instance.new("TextButton")
  15. tab_tools = Instance.new("TextButton")
  16. tab_client = Instance.new("TextButton")
  17. tab_others = Instance.new("TextButton")
  18. tab_remotes = Instance.new("TextButton")
  19. TextLabel = Instance.new("TextLabel")
  20. TopFrame = Instance.new("Frame")
  21. TITLE = Instance.new("TextLabel")
  22. FECHECK = Instance.new("TextLabel")
  23. closegui = Instance.new("TextButton")
  24. mingui = Instance.new("TextButton")
  25. Pages = Instance.new("Frame")
  26. Information = Instance.new("Frame")
  27. TextLabel_2 = Instance.new("TextLabel")
  28. TextLabel_3 = Instance.new("TextLabel")
  29. TextLabel_4 = Instance.new("TextLabel")
  30. TextLabel_5 = Instance.new("TextLabel")
  31. TextLabel_6 = Instance.new("TextLabel")
  32. Design = Instance.new("Frame")
  33. darktheme = Instance.new("TextButton")
  34. lighttheme = Instance.new("TextButton")
  35. futuretheme = Instance.new("TextButton")
  36. neontheme = Instance.new("TextButton")
  37. Hotkeys = Instance.new("Frame")
  38. TextLabel_7 = Instance.new("TextLabel")
  39. TextLabel_8 = Instance.new("TextLabel")
  40. TextButton = Instance.new("TextButton")
  41. h_godmode = Instance.new("TextLabel")
  42. hh_godmode = Instance.new("TextBox")
  43. hh_respawn1 = Instance.new("TextBox")
  44. h_respawn1 = Instance.new("TextLabel")
  45. h_respawn2 = Instance.new("TextLabel")
  46. hh_respawn2 = Instance.new("TextBox")
  47. hh_fly = Instance.new("TextBox")
  48. h_fly = Instance.new("TextLabel")
  49. hh_noclip = Instance.new("TextBox")
  50. h_noclip = Instance.new("TextLabel")
  51. hh_invis = Instance.new("TextBox")
  52. h_invis = Instance.new("TextLabel")
  53. Humanoid1 = Instance.new("Frame")
  54. speed = Instance.new("TextButton")
  55. jumppower_txtbox = Instance.new("TextBox")
  56. jumppower = Instance.new("TextButton")
  57. speed_txtbox = Instance.new("TextBox")
  58. hipheight = Instance.new("TextButton")
  59. hipheight_txtbox = Instance.new("TextBox")
  60. resetdefault = Instance.new("TextButton")
  61. gravity = Instance.new("TextButton")
  62. gravity_txtbox = Instance.new("TextBox")
  63. noclip = Instance.new("TextButton")
  64. noclip2 = Instance.new("TextButton")
  65. noclip3 = Instance.new("TextButton")
  66. Fly = Instance.new("TextButton")
  67. infjump = Instance.new("TextButton")
  68. clickTP = Instance.new("TextButton")
  69. Godmode = Instance.new("TextButton")
  70. invisible = Instance.new("TextButton")
  71. respawn = Instance.new("TextButton")
  72. respawn2 = Instance.new("TextButton")
  73. chat = Instance.new("TextButton")
  74. spam = Instance.new("TextButton")
  75. spamdelay = Instance.new("TextButton")
  76. chat_txtbox = Instance.new("TextBox")
  77. spamdelay_txtbox = Instance.new("TextBox")
  78. blockhead = Instance.new("TextButton")
  79. blockhats = Instance.new("TextButton")
  80. drophats = Instance.new("TextButton")
  81. blocktool = Instance.new("TextButton")
  82. droptool = Instance.new("TextButton")
  83. reach = Instance.new("TextButton")
  84. reach_txtbox = Instance.new("TextBox")
  85. Humanoid_NEXTBUTTON = Instance.new("TextButton")
  86. Humanoid2 = Instance.new("Frame")
  87. delpants = Instance.new("TextButton")
  88. Humanoid_PREVBUTTON = Instance.new("TextButton")
  89. autodrophats = Instance.new("TextButton")
  90. autodroptool = Instance.new("TextButton")
  91. autoblockhats = Instance.new("TextButton")
  92. autoblocktool = Instance.new("TextButton")
  93. leftleg = Instance.new("Frame")
  94. rightleg = Instance.new("Frame")
  95. torso = Instance.new("Frame")
  96. rightarm = Instance.new("Frame")
  97. leftarm = Instance.new("Frame")
  98. head = Instance.new("Frame")
  99. TextLabel_9 = Instance.new("TextLabel")
  100. delleftleg = Instance.new("TextButton")
  101. delrightleg = Instance.new("TextButton")
  102. delrightarm = Instance.new("TextButton")
  103. delleftarm = Instance.new("TextButton")
  104. deltorso = Instance.new("TextButton")
  105. delhead = Instance.new("TextButton")
  106. delhats = Instance.new("TextButton")
  107. delshirt = Instance.new("TextButton")
  108. dellimbs = Instance.new("TextButton")
  109. delclothes = Instance.new("TextButton")
  110. CharacterMovers = Instance.new("Frame")
  111. TextLabel_10 = Instance.new("TextLabel")
  112. bodyforce = Instance.new("TextButton")
  113. bodyforce_txtbox = Instance.new("TextBox")
  114. charmoveplrbox = Instance.new("TextBox")
  115. Orbit = Instance.new("TextButton")
  116. Push = Instance.new("TextButton")
  117. Aimhead = Instance.new("TextButton")
  118. AimLeg = Instance.new("TextButton")
  119. AimArm = Instance.new("TextButton")
  120. Limbsaim = Instance.new("TextButton")
  121. multiple = Instance.new("TextButton")
  122. predictor = Instance.new("TextButton")
  123. Slow = Instance.new("TextButton")
  124. violent = Instance.new("TextButton")
  125. Reverse = Instance.new("TextButton")
  126. Max = Instance.new("TextButton")
  127. Animations15 = Instance.new("Frame")
  128. animspeed_txtbox = Instance.new("TextBox")
  129. animspeed = Instance.new("TextButton")
  130. superdance = Instance.new("TextButton")
  131. Guitar = Instance.new("TextButton")
  132. looped = Instance.new("TextButton")
  133. loopedcheck = Instance.new("Frame")
  134. showingr156 = Instance.new("TextLabel")
  135. shake = Instance.new("TextButton")
  136. flingarms = Instance.new("TextButton")
  137. rotate = Instance.new("TextButton")
  138. bend = Instance.new("TextButton")
  139. circlearm = Instance.new("TextButton")
  140. float = Instance.new("TextButton")
  141. floatslash = Instance.new("TextButton")
  142. quickspin = Instance.new("TextButton")
  143. Teleportation = Instance.new("Frame")
  144. teleportplrbox = Instance.new("TextBox")
  145. headtp = Instance.new("TextButton")
  146. looptorso = Instance.new("TextButton")
  147. TextLabel_11 = Instance.new("TextLabel")
  148. torsotp = Instance.new("TextButton")
  149. loophead = Instance.new("TextButton")
  150. looparm = Instance.new("TextButton")
  151. looplegs = Instance.new("TextButton")
  152. headwalk = Instance.new("TextButton")
  153. trail = Instance.new("TextButton")
  154. follow = Instance.new("TextButton")
  155. loopabove = Instance.new("TextButton")
  156. loopside = Instance.new("TextButton")
  157. TextLabel_12 = Instance.new("TextLabel")
  158. savepos = Instance.new("TextButton")
  159. loadpos = Instance.new("TextButton")
  160. vector3tp = Instance.new("TextButton")
  161. vector3tp_txtbox = Instance.new("TextBox")
  162. TextLabel_13 = Instance.new("TextLabel")
  163. loopvector3tp = Instance.new("TextButton")
  164. showpos = Instance.new("TextLabel")
  165. getpos = Instance.new("TextButton")
  166. scriptpos = Instance.new("TextLabel")
  167. Tools = Instance.new("Frame")
  168. toolsplrbox = Instance.new("TextBox")
  169. TextLabel_14 = Instance.new("TextLabel")
  170. bring = Instance.new("TextButton")
  171. TextLabel_15 = Instance.new("TextLabel")
  172. kill = Instance.new("TextButton")
  173. attach = Instance.new("TextButton")
  174. freefall = Instance.new("TextButton")
  175. toolsspin = Instance.new("TextButton")
  176. void = Instance.new("TextButton")
  177. glitch = Instance.new("TextButton")
  178. Turbine = Instance.new("TextButton")
  179. random = Instance.new("TextButton")
  180. toolstpto = Instance.new("TextButton")
  181. toolstpto_txtbox = Instance.new("TextBox")
  182. Client = Instance.new("Frame")
  183. TextLabel_16 = Instance.new("TextLabel")
  184. btoolsdelete = Instance.new("TextButton")
  185. TextLabel_17 = Instance.new("TextLabel")
  186. btoolsmove = Instance.new("TextButton")
  187. btoolscopy = Instance.new("TextButton")
  188. btoolscreate = Instance.new("TextButton")
  189. clicktp = Instance.new("TextButton")
  190. btoolsview = Instance.new("TextButton")
  191. Others = Instance.new("Frame")
  192. othersplrbox = Instance.new("TextBox")
  193. view = Instance.new("TextButton")
  194. goto = Instance.new("TextButton")
  195. annoy = Instance.new("TextButton")
  196. orbitothers = Instance.new("TextButton")
  197. bangplr = Instance.new("TextButton")
  198. pushplr = Instance.new("TextButton")
  199. TextLabel_18 = Instance.new("TextLabel")
  200. freeze = Instance.new("TextButton")
  201. bringplr = Instance.new("TextButton")
  202. ignore = Instance.new("TextButton")
  203. mute = Instance.new("TextButton")
  204. spampm = Instance.new("TextButton")
  205. highlight = Instance.new("TextButton")
  206. bringall = Instance.new("TextButton")
  207. freezeall = Instance.new("TextButton")
  208. Remotes = Instance.new("Frame")
  209. remotename_txtbox = Instance.new("TextBox")
  210. remotename = Instance.new("TextButton")
  211. TextLabel_19 = Instance.new("TextLabel")
  212. printremotes = Instance.new("TextButton")
  213. arguments = Instance.new("TextButton")
  214. arguments_txtbox = Instance.new("TextBox")
  215. fireremote = Instance.new("TextButton")
  216. autofire = Instance.new("TextButton")
  217. autofire_txtbox = Instance.new("TextBox")
  218. Animations = Instance.new("Frame")
  219. animspeed_txtbox_2 = Instance.new("TextBox")
  220. animspeed_2 = Instance.new("TextButton")
  221. floathead = Instance.new("TextButton")
  222. headthrow = Instance.new("TextButton")
  223. looped_2 = Instance.new("TextButton")
  224. loopedcheck_2 = Instance.new("Frame")
  225. showingr156_2 = Instance.new("TextLabel")
  226. bang = Instance.new("TextButton")
  227. levitate = Instance.new("TextButton")
  228. moondance = Instance.new("TextButton")
  229. illusion = Instance.new("TextButton")
  230. punches = Instance.new("TextButton")
  231. dab = Instance.new("TextButton")
  232. barrelroll = Instance.new("TextButton")
  233. scared = Instance.new("TextButton")
  234. swordslam = Instance.new("TextButton")
  235. herojump = Instance.new("TextButton")
  236. armturbine = Instance.new("TextButton")
  237. faint = Instance.new("TextButton")
  238. spinanim = Instance.new("TextButton")
  239. armdetach = Instance.new("TextButton")
  240. spindance = Instance.new("TextButton")
  241. bowdown = Instance.new("TextButton")
  242. crawl = Instance.new("TextButton")
  243. movingdance = Instance.new("TextButton")
  244. insane = Instance.new("TextButton")
  245. dinowalk = Instance.new("TextButton")
  246. crouch = Instance.new("TextButton")
  247. jumpingjacks = Instance.new("TextButton")
  248.  
  249. -- Properties
  250.  
  251. Astrava.Name = "Astrava"
  252. Astrava.Parent = game:GetService("CoreGui")
  253.  
  254. Main.Name = "Main"
  255. Main.Parent = Astrava
  256. Main.Active = true
  257. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  258. Main.BackgroundTransparency = 1
  259. Main.Draggable = true
  260. Main.Position = UDim2.new(0, 315, 0, 35)
  261. Main.Size = UDim2.new(0, 475, 0, 407)
  262.  
  263. TABS.Name = "TABS"
  264. TABS.Parent = Main
  265. TABS.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  266. TABS.BorderSizePixel = 0
  267. TABS.Position = UDim2.new(0, 0, 0.061656855, 0)
  268. TABS.Size = UDim2.new(0.284470081, 0, 0.937358558, 0)
  269.  
  270. yellow_Information.Name = "yellow_Information"
  271. yellow_Information.Parent = TABS
  272. yellow_Information.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  273. yellow_Information.BorderSizePixel = 0
  274. yellow_Information.Position = UDim2.new(0, 0, 0.0131728817, 0)
  275. yellow_Information.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  276. yellow_Information.Font = Enum.Font.SourceSans
  277. yellow_Information.Text = "Information"
  278. yellow_Information.TextColor3 = Color3.new(0.92549, 0.933333, 0.435294)
  279. yellow_Information.TextSize = 20
  280.  
  281. yellow_design.Name = "yellow_design"
  282. yellow_design.Parent = TABS
  283. yellow_design.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  284. yellow_design.BorderSizePixel = 0
  285. yellow_design.Position = UDim2.new(0, 0, 0.0790372863, 0)
  286. yellow_design.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  287. yellow_design.Font = Enum.Font.SourceSans
  288. yellow_design.Text = "Design"
  289. yellow_design.TextColor3 = Color3.new(0.92549, 0.933333, 0.435294)
  290. yellow_design.TextSize = 20
  291.  
  292. yellow_hotkey.Name = "yellow_hotkey"
  293. yellow_hotkey.Parent = TABS
  294. yellow_hotkey.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  295. yellow_hotkey.BorderSizePixel = 0
  296. yellow_hotkey.Position = UDim2.new(0, 0, 0.144901693, 0)
  297. yellow_hotkey.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  298. yellow_hotkey.Font = Enum.Font.SourceSans
  299. yellow_hotkey.Text = "Hotkeys"
  300. yellow_hotkey.TextColor3 = Color3.new(0.92549, 0.933333, 0.435294)
  301. yellow_hotkey.TextSize = 20
  302.  
  303. tab_humanoid.Name = "tab_humanoid"
  304. tab_humanoid.Parent = TABS
  305. tab_humanoid.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  306. tab_humanoid.BorderSizePixel = 0
  307. tab_humanoid.Position = UDim2.new(0, 0, 0.210766107, 0)
  308. tab_humanoid.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  309. tab_humanoid.Font = Enum.Font.SourceSans
  310. tab_humanoid.Text = "Humanoid"
  311. tab_humanoid.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  312. tab_humanoid.TextSize = 20
  313.  
  314. tab_movers.Name = "tab_movers"
  315. tab_movers.Parent = TABS
  316. tab_movers.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  317. tab_movers.BorderSizePixel = 0
  318. tab_movers.Position = UDim2.new(0, 0, 0.276630521, 0)
  319. tab_movers.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  320. tab_movers.Font = Enum.Font.SourceSans
  321. tab_movers.Text = "Character Movers"
  322. tab_movers.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  323. tab_movers.TextSize = 20
  324.  
  325. tab_animation.Name = "tab_animation"
  326. tab_animation.Parent = TABS
  327. tab_animation.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  328. tab_animation.BorderSizePixel = 0
  329. tab_animation.Position = UDim2.new(0, 0, 0.342494935, 0)
  330. tab_animation.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  331. tab_animation.Font = Enum.Font.SourceSans
  332. tab_animation.Text = "NOT DONE"
  333. tab_animation.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  334. tab_animation.TextSize = 20
  335.  
  336. tab_teleport.Name = "tab_teleport"
  337. tab_teleport.Parent = TABS
  338. tab_teleport.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  339. tab_teleport.BorderSizePixel = 0
  340. tab_teleport.Position = UDim2.new(0, 0, 0.408359319, 0)
  341. tab_teleport.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  342. tab_teleport.Font = Enum.Font.SourceSans
  343. tab_teleport.Text = "Teleportation"
  344. tab_teleport.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  345. tab_teleport.TextSize = 20
  346.  
  347. tab_tools.Name = "tab_tools"
  348. tab_tools.Parent = TABS
  349. tab_tools.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  350. tab_tools.BorderSizePixel = 0
  351. tab_tools.Position = UDim2.new(0, 0, 0.474312007, 0)
  352. tab_tools.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  353. tab_tools.Font = Enum.Font.SourceSans
  354. tab_tools.Text = "Tools [broken]"
  355. tab_tools.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  356. tab_tools.TextSize = 20
  357.  
  358. tab_client.Name = "tab_client"
  359. tab_client.Parent = TABS
  360. tab_client.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  361. tab_client.BorderSizePixel = 0
  362. tab_client.Position = UDim2.new(0, 0, 0.54018867, 0)
  363. tab_client.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  364. tab_client.Font = Enum.Font.SourceSans
  365. tab_client.Text = "NOT DONE"
  366. tab_client.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  367. tab_client.TextSize = 20
  368.  
  369. tab_others.Name = "tab_others"
  370. tab_others.Parent = TABS
  371. tab_others.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  372. tab_others.BorderSizePixel = 0
  373. tab_others.Position = UDim2.new(0, 0, 0.606065333, 0)
  374. tab_others.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  375. tab_others.Font = Enum.Font.SourceSans
  376. tab_others.Text = "Others [broken]"
  377. tab_others.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  378. tab_others.TextSize = 20
  379.  
  380. tab_remotes.Name = "tab_remotes"
  381. tab_remotes.Parent = TABS
  382. tab_remotes.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  383. tab_remotes.BorderSizePixel = 0
  384. tab_remotes.Position = UDim2.new(0, 0, 0.671941936, 0)
  385. tab_remotes.Size = UDim2.new(1.00091326, 0, 0.0526915267, 0)
  386. tab_remotes.Font = Enum.Font.SourceSans
  387. tab_remotes.Text = "NOT DONE"
  388. tab_remotes.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  389. tab_remotes.TextSize = 20
  390.  
  391. TextLabel.Parent = TABS
  392. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  393. TextLabel.BackgroundTransparency = 1
  394. TextLabel.Position = UDim2.new(0, 0, 0, 291)
  395. TextLabel.Size = UDim2.new(0, 130, 0, 60)
  396. TextLabel.Font = Enum.Font.SourceSans
  397. TextLabel.Text = "Credit to: illremember#3799"
  398. TextLabel.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  399. TextLabel.TextScaled = true
  400. TextLabel.TextSize = 14
  401. TextLabel.TextWrapped = true
  402.  
  403. TopFrame.Name = "TopFrame"
  404. TopFrame.Parent = Main
  405. TopFrame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  406. TopFrame.BorderSizePixel = 0
  407. TopFrame.Size = UDim2.new(0, 475, 0, 25)
  408.  
  409. TITLE.Name = "TITLE"
  410. TITLE.Parent = TopFrame
  411. TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  412. TITLE.BackgroundTransparency = 1
  413. TITLE.Size = UDim2.new(0.284470081, 0, 1.00377357, 0)
  414. TITLE.Font = Enum.Font.SourceSans
  415. TITLE.Text = "Astrava"
  416. TITLE.TextColor3 = Color3.new(1, 0.227451, 0.227451)
  417. TITLE.TextSize = 28
  418.  
  419. FECHECK.Name = "FECHECK"
  420. FECHECK.Parent = TopFrame
  421. FECHECK.BackgroundColor3 = Color3.new(1, 1, 1)
  422. FECHECK.BackgroundTransparency = 1
  423. FECHECK.Position = UDim2.new(0.463580877, 0, 0, 0)
  424. FECHECK.Size = UDim2.new(0.284470081, 0, 1.00377357, 0)
  425. FECHECK.Font = Enum.Font.SourceSansItalic
  426. FECHECK.Text = "FE is Enabled!"
  427. FECHECK.TextColor3 = Color3.new(0.258824, 0.776471, 0.101961)
  428. FECHECK.TextSize = 24
  429.  
  430. closegui.Name = "closegui"
  431. closegui.Parent = TopFrame
  432. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  433. closegui.BackgroundTransparency = 1
  434. closegui.BorderSizePixel = 0
  435. closegui.Position = UDim2.new(0.948233604, 0, 0, 0)
  436. closegui.Size = UDim2.new(0.052679643, 0, 1.00377357, 0)
  437. closegui.Font = Enum.Font.SourceSansBold
  438. closegui.Text = "X"
  439. closegui.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  440. closegui.TextSize = 30
  441.  
  442. mingui.Name = "mingui"
  443. mingui.Parent = TopFrame
  444. mingui.BackgroundColor3 = Color3.new(1, 1, 1)
  445. mingui.BackgroundTransparency = 1
  446. mingui.BorderSizePixel = 0
  447. mingui.Position = UDim2.new(0.906089902, 0, -0.200754717, 0)
  448. mingui.Size = UDim2.new(0.052679643, 0, 1.20452833, 0)
  449. mingui.Font = Enum.Font.SourceSansBold
  450. mingui.Text = "-"
  451. mingui.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  452. mingui.TextSize = 50
  453.  
  454. Pages.Name = "Pages"
  455. Pages.Parent = Main
  456. Pages.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  457. Pages.BackgroundTransparency = 1
  458. Pages.BorderSizePixel = 0
  459. Pages.Position = UDim2.new(0.284470081, 0, 0.0616683289, 0)
  460. Pages.Size = UDim2.new(0.716443181, 0, 0.937358558, 0)
  461.  
  462. Information.Name = "Information"
  463. Information.Parent = Pages
  464. Information.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  465. Information.BorderSizePixel = 0
  466. Information.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  467.  
  468. TextLabel_2.Parent = Information
  469. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  470. TextLabel_2.BackgroundTransparency = 1
  471. TextLabel_2.Position = UDim2.new(0.0883158743, 0, 0.0262816865, 0)
  472. TextLabel_2.Size = UDim2.new(0.809562147, 0, 0.065704219, 0)
  473. TextLabel_2.Font = Enum.Font.SourceSansLight
  474. TextLabel_2.Text = "Welcome to Astrava FE GUI"
  475. TextLabel_2.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  476. TextLabel_2.TextSize = 30
  477.  
  478. TextLabel_3.Parent = Information
  479. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  480. TextLabel_3.BackgroundTransparency = 1
  481. TextLabel_3.Position = UDim2.new(0.0883158743, 0, 0.118267588, 0)
  482. TextLabel_3.Size = UDim2.new(0.794842899, 0, 0.17083095, 0)
  483. TextLabel_3.Font = Enum.Font.SourceSansLight
  484. TextLabel_3.Text = "This GUI's main purpose is to give you power in exploiting FE games. It was created by illremember."
  485. TextLabel_3.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  486. TextLabel_3.TextSize = 20
  487. TextLabel_3.TextWrapped = true
  488.  
  489. TextLabel_4.Parent = Information
  490. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  491. TextLabel_4.BackgroundTransparency = 1
  492. TextLabel_4.Position = UDim2.new(0.0883158743, 0, 0.3416619, 0)
  493. TextLabel_4.Size = UDim2.new(0.794842899, 0, 0.17083095, 0)
  494. TextLabel_4.Font = Enum.Font.SourceSansLight
  495. TextLabel_4.Text = "You can click on the sections to the left to see different commands, buttons and scripts to use, all work for FE games."
  496. TextLabel_4.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  497. TextLabel_4.TextSize = 20
  498. TextLabel_4.TextWrapped = true
  499.  
  500. TextLabel_5.Parent = Information
  501. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  502. TextLabel_5.BackgroundTransparency = 1
  503. TextLabel_5.Position = UDim2.new(0.0883158743, 0, 0.551915407, 0)
  504. TextLabel_5.Size = UDim2.new(0.794842899, 0, 0.210253492, 0)
  505. TextLabel_5.Font = Enum.Font.SourceSansLight
  506. TextLabel_5.Text = "For quick use, you can go into Hotkeys and set some hotkeys for the most used FE scripts. You could also change the design!"
  507. TextLabel_5.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  508. TextLabel_5.TextSize = 20
  509. TextLabel_5.TextWrapped = true
  510.  
  511. TextLabel_6.Parent = Information
  512. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  513. TextLabel_6.BackgroundTransparency = 1
  514. TextLabel_6.Position = UDim2.new(0.0883158743, 0, 0.788450539, 0)
  515. TextLabel_6.Size = UDim2.new(0.794842899, 0, 0.210253492, 0)
  516. TextLabel_6.Font = Enum.Font.SourceSansLight
  517. TextLabel_6.Text = "Click the X at the top right to delete the GUI, and the - to minimize. If the game is not FE, this is not a good script to use."
  518. TextLabel_6.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  519. TextLabel_6.TextSize = 20
  520. TextLabel_6.TextWrapped = true
  521.  
  522. Design.Name = "Design"
  523. Design.Parent = Pages
  524. Design.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  525. Design.BorderSizePixel = 0
  526. Design.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  527. Design.Visible = false
  528.  
  529. darktheme.Name = "darktheme"
  530. darktheme.Parent = Design
  531. darktheme.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  532. darktheme.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  533. darktheme.Position = UDim2.new(0.206070378, 0, 0.131408438, 0)
  534. darktheme.Size = UDim2.new(0, 200, 0, 50)
  535. darktheme.Font = Enum.Font.SourceSansBold
  536. darktheme.Text = "Dark Theme"
  537. darktheme.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  538. darktheme.TextSize = 30
  539.  
  540. lighttheme.Name = "lighttheme"
  541. lighttheme.Parent = Design
  542. lighttheme.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  543. lighttheme.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  544. lighttheme.Position = UDim2.new(0.206070378, 0, 0.3416619, 0)
  545. lighttheme.Size = UDim2.new(0, 200, 0, 50)
  546. lighttheme.Font = Enum.Font.SourceSansBold
  547. lighttheme.Text = "Light Theme"
  548. lighttheme.TextColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  549. lighttheme.TextSize = 30
  550.  
  551. futuretheme.Name = "futuretheme"
  552. futuretheme.Parent = Design
  553. futuretheme.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  554. futuretheme.BorderColor3 = Color3.new(0.431373, 0.898039, 0.882353)
  555. futuretheme.Position = UDim2.new(0.206070378, 0, 0.565056264, 0)
  556. futuretheme.Size = UDim2.new(0, 200, 0, 50)
  557. futuretheme.Font = Enum.Font.SourceSansBold
  558. futuretheme.Text = "Futuristic Theme"
  559. futuretheme.TextColor3 = Color3.new(0.572549, 0.85098, 0.854902)
  560. futuretheme.TextSize = 30
  561.  
  562. neontheme.Name = "neontheme"
  563. neontheme.Parent = Design
  564. neontheme.BackgroundColor3 = Color3.new(0.215686, 0.254902, 0.215686)
  565. neontheme.BorderColor3 = Color3.new(0.435294, 0.898039, 0.47451)
  566. neontheme.Position = UDim2.new(0.206070378, 0, 0.775309682, 0)
  567. neontheme.Size = UDim2.new(0, 200, 0, 50)
  568. neontheme.Font = Enum.Font.SourceSansBold
  569. neontheme.Text = "Neon Theme"
  570. neontheme.TextColor3 = Color3.new(0.270588, 0.886275, 0.258824)
  571. neontheme.TextSize = 30
  572.  
  573. Hotkeys.Name = "Hotkeys"
  574. Hotkeys.Parent = Pages
  575. Hotkeys.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  576. Hotkeys.BorderSizePixel = 0
  577. Hotkeys.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  578. Hotkeys.Visible = false
  579.  
  580. TextLabel_7.Parent = Hotkeys
  581. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  582. TextLabel_7.BackgroundTransparency = 1
  583. TextLabel_7.Position = UDim2.new(0.0883158743, 0, 0.0131408432, 0)
  584. TextLabel_7.Size = UDim2.new(0.809562147, 0, 0.065704219, 0)
  585. TextLabel_7.Font = Enum.Font.SourceSansLight
  586. TextLabel_7.Text = "Hotkeys (NOT WORKING)"
  587. TextLabel_7.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  588. TextLabel_7.TextSize = 30
  589.  
  590. TextLabel_8.Parent = Hotkeys
  591. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  592. TextLabel_8.BackgroundTransparency = 1
  593. TextLabel_8.Position = UDim2.new(0.0883158743, 0, 0.0788450614, 0)
  594. TextLabel_8.Size = UDim2.new(0.809562147, 0, 0.105126746, 0)
  595. TextLabel_8.Font = Enum.Font.SourceSansLight
  596. TextLabel_8.Text = "Make sure you put only 1 key for hotkey when inputting custom hotkey."
  597. TextLabel_8.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  598. TextLabel_8.TextSize = 20
  599. TextLabel_8.TextWrapped = true
  600.  
  601. TextButton.Parent = Hotkeys
  602. TextButton.BackgroundColor3 = Color3.new(0.309804, 0.0431373, 0.0431373)
  603. TextButton.BorderSizePixel = 0
  604. TextButton.Position = UDim2.new(0.206070378, 0, 0.197112635, 0)
  605. TextButton.Size = UDim2.new(0.588772476, 0, 0.052563373, 0)
  606. TextButton.Font = Enum.Font.SourceSansItalic
  607. TextButton.Text = "Hotkeys are OFF"
  608. TextButton.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  609. TextButton.TextSize = 20
  610.  
  611. h_godmode.Name = "h_godmode"
  612. h_godmode.Parent = Hotkeys
  613. h_godmode.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  614. h_godmode.BorderSizePixel = 0
  615. h_godmode.Position = UDim2.new(0.0294386242, 0, 0.289098561, 0)
  616. h_godmode.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  617. h_godmode.Font = Enum.Font.SourceSansLight
  618. h_godmode.Text = "FE Godmode"
  619. h_godmode.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  620. h_godmode.TextSize = 20
  621.  
  622. hh_godmode.Name = "hh_godmode"
  623. hh_godmode.Parent = Hotkeys
  624. hh_godmode.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  625. hh_godmode.BorderSizePixel = 0
  626. hh_godmode.Position = UDim2.new(0.294386238, 0, 0.289098561, 0)
  627. hh_godmode.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  628. hh_godmode.Font = Enum.Font.SourceSansBold
  629. hh_godmode.Text = "g"
  630. hh_godmode.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  631. hh_godmode.TextSize = 20
  632.  
  633. hh_respawn1.Name = "hh_respawn1"
  634. hh_respawn1.Parent = Hotkeys
  635. hh_respawn1.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  636. hh_respawn1.BorderSizePixel = 0
  637. hh_respawn1.Position = UDim2.new(0.294386238, 0, 0.381084472, 0)
  638. hh_respawn1.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  639. hh_respawn1.Font = Enum.Font.SourceSansBold
  640. hh_respawn1.Text = "r"
  641. hh_respawn1.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  642. hh_respawn1.TextSize = 20
  643.  
  644. h_respawn1.Name = "h_respawn1"
  645. h_respawn1.Parent = Hotkeys
  646. h_respawn1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  647. h_respawn1.BorderSizePixel = 0
  648. h_respawn1.Position = UDim2.new(0.0294386242, 0, 0.381084472, 0)
  649. h_respawn1.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  650. h_respawn1.Font = Enum.Font.SourceSansLight
  651. h_respawn1.Text = "Respawn [1]"
  652. h_respawn1.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  653. h_respawn1.TextSize = 20
  654.  
  655. h_respawn2.Name = "h_respawn2"
  656. h_respawn2.Parent = Hotkeys
  657. h_respawn2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  658. h_respawn2.BorderSizePixel = 0
  659. h_respawn2.Position = UDim2.new(0.0294386242, 0, 0.473070353, 0)
  660. h_respawn2.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  661. h_respawn2.Font = Enum.Font.SourceSansLight
  662. h_respawn2.Text = "Respawn [2]"
  663. h_respawn2.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  664. h_respawn2.TextSize = 20
  665.  
  666. hh_respawn2.Name = "hh_respawn2"
  667. hh_respawn2.Parent = Hotkeys
  668. hh_respawn2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  669. hh_respawn2.BorderSizePixel = 0
  670. hh_respawn2.Position = UDim2.new(0.294386238, 0, 0.473070353, 0)
  671. hh_respawn2.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  672. hh_respawn2.Font = Enum.Font.SourceSansBold
  673. hh_respawn2.Text = "t"
  674. hh_respawn2.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  675. hh_respawn2.TextSize = 20
  676.  
  677. hh_fly.Name = "hh_fly"
  678. hh_fly.Parent = Hotkeys
  679. hh_fly.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  680. hh_fly.BorderSizePixel = 0
  681. hh_fly.Position = UDim2.new(0, 300, 0, 110)
  682. hh_fly.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  683. hh_fly.Font = Enum.Font.SourceSansBold
  684. hh_fly.Text = "f"
  685. hh_fly.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  686. hh_fly.TextSize = 20
  687.  
  688. h_fly.Name = "h_fly"
  689. h_fly.Parent = Hotkeys
  690. h_fly.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  691. h_fly.BorderSizePixel = 0
  692. h_fly.Position = UDim2.new(0, 210, 0, 110)
  693. h_fly.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  694. h_fly.Font = Enum.Font.SourceSansLight
  695. h_fly.Text = "Fly"
  696. h_fly.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  697. h_fly.TextSize = 20
  698.  
  699. hh_noclip.Name = "hh_noclip"
  700. hh_noclip.Parent = Hotkeys
  701. hh_noclip.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  702. hh_noclip.BorderSizePixel = 0
  703. hh_noclip.Position = UDim2.new(0, 300, 0, 146)
  704. hh_noclip.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  705. hh_noclip.Font = Enum.Font.SourceSansBold
  706. hh_noclip.Text = "e"
  707. hh_noclip.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  708. hh_noclip.TextSize = 20
  709.  
  710. h_noclip.Name = "h_noclip"
  711. h_noclip.Parent = Hotkeys
  712. h_noclip.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  713. h_noclip.BorderSizePixel = 0
  714. h_noclip.Position = UDim2.new(0, 210, 0, 146)
  715. h_noclip.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  716. h_noclip.Font = Enum.Font.SourceSansLight
  717. h_noclip.Text = "Noclip"
  718. h_noclip.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  719. h_noclip.TextSize = 20
  720.  
  721. hh_invis.Name = "hh_invis"
  722. hh_invis.Parent = Hotkeys
  723. hh_invis.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  724. hh_invis.BorderSizePixel = 0
  725. hh_invis.Position = UDim2.new(0, 300, 0, 181)
  726. hh_invis.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  727. hh_invis.Font = Enum.Font.SourceSansBold
  728. hh_invis.Text = "c"
  729. hh_invis.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  730. hh_invis.TextSize = 20
  731.  
  732. h_invis.Name = "h_invis"
  733. h_invis.Parent = Hotkeys
  734. h_invis.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  735. h_invis.BorderSizePixel = 0
  736. h_invis.Position = UDim2.new(0, 210, 0, 181)
  737. h_invis.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  738. h_invis.Font = Enum.Font.SourceSansLight
  739. h_invis.Text = "Invisible"
  740. h_invis.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  741. h_invis.TextSize = 20
  742.  
  743. Humanoid1.Name = "Humanoid1"
  744. Humanoid1.Parent = Pages
  745. Humanoid1.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  746. Humanoid1.BorderSizePixel = 0
  747. Humanoid1.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  748. Humanoid1.Visible = false
  749.  
  750. speed.Name = "speed"
  751. speed.Parent = Humanoid1
  752. speed.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  753. speed.BorderSizePixel = 0
  754. speed.Position = UDim2.new(0.0147193121, 0, 0.0262816865, 0)
  755. speed.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  756. speed.Font = Enum.Font.SourceSans
  757. speed.Text = "Change Speed To"
  758. speed.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  759. speed.TextSize = 17
  760.  
  761. jumppower_txtbox.Name = "jumppower_txtbox"
  762. jumppower_txtbox.Parent = Humanoid1
  763. jumppower_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  764. jumppower_txtbox.BorderSizePixel = 0
  765. jumppower_txtbox.Position = UDim2.new(0.353263497, 0, 0.105126746, 0)
  766. jumppower_txtbox.Size = UDim2.new(0.132473812, 0, 0.065704219, 0)
  767. jumppower_txtbox.Font = Enum.Font.SourceSansBold
  768. jumppower_txtbox.Text = "50"
  769. jumppower_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  770. jumppower_txtbox.TextScaled = true
  771. jumppower_txtbox.TextSize = 14
  772. jumppower_txtbox.TextWrapped = true
  773.  
  774. jumppower.Name = "jumppower"
  775. jumppower.Parent = Humanoid1
  776. jumppower.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  777. jumppower.BorderSizePixel = 0
  778. jumppower.Position = UDim2.new(0.0147193121, 0, 0.105126746, 0)
  779. jumppower.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  780. jumppower.Font = Enum.Font.SourceSans
  781. jumppower.Text = "Change JumpPower To"
  782. jumppower.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  783. jumppower.TextSize = 13
  784.  
  785. speed_txtbox.Name = "speed_txtbox"
  786. speed_txtbox.Parent = Humanoid1
  787. speed_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  788. speed_txtbox.BorderSizePixel = 0
  789. speed_txtbox.Position = UDim2.new(0.353263497, 0, 0.0262816865, 0)
  790. speed_txtbox.Size = UDim2.new(0.132473812, 0, 0.065704219, 0)
  791. speed_txtbox.Font = Enum.Font.SourceSansBold
  792. speed_txtbox.Text = "16"
  793. speed_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  794. speed_txtbox.TextScaled = true
  795. speed_txtbox.TextSize = 14
  796. speed_txtbox.TextWrapped = true
  797.  
  798. hipheight.Name = "hipheight"
  799. hipheight.Parent = Humanoid1
  800. hipheight.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  801. hipheight.BorderSizePixel = 0
  802. hipheight.Position = UDim2.new(0.500456631, 0, 0.0262816865, 0)
  803. hipheight.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  804. hipheight.Font = Enum.Font.SourceSans
  805. hipheight.Text = "Change Hipheight to"
  806. hipheight.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  807. hipheight.TextSize = 15
  808.  
  809. hipheight_txtbox.Name = "hipheight_txtbox"
  810. hipheight_txtbox.Parent = Humanoid1
  811. hipheight_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  812. hipheight_txtbox.BorderSizePixel = 0
  813. hipheight_txtbox.Position = UDim2.new(0.839000821, 0, 0.0262816865, 0)
  814. hipheight_txtbox.Size = UDim2.new(0.132473812, 0, 0.065704219, 0)
  815. hipheight_txtbox.Font = Enum.Font.SourceSansBold
  816. hipheight_txtbox.Text = "0"
  817. hipheight_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  818. hipheight_txtbox.TextScaled = true
  819. hipheight_txtbox.TextSize = 14
  820. hipheight_txtbox.TextWrapped = true
  821.  
  822. resetdefault.Name = "resetdefault"
  823. resetdefault.Parent = Humanoid1
  824. resetdefault.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  825. resetdefault.BorderSizePixel = 0
  826. resetdefault.Position = UDim2.new(0.264947623, 0, 0.183971807, 0)
  827. resetdefault.Size = UDim2.new(0.471017987, 0, 0.065704219, 0)
  828. resetdefault.Font = Enum.Font.SourceSans
  829. resetdefault.Text = "Reset Default"
  830. resetdefault.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  831. resetdefault.TextSize = 20
  832.  
  833. gravity.Name = "gravity"
  834. gravity.Parent = Humanoid1
  835. gravity.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  836. gravity.BorderSizePixel = 0
  837. gravity.Position = UDim2.new(0.500456631, 0, 0.105126746, 0)
  838. gravity.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  839. gravity.Font = Enum.Font.SourceSans
  840. gravity.Text = "Change Gravity to"
  841. gravity.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  842. gravity.TextSize = 17
  843.  
  844. gravity_txtbox.Name = "gravity_txtbox"
  845. gravity_txtbox.Parent = Humanoid1
  846. gravity_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  847. gravity_txtbox.BorderSizePixel = 0
  848. gravity_txtbox.Position = UDim2.new(0.839000821, 0, 0.105126746, 0)
  849. gravity_txtbox.Size = UDim2.new(0.132473812, 0, 0.065704219, 0)
  850. gravity_txtbox.Font = Enum.Font.SourceSansBold
  851. gravity_txtbox.Text = "196.2"
  852. gravity_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  853. gravity_txtbox.TextScaled = true
  854. gravity_txtbox.TextSize = 14
  855. gravity_txtbox.TextWrapped = true
  856.  
  857. noclip.Name = "noclip"
  858. noclip.Parent = Humanoid1
  859. noclip.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  860. noclip.BorderSizePixel = 0
  861. noclip.Position = UDim2.new(0.0294386242, 0, 0.275957704, 0)
  862. noclip.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  863. noclip.Font = Enum.Font.SourceSans
  864. noclip.Text = "Noclip [1]"
  865. noclip.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  866. noclip.TextSize = 20
  867.  
  868. noclip2.Name = "noclip2"
  869. noclip2.Parent = Humanoid1
  870. noclip2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  871. noclip2.BorderSizePixel = 0
  872. noclip2.Position = UDim2.new(0.0294386242, 0, 0.354802758, 0)
  873. noclip2.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  874. noclip2.Font = Enum.Font.SourceSans
  875. noclip2.Text = "Noclip [2]"
  876. noclip2.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  877. noclip2.TextSize = 20
  878.  
  879. noclip3.Name = "noclip3"
  880. noclip3.Parent = Humanoid1
  881. noclip3.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  882. noclip3.BorderSizePixel = 0
  883. noclip3.Position = UDim2.new(0.0294386242, 0, 0.433647841, 0)
  884. noclip3.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  885. noclip3.Font = Enum.Font.SourceSans
  886. noclip3.Text = "Noclip [3]"
  887. noclip3.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  888. noclip3.TextSize = 20
  889.  
  890. Fly.Name = "Fly"
  891. Fly.Parent = Humanoid1
  892. Fly.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  893. Fly.BorderSizePixel = 0
  894. Fly.Position = UDim2.new(0.367982805, 0, 0.275957704, 0)
  895. Fly.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  896. Fly.Font = Enum.Font.SourceSans
  897. Fly.Text = "Fly"
  898. Fly.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  899. Fly.TextSize = 20
  900.  
  901. infjump.Name = "infjump"
  902. infjump.Parent = Humanoid1
  903. infjump.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  904. infjump.BorderSizePixel = 0
  905. infjump.Position = UDim2.new(0.367982805, 0, 0.354802758, 0)
  906. infjump.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  907. infjump.Font = Enum.Font.SourceSans
  908. infjump.Text = "Infinite Jump"
  909. infjump.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  910. infjump.TextSize = 18
  911.  
  912. clickTP.Name = "clickTP"
  913. clickTP.Parent = Humanoid1
  914. clickTP.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  915. clickTP.BorderSizePixel = 0
  916. clickTP.Position = UDim2.new(0.367982805, 0, 0.433647841, 0)
  917. clickTP.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  918. clickTP.Font = Enum.Font.SourceSans
  919. clickTP.Text = "Click TP"
  920. clickTP.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  921. clickTP.TextSize = 18
  922.  
  923. Godmode.Name = "Godmode"
  924. Godmode.Parent = Humanoid1
  925. Godmode.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  926. Godmode.BorderSizePixel = 0
  927. Godmode.Position = UDim2.new(0.706526995, 0, 0.275957704, 0)
  928. Godmode.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  929. Godmode.Font = Enum.Font.SourceSans
  930. Godmode.Text = "Godmode"
  931. Godmode.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  932. Godmode.TextSize = 18
  933.  
  934. invisible.Name = "invisible"
  935. invisible.Parent = Humanoid1
  936. invisible.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  937. invisible.BorderSizePixel = 0
  938. invisible.Position = UDim2.new(0.706526995, 0, 0.354802758, 0)
  939. invisible.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  940. invisible.Font = Enum.Font.SourceSans
  941. invisible.Text = "Invisible"
  942. invisible.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  943. invisible.TextSize = 18
  944.  
  945. respawn.Name = "respawn"
  946. respawn.Parent = Humanoid1
  947. respawn.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  948. respawn.BorderSizePixel = 0
  949. respawn.Position = UDim2.new(0.206070378, 0, 0.512492895, 0)
  950. respawn.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  951. respawn.Font = Enum.Font.SourceSans
  952. respawn.Text = "Respawn [1]"
  953. respawn.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  954. respawn.TextSize = 18
  955.  
  956. respawn2.Name = "respawn2"
  957. respawn2.Parent = Humanoid1
  958. respawn2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  959. respawn2.BorderSizePixel = 0
  960. respawn2.Position = UDim2.new(0.529895246, 0, 0.512492895, 0)
  961. respawn2.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  962. respawn2.Font = Enum.Font.SourceSans
  963. respawn2.Text = "Respawn [2]"
  964. respawn2.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  965. respawn2.TextSize = 18
  966.  
  967. chat.Name = "chat"
  968. chat.Parent = Humanoid1
  969. chat.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  970. chat.BorderSizePixel = 0
  971. chat.Position = UDim2.new(0.0294386242, 0, 0.604478776, 0)
  972. chat.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  973. chat.Font = Enum.Font.SourceSans
  974. chat.Text = "Chat"
  975. chat.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  976. chat.TextSize = 20
  977.  
  978. spam.Name = "spam"
  979. spam.Parent = Humanoid1
  980. spam.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  981. spam.BorderSizePixel = 0
  982. spam.Position = UDim2.new(0.0294386242, 0, 0.683323801, 0)
  983. spam.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  984. spam.Font = Enum.Font.SourceSans
  985. spam.Text = "Spam"
  986. spam.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  987. spam.TextSize = 20
  988.  
  989. spamdelay.Name = "spamdelay"
  990. spamdelay.Parent = Humanoid1
  991. spamdelay.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  992. spamdelay.BorderSizePixel = 0
  993. spamdelay.Position = UDim2.new(0.367982805, 0, 0.683323801, 0)
  994. spamdelay.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  995. spamdelay.Font = Enum.Font.SourceSans
  996. spamdelay.Text = "Spam Delay"
  997. spamdelay.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  998. spamdelay.TextSize = 20
  999.  
  1000. chat_txtbox.Name = "chat_txtbox"
  1001. chat_txtbox.Parent = Humanoid1
  1002. chat_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1003. chat_txtbox.BorderSizePixel = 0
  1004. chat_txtbox.Position = UDim2.new(0.294386238, 0, 0.604478776, 0)
  1005. chat_txtbox.Size = UDim2.new(0.67708838, 0, 0.065704219, 0)
  1006. chat_txtbox.Font = Enum.Font.SourceSansBold
  1007. chat_txtbox.Text = "This is a message."
  1008. chat_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1009. chat_txtbox.TextScaled = true
  1010. chat_txtbox.TextSize = 14
  1011. chat_txtbox.TextWrapped = true
  1012.  
  1013. spamdelay_txtbox.Name = "spamdelay_txtbox"
  1014. spamdelay_txtbox.Parent = Humanoid1
  1015. spamdelay_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1016. spamdelay_txtbox.BorderSizePixel = 0
  1017. spamdelay_txtbox.Position = UDim2.new(0.632930458, 0, 0.683323801, 0)
  1018. spamdelay_txtbox.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1019. spamdelay_txtbox.Font = Enum.Font.SourceSansBold
  1020. spamdelay_txtbox.Text = "0.75"
  1021. spamdelay_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1022. spamdelay_txtbox.TextScaled = true
  1023. spamdelay_txtbox.TextSize = 14
  1024. spamdelay_txtbox.TextWrapped = true
  1025.  
  1026. blockhead.Name = "blockhead"
  1027. blockhead.Parent = Humanoid1
  1028. blockhead.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1029. blockhead.BorderSizePixel = 0
  1030. blockhead.Position = UDim2.new(0.706526995, 0, 0.433647841, 0)
  1031. blockhead.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1032. blockhead.Font = Enum.Font.SourceSans
  1033. blockhead.Text = "Block Head"
  1034. blockhead.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1035. blockhead.TextSize = 17
  1036.  
  1037. blockhats.Name = "blockhats"
  1038. blockhats.Parent = Humanoid1
  1039. blockhats.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1040. blockhats.BorderSizePixel = 0
  1041. blockhats.Position = UDim2.new(0.0294386242, 0, 0.762168944, 0)
  1042. blockhats.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1043. blockhats.Font = Enum.Font.SourceSans
  1044. blockhats.Text = "Block Hats"
  1045. blockhats.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1046. blockhats.TextSize = 17
  1047.  
  1048. drophats.Name = "drophats"
  1049. drophats.Parent = Humanoid1
  1050. drophats.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1051. drophats.BorderSizePixel = 0
  1052. drophats.Position = UDim2.new(0.367982805, 0, 0.762168944, 0)
  1053. drophats.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1054. drophats.Font = Enum.Font.SourceSans
  1055. drophats.Text = "Drop Hats"
  1056. drophats.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1057. drophats.TextSize = 17
  1058.  
  1059. blocktool.Name = "blocktool"
  1060. blocktool.Parent = Humanoid1
  1061. blocktool.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1062. blocktool.BorderSizePixel = 0
  1063. blocktool.Position = UDim2.new(0.706526995, 0, 0.762168944, 0)
  1064. blocktool.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1065. blocktool.Font = Enum.Font.SourceSans
  1066. blocktool.Text = "Block Tool"
  1067. blocktool.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1068. blocktool.TextSize = 17
  1069.  
  1070. droptool.Name = "droptool"
  1071. droptool.Parent = Humanoid1
  1072. droptool.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1073. droptool.BorderSizePixel = 0
  1074. droptool.Position = UDim2.new(0.0294386242, 0, 0.841013968, 0)
  1075. droptool.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1076. droptool.Font = Enum.Font.SourceSans
  1077. droptool.Text = "Drop Tool"
  1078. droptool.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1079. droptool.TextSize = 17
  1080.  
  1081. reach.Name = "reach"
  1082. reach.Parent = Humanoid1
  1083. reach.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1084. reach.BorderSizePixel = 0
  1085. reach.Position = UDim2.new(0.367982805, 0, 0.841013968, 0)
  1086. reach.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1087. reach.Font = Enum.Font.SourceSans
  1088. reach.Text = "Reach"
  1089. reach.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1090. reach.TextSize = 17
  1091.  
  1092. reach_txtbox.Name = "reach_txtbox"
  1093. reach_txtbox.Parent = Humanoid1
  1094. reach_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1095. reach_txtbox.BorderSizePixel = 0
  1096. reach_txtbox.Position = UDim2.new(0.632930458, 0, 0.841013968, 0)
  1097. reach_txtbox.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1098. reach_txtbox.Font = Enum.Font.SourceSansBold
  1099. reach_txtbox.Text = "60"
  1100. reach_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1101. reach_txtbox.TextScaled = true
  1102. reach_txtbox.TextSize = 14
  1103. reach_txtbox.TextWrapped = true
  1104.  
  1105. Humanoid_NEXTBUTTON.Name = "Humanoid_NEXTBUTTON"
  1106. Humanoid_NEXTBUTTON.Parent = Humanoid1
  1107. Humanoid_NEXTBUTTON.BackgroundColor3 = Color3.new(0.72549, 0.219608, 0.219608)
  1108. Humanoid_NEXTBUTTON.BorderSizePixel = 0
  1109. Humanoid_NEXTBUTTON.Position = UDim2.new(0.706526995, 0, 0.919858992, 0)
  1110. Humanoid_NEXTBUTTON.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1111. Humanoid_NEXTBUTTON.Font = Enum.Font.SourceSans
  1112. Humanoid_NEXTBUTTON.Text = "NEXT"
  1113. Humanoid_NEXTBUTTON.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1114. Humanoid_NEXTBUTTON.TextSize = 20
  1115.  
  1116. Humanoid2.Name = "Humanoid2"
  1117. Humanoid2.Parent = Pages
  1118. Humanoid2.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1119. Humanoid2.BorderSizePixel = 0
  1120. Humanoid2.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  1121. Humanoid2.Visible = false
  1122.  
  1123. delpants.Name = "delpants"
  1124. delpants.Parent = Humanoid2
  1125. delpants.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1126. delpants.BorderSizePixel = 0
  1127. delpants.Position = UDim2.new(0.544614553, 0, 0.722746372, 0)
  1128. delpants.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1129. delpants.Font = Enum.Font.SourceSans
  1130. delpants.Text = "Pants"
  1131. delpants.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1132. delpants.TextSize = 19
  1133.  
  1134. Humanoid_PREVBUTTON.Name = "Humanoid_PREVBUTTON"
  1135. Humanoid_PREVBUTTON.Parent = Humanoid2
  1136. Humanoid_PREVBUTTON.BackgroundColor3 = Color3.new(0.72549, 0.219608, 0.219608)
  1137. Humanoid_PREVBUTTON.BorderSizePixel = 0
  1138. Humanoid_PREVBUTTON.Position = UDim2.new(0.0294386242, 0, 0.919858992, 0)
  1139. Humanoid_PREVBUTTON.Size = UDim2.new(0.264947623, 0, 0.065704219, 0)
  1140. Humanoid_PREVBUTTON.Font = Enum.Font.SourceSans
  1141. Humanoid_PREVBUTTON.Text = "PREV"
  1142. Humanoid_PREVBUTTON.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1143. Humanoid_PREVBUTTON.TextSize = 20
  1144.  
  1145. autodrophats.Name = "autodrophats"
  1146. autodrophats.Parent = Humanoid2
  1147. autodrophats.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1148. autodrophats.BorderSizePixel = 0
  1149. autodrophats.Position = UDim2.new(0.0441579372, 0, 0.775309682, 0)
  1150. autodrophats.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1151. autodrophats.Font = Enum.Font.SourceSans
  1152. autodrophats.Text = "Auto Drop Hats"
  1153. autodrophats.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1154. autodrophats.TextSize = 20
  1155.  
  1156. autodroptool.Name = "autodroptool"
  1157. autodroptool.Parent = Humanoid2
  1158. autodroptool.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1159. autodroptool.BorderSizePixel = 0
  1160. autodroptool.Position = UDim2.new(0.0441579372, 0, 0.696464658, 0)
  1161. autodroptool.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1162. autodroptool.Font = Enum.Font.SourceSans
  1163. autodroptool.Text = "Auto Drop Tools"
  1164. autodroptool.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1165. autodroptool.TextSize = 20
  1166.  
  1167. autoblockhats.Name = "autoblockhats"
  1168. autoblockhats.Parent = Humanoid2
  1169. autoblockhats.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1170. autoblockhats.BorderSizePixel = 0
  1171. autoblockhats.Position = UDim2.new(0.0441579372, 0, 0.617619634, 0)
  1172. autoblockhats.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1173. autoblockhats.Font = Enum.Font.SourceSans
  1174. autoblockhats.Text = "Auto Block Hats"
  1175. autoblockhats.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1176. autoblockhats.TextSize = 19
  1177.  
  1178. autoblocktool.Name = "autoblocktool"
  1179. autoblocktool.Parent = Humanoid2
  1180. autoblocktool.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1181. autoblocktool.BorderSizePixel = 0
  1182. autoblocktool.Position = UDim2.new(0.0441579372, 0, 0.53877455, 0)
  1183. autoblocktool.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1184. autoblocktool.Font = Enum.Font.SourceSans
  1185. autoblocktool.Text = "Auto Block Tools"
  1186. autoblocktool.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1187. autoblocktool.TextSize = 19
  1188.  
  1189. leftleg.Name = "leftleg"
  1190. leftleg.Parent = Humanoid2
  1191. leftleg.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1192. leftleg.BorderSizePixel = 0
  1193. leftleg.Position = UDim2.new(0.147193119, 0, 0.3416619, 0)
  1194. leftleg.Size = UDim2.new(0.0883158743, 0, 0.17083095, 0)
  1195.  
  1196. rightleg.Name = "rightleg"
  1197. rightleg.Parent = Humanoid2
  1198. rightleg.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1199. rightleg.BorderSizePixel = 0
  1200. rightleg.Position = UDim2.new(0.264947623, 0, 0.3416619, 0)
  1201. rightleg.Size = UDim2.new(0.0883158743, 0, 0.17083095, 0)
  1202.  
  1203. torso.Name = "torso"
  1204. torso.Parent = Humanoid2
  1205. torso.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1206. torso.BorderSizePixel = 0
  1207. torso.Position = UDim2.new(0.147193119, 0, 0.157690123, 0)
  1208. torso.Size = UDim2.new(0.206070378, 0, 0.17083095, 0)
  1209.  
  1210. rightarm.Name = "rightarm"
  1211. rightarm.Parent = Humanoid2
  1212. rightarm.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1213. rightarm.BorderSizePixel = 0
  1214. rightarm.Position = UDim2.new(0.375, 0, 0.158000007, 0)
  1215. rightarm.Size = UDim2.new(0.0883158743, 0, 0.17083095, 0)
  1216.  
  1217. leftarm.Name = "leftarm"
  1218. leftarm.Parent = Humanoid2
  1219. leftarm.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1220. leftarm.BorderSizePixel = 0
  1221. leftarm.Position = UDim2.new(0.0370000005, 0, 0.158000007, 0)
  1222. leftarm.Size = UDim2.new(0.0883158743, 0, 0.17083095, 0)
  1223.  
  1224. head.Name = "head"
  1225. head.Parent = Humanoid2
  1226. head.BackgroundColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  1227. head.BorderSizePixel = 0
  1228. head.Position = UDim2.new(0.191351071, 0, 0.0394225307, 0)
  1229. head.Size = UDim2.new(0.117754497, 0, 0.105126746, 0)
  1230.  
  1231. TextLabel_9.Parent = Humanoid2
  1232. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1233. TextLabel_9.BackgroundTransparency = 1
  1234. TextLabel_9.Position = UDim2.new(0.588772476, 0, 0.0131408432, 0)
  1235. TextLabel_9.Size = UDim2.new(0.250228316, 0, 0.065704219, 0)
  1236. TextLabel_9.Font = Enum.Font.SourceSansLight
  1237. TextLabel_9.Text = "Delete"
  1238. TextLabel_9.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1239. TextLabel_9.TextSize = 30
  1240.  
  1241. delleftleg.Name = "delleftleg"
  1242. delleftleg.Parent = Humanoid2
  1243. delleftleg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1244. delleftleg.BorderSizePixel = 0
  1245. delleftleg.Position = UDim2.new(0.544614553, 0, 0.0919859037, 0)
  1246. delleftleg.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1247. delleftleg.Font = Enum.Font.SourceSans
  1248. delleftleg.Text = "Left Leg"
  1249. delleftleg.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1250. delleftleg.TextSize = 19
  1251.  
  1252. delrightleg.Name = "delrightleg"
  1253. delrightleg.Parent = Humanoid2
  1254. delrightleg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1255. delrightleg.BorderSizePixel = 0
  1256. delrightleg.Position = UDim2.new(0.544614553, 0, 0.17083095, 0)
  1257. delrightleg.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1258. delrightleg.Font = Enum.Font.SourceSans
  1259. delrightleg.Text = "Right Leg"
  1260. delrightleg.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1261. delrightleg.TextSize = 19
  1262.  
  1263. delrightarm.Name = "delrightarm"
  1264. delrightarm.Parent = Humanoid2
  1265. delrightarm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1266. delrightarm.BorderSizePixel = 0
  1267. delrightarm.Position = UDim2.new(0.544614553, 0, 0.249676004, 0)
  1268. delrightarm.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1269. delrightarm.Font = Enum.Font.SourceSans
  1270. delrightarm.Text = "Right Arm"
  1271. delrightarm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1272. delrightarm.TextSize = 19
  1273.  
  1274. delleftarm.Name = "delleftarm"
  1275. delleftarm.Parent = Humanoid2
  1276. delleftarm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1277. delleftarm.BorderSizePixel = 0
  1278. delleftarm.Position = UDim2.new(0.544614553, 0, 0.328521073, 0)
  1279. delleftarm.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1280. delleftarm.Font = Enum.Font.SourceSans
  1281. delleftarm.Text = "Left Arm"
  1282. delleftarm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1283. delleftarm.TextSize = 19
  1284.  
  1285. deltorso.Name = "deltorso"
  1286. deltorso.Parent = Humanoid2
  1287. deltorso.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1288. deltorso.BorderSizePixel = 0
  1289. deltorso.Position = UDim2.new(0.544614553, 0, 0.407366127, 0)
  1290. deltorso.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1291. deltorso.Font = Enum.Font.SourceSans
  1292. deltorso.Text = "Torso"
  1293. deltorso.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1294. deltorso.TextSize = 19
  1295.  
  1296. delhead.Name = "delhead"
  1297. delhead.Parent = Humanoid2
  1298. delhead.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1299. delhead.BorderSizePixel = 0
  1300. delhead.Position = UDim2.new(0.544614553, 0, 0.486211181, 0)
  1301. delhead.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1302. delhead.Font = Enum.Font.SourceSans
  1303. delhead.Text = "Head"
  1304. delhead.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1305. delhead.TextSize = 19
  1306.  
  1307. delhats.Name = "delhats"
  1308. delhats.Parent = Humanoid2
  1309. delhats.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1310. delhats.BorderSizePixel = 0
  1311. delhats.Position = UDim2.new(0.544614553, 0, 0.565056264, 0)
  1312. delhats.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1313. delhats.Font = Enum.Font.SourceSans
  1314. delhats.Text = "Accessories"
  1315. delhats.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1316. delhats.TextSize = 19
  1317.  
  1318. delshirt.Name = "delshirt"
  1319. delshirt.Parent = Humanoid2
  1320. delshirt.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1321. delshirt.BorderSizePixel = 0
  1322. delshirt.Position = UDim2.new(0.544614553, 0, 0.643901289, 0)
  1323. delshirt.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1324. delshirt.Font = Enum.Font.SourceSans
  1325. delshirt.Text = "Shirt"
  1326. delshirt.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1327. delshirt.TextSize = 19
  1328.  
  1329. dellimbs.Name = "dellimbs"
  1330. dellimbs.Parent = Humanoid2
  1331. dellimbs.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1332. dellimbs.BorderSizePixel = 0
  1333. dellimbs.Position = UDim2.new(0.544614553, 0, 0.801591396, 0)
  1334. dellimbs.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1335. dellimbs.Font = Enum.Font.SourceSans
  1336. dellimbs.Text = "All Limbs"
  1337. dellimbs.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1338. dellimbs.TextSize = 19
  1339.  
  1340. delclothes.Name = "delclothes"
  1341. delclothes.Parent = Humanoid2
  1342. delclothes.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1343. delclothes.BorderSizePixel = 0
  1344. delclothes.Position = UDim2.new(0.544614553, 0, 0.88043642, 0)
  1345. delclothes.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1346. delclothes.Font = Enum.Font.SourceSans
  1347. delclothes.Text = "All Clothes"
  1348. delclothes.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1349. delclothes.TextSize = 19
  1350.  
  1351. CharacterMovers.Name = "CharacterMovers"
  1352. CharacterMovers.Parent = Pages
  1353. CharacterMovers.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1354. CharacterMovers.BorderSizePixel = 0
  1355. CharacterMovers.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  1356. CharacterMovers.Visible = false
  1357.  
  1358. TextLabel_10.Parent = CharacterMovers
  1359. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1360. TextLabel_10.BackgroundTransparency = 1
  1361. TextLabel_10.Position = UDim2.new(0.147193119, 0, 0.0919859037, 0)
  1362. TextLabel_10.Size = UDim2.new(0.721246302, 0, 0.065704219, 0)
  1363. TextLabel_10.Font = Enum.Font.SourceSansLight
  1364. TextLabel_10.Text = "Enter Vector3 Value E.G 10,10,10"
  1365. TextLabel_10.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1366. TextLabel_10.TextSize = 20
  1367.  
  1368. bodyforce.Name = "bodyforce"
  1369. bodyforce.Parent = CharacterMovers
  1370. bodyforce.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1371. bodyforce.BorderSizePixel = 0
  1372. bodyforce.Position = UDim2.new(0.0294386242, 0, 0.0262816865, 0)
  1373. bodyforce.Size = UDim2.new(0.33854419, 0, 0.065704219, 0)
  1374. bodyforce.Font = Enum.Font.SourceSans
  1375. bodyforce.Text = "Body Force"
  1376. bodyforce.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1377. bodyforce.TextSize = 19
  1378.  
  1379. bodyforce_txtbox.Name = "bodyforce_txtbox"
  1380. bodyforce_txtbox.Parent = CharacterMovers
  1381. bodyforce_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1382. bodyforce_txtbox.BorderSizePixel = 0
  1383. bodyforce_txtbox.Position = UDim2.new(0.367982805, 0, 0.0262816865, 0)
  1384. bodyforce_txtbox.Size = UDim2.new(0.603491783, 0, 0.065704219, 0)
  1385. bodyforce_txtbox.Font = Enum.Font.SourceSansBold
  1386. bodyforce_txtbox.Text = "4500,1000,2500"
  1387. bodyforce_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1388. bodyforce_txtbox.TextScaled = true
  1389. bodyforce_txtbox.TextSize = 14
  1390. bodyforce_txtbox.TextWrapped = true
  1391.  
  1392. charmoveplrbox.Name = "charmoveplrbox"
  1393. charmoveplrbox.Parent = CharacterMovers
  1394. charmoveplrbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1395. charmoveplrbox.BorderSizePixel = 0
  1396. charmoveplrbox.Position = UDim2.new(0.206070378, 0, 0.157690123, 0)
  1397. charmoveplrbox.Size = UDim2.new(0.603491783, 0, 0.052563373, 0)
  1398. charmoveplrbox.Font = Enum.Font.SourceSansBold
  1399. charmoveplrbox.Text = "player username"
  1400. charmoveplrbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1401. charmoveplrbox.TextScaled = true
  1402. charmoveplrbox.TextSize = 14
  1403. charmoveplrbox.TextWrapped = true
  1404.  
  1405. Orbit.Name = "Orbit"
  1406. Orbit.Parent = CharacterMovers
  1407. Orbit.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1408. Orbit.BorderSizePixel = 0
  1409. Orbit.Position = UDim2.new(0.0294386242, 0, 0.236535177, 0)
  1410. Orbit.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1411. Orbit.Font = Enum.Font.SourceSans
  1412. Orbit.Text = "Orbit"
  1413. Orbit.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1414. Orbit.TextSize = 19
  1415.  
  1416. Push.Name = "Push"
  1417. Push.Parent = CharacterMovers
  1418. Push.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1419. Push.BorderSizePixel = 0
  1420. Push.Position = UDim2.new(0.353263497, 0, 0.236535177, 0)
  1421. Push.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1422. Push.Font = Enum.Font.SourceSans
  1423. Push.Text = "Push"
  1424. Push.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1425. Push.TextSize = 19
  1426.  
  1427. Aimhead.Name = "Aimhead"
  1428. Aimhead.Parent = CharacterMovers
  1429. Aimhead.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1430. Aimhead.BorderSizePixel = 0
  1431. Aimhead.Position = UDim2.new(0.67708838, 0, 0.236535177, 0)
  1432. Aimhead.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1433. Aimhead.Font = Enum.Font.SourceSans
  1434. Aimhead.Text = "AimHead"
  1435. Aimhead.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1436. Aimhead.TextSize = 19
  1437.  
  1438. AimLeg.Name = "AimLeg"
  1439. AimLeg.Parent = CharacterMovers
  1440. AimLeg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1441. AimLeg.BorderSizePixel = 0
  1442. AimLeg.Position = UDim2.new(0.0294386242, 0, 0.315380245, 0)
  1443. AimLeg.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1444. AimLeg.Font = Enum.Font.SourceSans
  1445. AimLeg.Text = "AimLeg"
  1446. AimLeg.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1447. AimLeg.TextSize = 19
  1448.  
  1449. AimArm.Name = "AimArm"
  1450. AimArm.Parent = CharacterMovers
  1451. AimArm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1452. AimArm.BorderSizePixel = 0
  1453. AimArm.Position = UDim2.new(0.353263497, 0, 0.315380245, 0)
  1454. AimArm.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1455. AimArm.Font = Enum.Font.SourceSans
  1456. AimArm.Text = "AimArm"
  1457. AimArm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1458. AimArm.TextSize = 19
  1459.  
  1460. Limbsaim.Name = "Limbsaim"
  1461. Limbsaim.Parent = CharacterMovers
  1462. Limbsaim.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1463. Limbsaim.BorderSizePixel = 0
  1464. Limbsaim.Position = UDim2.new(0.67708838, 0, 0.315380245, 0)
  1465. Limbsaim.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1466. Limbsaim.Font = Enum.Font.SourceSans
  1467. Limbsaim.Text = "Limbs"
  1468. Limbsaim.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1469. Limbsaim.TextSize = 19
  1470.  
  1471. multiple.Name = "multiple"
  1472. multiple.Parent = CharacterMovers
  1473. multiple.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1474. multiple.BorderSizePixel = 0
  1475. multiple.Position = UDim2.new(0.67708838, 0, 0.39422527, 0)
  1476. multiple.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1477. multiple.Font = Enum.Font.SourceSans
  1478. multiple.Text = "Multiple"
  1479. multiple.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1480. multiple.TextSize = 19
  1481.  
  1482. predictor.Name = "predictor"
  1483. predictor.Parent = CharacterMovers
  1484. predictor.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1485. predictor.BorderSizePixel = 0
  1486. predictor.Position = UDim2.new(0.353263497, 0, 0.39422527, 0)
  1487. predictor.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1488. predictor.Font = Enum.Font.SourceSans
  1489. predictor.Text = "Predict"
  1490. predictor.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1491. predictor.TextSize = 19
  1492.  
  1493. Slow.Name = "Slow"
  1494. Slow.Parent = CharacterMovers
  1495. Slow.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1496. Slow.BorderSizePixel = 0
  1497. Slow.Position = UDim2.new(0.0294386242, 0, 0.39422527, 0)
  1498. Slow.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1499. Slow.Font = Enum.Font.SourceSans
  1500. Slow.Text = "Slow"
  1501. Slow.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1502. Slow.TextSize = 19
  1503.  
  1504. violent.Name = "violent"
  1505. violent.Parent = CharacterMovers
  1506. violent.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1507. violent.BorderSizePixel = 0
  1508. violent.Position = UDim2.new(0.0294386242, 0, 0.473070353, 0)
  1509. violent.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1510. violent.Font = Enum.Font.SourceSans
  1511. violent.Text = "Violent"
  1512. violent.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1513. violent.TextSize = 19
  1514.  
  1515. Reverse.Name = "Reverse"
  1516. Reverse.Parent = CharacterMovers
  1517. Reverse.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1518. Reverse.BorderSizePixel = 0
  1519. Reverse.Position = UDim2.new(0.353263497, 0, 0.473070353, 0)
  1520. Reverse.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1521. Reverse.Font = Enum.Font.SourceSans
  1522. Reverse.Text = "Reverse"
  1523. Reverse.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1524. Reverse.TextSize = 19
  1525.  
  1526. Max.Name = "Max"
  1527. Max.Parent = CharacterMovers
  1528. Max.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1529. Max.BorderSizePixel = 0
  1530. Max.Position = UDim2.new(0.67708838, 0, 0.473070353, 0)
  1531. Max.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1532. Max.Font = Enum.Font.SourceSans
  1533. Max.Text = "Maximum"
  1534. Max.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1535. Max.TextSize = 19
  1536.  
  1537. Animations15.Name = "Animations15"
  1538. Animations15.Parent = Pages
  1539. Animations15.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1540. Animations15.BorderSizePixel = 0
  1541. Animations15.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  1542. Animations15.Visible = false
  1543.  
  1544. animspeed_txtbox.Name = "animspeed_txtbox"
  1545. animspeed_txtbox.Parent = Animations15
  1546. animspeed_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1547. animspeed_txtbox.BorderSizePixel = 0
  1548. animspeed_txtbox.Position = UDim2.new(0.397421449, 0, 0.0262816865, 0)
  1549. animspeed_txtbox.Size = UDim2.new(0.220789701, 0, 0.065704219, 0)
  1550. animspeed_txtbox.Font = Enum.Font.SourceSansBold
  1551. animspeed_txtbox.Text = "1"
  1552. animspeed_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1553. animspeed_txtbox.TextScaled = true
  1554. animspeed_txtbox.TextSize = 14
  1555. animspeed_txtbox.TextWrapped = true
  1556.  
  1557. animspeed.Name = "animspeed"
  1558. animspeed.Parent = Animations15
  1559. animspeed.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1560. animspeed.BorderSizePixel = 0
  1561. animspeed.Position = UDim2.new(0.0294386242, 0, 0.0262816865, 0)
  1562. animspeed.Size = UDim2.new(0.367982805, 0, 0.065704219, 0)
  1563. animspeed.Font = Enum.Font.SourceSans
  1564. animspeed.Text = "Animation Speed"
  1565. animspeed.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1566. animspeed.TextSize = 19
  1567.  
  1568. superdance.Name = "superdance"
  1569. superdance.Parent = Animations15
  1570. superdance.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1571. superdance.BorderSizePixel = 0
  1572. superdance.Position = UDim2.new(0.353263497, 0, 0.197112635, 0)
  1573. superdance.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1574. superdance.Font = Enum.Font.SourceSans
  1575. superdance.Text = "Super Dance"
  1576. superdance.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1577. superdance.TextSize = 19
  1578.  
  1579. Guitar.Name = "Guitar"
  1580. Guitar.Parent = Animations15
  1581. Guitar.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1582. Guitar.BorderSizePixel = 0
  1583. Guitar.Position = UDim2.new(0.0294386242, 0, 0.197112635, 0)
  1584. Guitar.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1585. Guitar.Font = Enum.Font.SourceSans
  1586. Guitar.Text = "Guitar"
  1587. Guitar.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1588. Guitar.TextSize = 19
  1589.  
  1590. looped.Name = "looped"
  1591. looped.Parent = Animations15
  1592. looped.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1593. looped.BorderSizePixel = 0
  1594. looped.Position = UDim2.new(0.0294386242, 0, 0.105126746, 0)
  1595. looped.Size = UDim2.new(0.412140757, 0, 0.065704219, 0)
  1596. looped.Font = Enum.Font.SourceSans
  1597. looped.Text = "Looped Animations"
  1598. looped.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1599. looped.TextSize = 19
  1600.  
  1601. loopedcheck.Name = "loopedcheck"
  1602. loopedcheck.Parent = Animations15
  1603. loopedcheck.BackgroundColor3 = Color3.new(0.403922, 1, 0.403922)
  1604. loopedcheck.BorderSizePixel = 0
  1605. loopedcheck.Position = UDim2.new(0.441579401, 0, 0.105126746, 0)
  1606. loopedcheck.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  1607.  
  1608. showingr156.Name = "showingr156"
  1609. showingr156.Parent = Animations15
  1610. showingr156.BackgroundColor3 = Color3.new(1, 1, 1)
  1611. showingr156.BackgroundTransparency = 1
  1612. showingr156.Position = UDim2.new(0.529895246, 0, 0.0919859037, 0)
  1613. showingr156.Size = UDim2.new(0.397421449, 0, 0.0788450614, 0)
  1614. showingr156.Font = Enum.Font.SourceSansLight
  1615. showingr156.Text = "Showing R15"
  1616. showingr156.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1617. showingr156.TextSize = 30
  1618.  
  1619. shake.Name = "shake"
  1620. shake.Parent = Animations15
  1621. shake.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1622. shake.BorderSizePixel = 0
  1623. shake.Position = UDim2.new(0.0294386242, 0, 0.275957704, 0)
  1624. shake.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1625. shake.Font = Enum.Font.SourceSans
  1626. shake.Text = "Shake"
  1627. shake.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1628. shake.TextSize = 19
  1629.  
  1630. flingarms.Name = "flingarms"
  1631. flingarms.Parent = Animations15
  1632. flingarms.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1633. flingarms.BorderSizePixel = 0
  1634. flingarms.Position = UDim2.new(0, 120, 0, 105)
  1635. flingarms.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1636. flingarms.Font = Enum.Font.SourceSans
  1637. flingarms.Text = "Fling Arms"
  1638. flingarms.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1639. flingarms.TextSize = 19
  1640.  
  1641. rotate.Name = "rotate"
  1642. rotate.Parent = Animations15
  1643. rotate.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1644. rotate.BorderSizePixel = 0
  1645. rotate.Position = UDim2.new(0, 230, 0, 75)
  1646. rotate.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1647. rotate.Font = Enum.Font.SourceSans
  1648. rotate.Text = "Rotate"
  1649. rotate.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1650. rotate.TextSize = 19
  1651.  
  1652. bend.Name = "bend"
  1653. bend.Parent = Animations15
  1654. bend.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1655. bend.BorderSizePixel = 0
  1656. bend.Position = UDim2.new(0, 230, 0, 105)
  1657. bend.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1658. bend.Font = Enum.Font.SourceSans
  1659. bend.Text = "Bend"
  1660. bend.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1661. bend.TextSize = 19
  1662.  
  1663. circlearm.Name = "circlearm"
  1664. circlearm.Parent = Animations15
  1665. circlearm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1666. circlearm.BorderSizePixel = 0
  1667. circlearm.Position = UDim2.new(0, 120, 0, 136)
  1668. circlearm.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1669. circlearm.Font = Enum.Font.SourceSans
  1670. circlearm.Text = "Circle Arm"
  1671. circlearm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1672. circlearm.TextSize = 19
  1673.  
  1674. float.Name = "float"
  1675. float.Parent = Animations15
  1676. float.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1677. float.BorderSizePixel = 0
  1678. float.Position = UDim2.new(0, 10, 0, 136)
  1679. float.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1680. float.Font = Enum.Font.SourceSans
  1681. float.Text = "Float"
  1682. float.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1683. float.TextSize = 19
  1684.  
  1685. floatslash.Name = "floatslash"
  1686. floatslash.Parent = Animations15
  1687. floatslash.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1688. floatslash.BorderSizePixel = 0
  1689. floatslash.Position = UDim2.new(0, 230, 0, 136)
  1690. floatslash.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1691. floatslash.Font = Enum.Font.SourceSans
  1692. floatslash.Text = "Float Slash"
  1693. floatslash.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1694. floatslash.TextSize = 19
  1695.  
  1696. quickspin.Name = "quickspin"
  1697. quickspin.Parent = Animations15
  1698. quickspin.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1699. quickspin.BorderSizePixel = 0
  1700. quickspin.Position = UDim2.new(0, 120, 0, 166)
  1701. quickspin.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1702. quickspin.Font = Enum.Font.SourceSans
  1703. quickspin.Text = "Quick Spin"
  1704. quickspin.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1705. quickspin.TextSize = 19
  1706.  
  1707. Teleportation.Name = "Teleportation"
  1708. Teleportation.Parent = Pages
  1709. Teleportation.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1710. Teleportation.BorderSizePixel = 0
  1711. Teleportation.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  1712. Teleportation.Visible = false
  1713.  
  1714. teleportplrbox.Name = "teleportplrbox"
  1715. teleportplrbox.Parent = Teleportation
  1716. teleportplrbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1717. teleportplrbox.BorderSizePixel = 0
  1718. teleportplrbox.Position = UDim2.new(0.206070378, 0, 0.0131408432, 0)
  1719. teleportplrbox.Size = UDim2.new(0.603491783, 0, 0.052563373, 0)
  1720. teleportplrbox.Font = Enum.Font.SourceSansBold
  1721. teleportplrbox.Text = "player username"
  1722. teleportplrbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1723. teleportplrbox.TextScaled = true
  1724. teleportplrbox.TextSize = 14
  1725. teleportplrbox.TextWrapped = true
  1726.  
  1727. headtp.Name = "headtp"
  1728. headtp.Parent = Teleportation
  1729. headtp.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1730. headtp.BorderSizePixel = 0
  1731. headtp.Position = UDim2.new(0.206070378, 0, 0.0788450614, 0)
  1732. headtp.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1733. headtp.Font = Enum.Font.SourceSans
  1734. headtp.Text = "TP to Head"
  1735. headtp.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1736. headtp.TextSize = 19
  1737.  
  1738. looptorso.Name = "looptorso"
  1739. looptorso.Parent = Teleportation
  1740. looptorso.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1741. looptorso.BorderSizePixel = 0
  1742. looptorso.Position = UDim2.new(0.367982805, 0, 0.236535177, 0)
  1743. looptorso.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1744. looptorso.Font = Enum.Font.SourceSans
  1745. looptorso.Text = "Torso"
  1746. looptorso.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1747. looptorso.TextSize = 19
  1748.  
  1749. TextLabel_11.Parent = Teleportation
  1750. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  1751. TextLabel_11.BackgroundTransparency = 1
  1752. TextLabel_11.Position = UDim2.new(0.147193119, 0, 0.157690123, 0)
  1753. TextLabel_11.Size = UDim2.new(0.721246302, 0, 0.0394225307, 0)
  1754. TextLabel_11.Font = Enum.Font.SourceSansLight
  1755. TextLabel_11.Text = "Loop Teleporting"
  1756. TextLabel_11.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1757. TextLabel_11.TextSize = 20
  1758.  
  1759. torsotp.Name = "torsotp"
  1760. torsotp.Parent = Teleportation
  1761. torsotp.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1762. torsotp.BorderSizePixel = 0
  1763. torsotp.Position = UDim2.new(0.529895246, 0, 0.0788450614, 0)
  1764. torsotp.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1765. torsotp.Font = Enum.Font.SourceSans
  1766. torsotp.Text = "TP to Torso"
  1767. torsotp.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1768. torsotp.TextSize = 19
  1769.  
  1770. loophead.Name = "loophead"
  1771. loophead.Parent = Teleportation
  1772. loophead.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1773. loophead.BorderSizePixel = 0
  1774. loophead.Position = UDim2.new(0.662369072, 0, 0.236535177, 0)
  1775. loophead.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1776. loophead.Font = Enum.Font.SourceSans
  1777. loophead.Text = "Head"
  1778. loophead.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1779. loophead.TextSize = 19
  1780.  
  1781. looparm.Name = "looparm"
  1782. looparm.Parent = Teleportation
  1783. looparm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1784. looparm.BorderSizePixel = 0
  1785. looparm.Position = UDim2.new(0.0735965595, 0, 0.236535177, 0)
  1786. looparm.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1787. looparm.Font = Enum.Font.SourceSans
  1788. looparm.Text = "Arms"
  1789. looparm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1790. looparm.TextSize = 19
  1791.  
  1792. looplegs.Name = "looplegs"
  1793. looplegs.Parent = Teleportation
  1794. looplegs.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1795. looplegs.BorderSizePixel = 0
  1796. looplegs.Position = UDim2.new(0.0735965595, 0, 0.315380245, 0)
  1797. looplegs.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1798. looplegs.Font = Enum.Font.SourceSans
  1799. looplegs.Text = "Legs"
  1800. looplegs.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1801. looplegs.TextSize = 19
  1802.  
  1803. headwalk.Name = "headwalk"
  1804. headwalk.Parent = Teleportation
  1805. headwalk.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1806. headwalk.BorderSizePixel = 0
  1807. headwalk.Position = UDim2.new(0.367982805, 0, 0.315380245, 0)
  1808. headwalk.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1809. headwalk.Font = Enum.Font.SourceSans
  1810. headwalk.Text = "Head Walk"
  1811. headwalk.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1812. headwalk.TextSize = 19
  1813.  
  1814. trail.Name = "trail"
  1815. trail.Parent = Teleportation
  1816. trail.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1817. trail.BorderSizePixel = 0
  1818. trail.Position = UDim2.new(0.662369072, 0, 0.315380245, 0)
  1819. trail.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1820. trail.Font = Enum.Font.SourceSans
  1821. trail.Text = "Trail"
  1822. trail.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1823. trail.TextSize = 19
  1824.  
  1825. follow.Name = "follow"
  1826. follow.Parent = Teleportation
  1827. follow.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1828. follow.BorderSizePixel = 0
  1829. follow.Position = UDim2.new(0.367982805, 0, 0.39422527, 0)
  1830. follow.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1831. follow.Font = Enum.Font.SourceSans
  1832. follow.Text = "Follow"
  1833. follow.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1834. follow.TextSize = 19
  1835.  
  1836. loopabove.Name = "loopabove"
  1837. loopabove.Parent = Teleportation
  1838. loopabove.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1839. loopabove.BorderSizePixel = 0
  1840. loopabove.Position = UDim2.new(0.662369072, 0, 0.39422527, 0)
  1841. loopabove.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1842. loopabove.Font = Enum.Font.SourceSans
  1843. loopabove.Text = "Above"
  1844. loopabove.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1845. loopabove.TextSize = 19
  1846.  
  1847. loopside.Name = "loopside"
  1848. loopside.Parent = Teleportation
  1849. loopside.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1850. loopside.BorderSizePixel = 0
  1851. loopside.Position = UDim2.new(0.0735965595, 0, 0.39422527, 0)
  1852. loopside.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1853. loopside.Font = Enum.Font.SourceSans
  1854. loopside.Text = "Sideways"
  1855. loopside.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1856. loopside.TextSize = 19
  1857.  
  1858. TextLabel_12.Parent = Teleportation
  1859. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  1860. TextLabel_12.BackgroundTransparency = 1
  1861. TextLabel_12.Position = UDim2.new(0.147193119, 0, 0.473070353, 0)
  1862. TextLabel_12.Size = UDim2.new(0.721246302, 0, 0.0394225307, 0)
  1863. TextLabel_12.Font = Enum.Font.SourceSansLight
  1864. TextLabel_12.Text = "Custom Teleporting"
  1865. TextLabel_12.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1866. TextLabel_12.TextSize = 20
  1867.  
  1868. savepos.Name = "savepos"
  1869. savepos.Parent = Teleportation
  1870. savepos.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1871. savepos.BorderSizePixel = 0
  1872. savepos.Position = UDim2.new(0.0294386242, 0, 0.53877455, 0)
  1873. savepos.Size = UDim2.new(0.456298679, 0, 0.065704219, 0)
  1874. savepos.Font = Enum.Font.SourceSans
  1875. savepos.Text = "Save Current Position"
  1876. savepos.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1877. savepos.TextSize = 19
  1878.  
  1879. loadpos.Name = "loadpos"
  1880. loadpos.Parent = Teleportation
  1881. loadpos.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1882. loadpos.BorderSizePixel = 0
  1883. loadpos.Position = UDim2.new(0.515175939, 0, 0.53877455, 0)
  1884. loadpos.Size = UDim2.new(0.456298679, 0, 0.065704219, 0)
  1885. loadpos.Font = Enum.Font.SourceSans
  1886. loadpos.Text = "Load Saved Position"
  1887. loadpos.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1888. loadpos.TextSize = 19
  1889.  
  1890. vector3tp.Name = "vector3tp"
  1891. vector3tp.Parent = Teleportation
  1892. vector3tp.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1893. vector3tp.BorderSizePixel = 0
  1894. vector3tp.Position = UDim2.new(0.0294386242, 0, 0.630760491, 0)
  1895. vector3tp.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1896. vector3tp.Font = Enum.Font.SourceSans
  1897. vector3tp.Text = "TP to"
  1898. vector3tp.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1899. vector3tp.TextSize = 19
  1900.  
  1901. vector3tp_txtbox.Name = "vector3tp_txtbox"
  1902. vector3tp_txtbox.Parent = Teleportation
  1903. vector3tp_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1904. vector3tp_txtbox.BorderSizePixel = 0
  1905. vector3tp_txtbox.Position = UDim2.new(0.309105575, 0, 0.630760491, 0)
  1906. vector3tp_txtbox.Size = UDim2.new(0.662369072, 0, 0.065704219, 0)
  1907. vector3tp_txtbox.Font = Enum.Font.SourceSansBold
  1908. vector3tp_txtbox.Text = "0,0,0"
  1909. vector3tp_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1910. vector3tp_txtbox.TextScaled = true
  1911. vector3tp_txtbox.TextSize = 14
  1912. vector3tp_txtbox.TextWrapped = true
  1913.  
  1914. TextLabel_13.Parent = Teleportation
  1915. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  1916. TextLabel_13.BackgroundTransparency = 1
  1917. TextLabel_13.Position = UDim2.new(0.309105575, 0, 0.709605515, 0)
  1918. TextLabel_13.Size = UDim2.new(0.662369072, 0, 0.065704219, 0)
  1919. TextLabel_13.Font = Enum.Font.SourceSansLight
  1920. TextLabel_13.Text = "Enter Vector3 Value E.G 10,20,40"
  1921. TextLabel_13.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1922. TextLabel_13.TextSize = 20
  1923.  
  1924. loopvector3tp.Name = "loopvector3tp"
  1925. loopvector3tp.Parent = Teleportation
  1926. loopvector3tp.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1927. loopvector3tp.BorderSizePixel = 0
  1928. loopvector3tp.Position = UDim2.new(0.0294386242, 0, 0.709605515, 0)
  1929. loopvector3tp.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1930. loopvector3tp.Font = Enum.Font.SourceSans
  1931. loopvector3tp.Text = "Loop TP to"
  1932. loopvector3tp.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1933. loopvector3tp.TextSize = 19
  1934.  
  1935. showpos.Name = "showpos"
  1936. showpos.Parent = Teleportation
  1937. showpos.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  1938. showpos.BorderSizePixel = 0
  1939. showpos.Position = UDim2.new(0.309105575, 0, 0.788450539, 0)
  1940. showpos.Size = UDim2.new(0.662369072, 0, 0.065704219, 0)
  1941. showpos.Font = Enum.Font.SourceSansBold
  1942. showpos.Text = "Your position shows here"
  1943. showpos.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1944. showpos.TextSize = 20
  1945.  
  1946. getpos.Name = "getpos"
  1947. getpos.Parent = Teleportation
  1948. getpos.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1949. getpos.BorderSizePixel = 0
  1950. getpos.Position = UDim2.new(0.0294386242, 0, 0.788450539, 0)
  1951. getpos.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  1952. getpos.Font = Enum.Font.SourceSans
  1953. getpos.Text = "Get Position"
  1954. getpos.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1955. getpos.TextSize = 19
  1956.  
  1957. scriptpos.Name = "scriptpos"
  1958. scriptpos.Parent = Teleportation
  1959. scriptpos.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  1960. scriptpos.BorderSizePixel = 0
  1961. scriptpos.Position = UDim2.new(0.0294386242, 0, 0.893577278, 0)
  1962. scriptpos.Size = UDim2.new(0.942035973, 0, 0.065704219, 0)
  1963. scriptpos.Font = Enum.Font.SourceSansBold
  1964. scriptpos.Text = "game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Vector3.new(?,?,?)"
  1965. scriptpos.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1966. scriptpos.TextScaled = true
  1967. scriptpos.TextSize = 15
  1968. scriptpos.TextWrapped = true
  1969.  
  1970. Tools.Name = "Tools"
  1971. Tools.Parent = Pages
  1972. Tools.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1973. Tools.BorderSizePixel = 0
  1974. Tools.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  1975. Tools.Visible = false
  1976.  
  1977. toolsplrbox.Name = "toolsplrbox"
  1978. toolsplrbox.Parent = Tools
  1979. toolsplrbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  1980. toolsplrbox.BorderSizePixel = 0
  1981. toolsplrbox.Position = UDim2.new(0.176631749, 0, 0.183971807, 0)
  1982. toolsplrbox.Size = UDim2.new(0.603491783, 0, 0.052563373, 0)
  1983. toolsplrbox.Font = Enum.Font.SourceSansBold
  1984. toolsplrbox.Text = "player username"
  1985. toolsplrbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  1986. toolsplrbox.TextScaled = true
  1987. toolsplrbox.TextSize = 14
  1988. toolsplrbox.TextWrapped = true
  1989.  
  1990. TextLabel_14.Parent = Tools
  1991. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  1992. TextLabel_14.BackgroundTransparency = 1
  1993. TextLabel_14.Position = UDim2.new(0.0147193121, 0, 0.0262816865, 0)
  1994. TextLabel_14.Size = UDim2.new(0.971474588, 0, 0.105126746, 0)
  1995. TextLabel_14.Font = Enum.Font.SourceSansLight
  1996. TextLabel_14.Text = "YOU NEED TOOLS IN YOUR BACKPACK FOR THESE BUTTONS TO WORK"
  1997. TextLabel_14.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1998. TextLabel_14.TextScaled = true
  1999. TextLabel_14.TextSize = 20
  2000. TextLabel_14.TextWrapped = true
  2001.  
  2002. bring.Name = "bring"
  2003. bring.Parent = Tools
  2004. bring.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2005. bring.BorderSizePixel = 0
  2006. bring.Position = UDim2.new(0.632930458, 0, 0.262816876, 0)
  2007. bring.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2008. bring.Font = Enum.Font.SourceSans
  2009. bring.Text = "Bring"
  2010. bring.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2011. bring.TextSize = 19
  2012.  
  2013. TextLabel_15.Parent = Tools
  2014. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  2015. TextLabel_15.BackgroundTransparency = 1
  2016. TextLabel_15.Position = UDim2.new(0.0147193121, 0, 0.131408438, 0)
  2017. TextLabel_15.Size = UDim2.new(0.971474588, 0, 0.052563373, 0)
  2018. TextLabel_15.Font = Enum.Font.SourceSansLight
  2019. TextLabel_15.Text = "All buttons work for FE. They are glitchy."
  2020. TextLabel_15.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2021. TextLabel_15.TextScaled = true
  2022. TextLabel_15.TextSize = 20
  2023. TextLabel_15.TextWrapped = true
  2024.  
  2025. kill.Name = "kill"
  2026. kill.Parent = Tools
  2027. kill.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2028. kill.BorderSizePixel = 0
  2029. kill.Position = UDim2.new(0.33854419, 0, 0.262816876, 0)
  2030. kill.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2031. kill.Font = Enum.Font.SourceSans
  2032. kill.Text = "Kill"
  2033. kill.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2034. kill.TextSize = 19
  2035.  
  2036. attach.Name = "attach"
  2037. attach.Parent = Tools
  2038. attach.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2039. attach.BorderSizePixel = 0
  2040. attach.Position = UDim2.new(0.0441579372, 0, 0.262816876, 0)
  2041. attach.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2042. attach.Font = Enum.Font.SourceSans
  2043. attach.Text = "Attach"
  2044. attach.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2045. attach.TextSize = 19
  2046.  
  2047. freefall.Name = "freefall"
  2048. freefall.Parent = Tools
  2049. freefall.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2050. freefall.BorderSizePixel = 0
  2051. freefall.Position = UDim2.new(0.33854419, 0, 0.3416619, 0)
  2052. freefall.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2053. freefall.Font = Enum.Font.SourceSans
  2054. freefall.Text = "Freefall"
  2055. freefall.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2056. freefall.TextSize = 19
  2057.  
  2058. toolsspin.Name = "toolsspin"
  2059. toolsspin.Parent = Tools
  2060. toolsspin.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2061. toolsspin.BorderSizePixel = 0
  2062. toolsspin.Position = UDim2.new(0.632930458, 0, 0.3416619, 0)
  2063. toolsspin.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2064. toolsspin.Font = Enum.Font.SourceSans
  2065. toolsspin.Text = "Spin"
  2066. toolsspin.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2067. toolsspin.TextSize = 19
  2068.  
  2069. void.Name = "void"
  2070. void.Parent = Tools
  2071. void.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2072. void.BorderSizePixel = 0
  2073. void.Position = UDim2.new(0.0441579372, 0, 0.3416619, 0)
  2074. void.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2075. void.Font = Enum.Font.SourceSans
  2076. void.Text = "Void"
  2077. void.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2078. void.TextSize = 19
  2079.  
  2080. glitch.Name = "glitch"
  2081. glitch.Parent = Tools
  2082. glitch.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2083. glitch.BorderSizePixel = 0
  2084. glitch.Position = UDim2.new(0.33854419, 0, 0.420506984, 0)
  2085. glitch.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2086. glitch.Font = Enum.Font.SourceSans
  2087. glitch.Text = "Glitch"
  2088. glitch.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2089. glitch.TextSize = 19
  2090.  
  2091. Turbine.Name = "Turbine"
  2092. Turbine.Parent = Tools
  2093. Turbine.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2094. Turbine.BorderSizePixel = 0
  2095. Turbine.Position = UDim2.new(0.632930458, 0, 0.420506984, 0)
  2096. Turbine.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2097. Turbine.Font = Enum.Font.SourceSans
  2098. Turbine.Text = "Turbine"
  2099. Turbine.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2100. Turbine.TextSize = 19
  2101.  
  2102. random.Name = "random"
  2103. random.Parent = Tools
  2104. random.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2105. random.BorderSizePixel = 0
  2106. random.Position = UDim2.new(0.0441579372, 0, 0.420506984, 0)
  2107. random.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2108. random.Font = Enum.Font.SourceSans
  2109. random.Text = "Random"
  2110. random.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2111. random.TextSize = 19
  2112.  
  2113. toolstpto.Name = "toolstpto"
  2114. toolstpto.Parent = Tools
  2115. toolstpto.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2116. toolstpto.BorderSizePixel = 0
  2117. toolstpto.Position = UDim2.new(0.0441579372, 0, 0.499352008, 0)
  2118. toolstpto.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2119. toolstpto.Font = Enum.Font.SourceSans
  2120. toolstpto.Text = "Teleport To"
  2121. toolstpto.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2122. toolstpto.TextSize = 19
  2123.  
  2124. toolstpto_txtbox.Name = "toolstpto_txtbox"
  2125. toolstpto_txtbox.Parent = Tools
  2126. toolstpto_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2127. toolstpto_txtbox.BorderSizePixel = 0
  2128. toolstpto_txtbox.Position = UDim2.new(0.323824883, 0, 0.499352008, 0)
  2129. toolstpto_txtbox.Size = UDim2.new(0.588772476, 0, 0.065704219, 0)
  2130. toolstpto_txtbox.Font = Enum.Font.SourceSansBold
  2131. toolstpto_txtbox.Text = "another player username"
  2132. toolstpto_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2133. toolstpto_txtbox.TextScaled = true
  2134. toolstpto_txtbox.TextSize = 14
  2135. toolstpto_txtbox.TextWrapped = true
  2136.  
  2137. Client.Name = "Client"
  2138. Client.Parent = Pages
  2139. Client.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  2140. Client.BorderSizePixel = 0
  2141. Client.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  2142. Client.Visible = false
  2143.  
  2144. TextLabel_16.Parent = Client
  2145. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  2146. TextLabel_16.BackgroundTransparency = 1
  2147. TextLabel_16.Position = UDim2.new(0.0147193121, 0, 0.0262816865, 0)
  2148. TextLabel_16.Size = UDim2.new(0.971474588, 0, 0.105126746, 0)
  2149. TextLabel_16.Font = Enum.Font.SourceSansLight
  2150. TextLabel_16.Text = "All buttons are for client only. (do not show for others)"
  2151. TextLabel_16.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2152. TextLabel_16.TextScaled = true
  2153. TextLabel_16.TextSize = 20
  2154. TextLabel_16.TextWrapped = true
  2155.  
  2156. btoolsdelete.Name = "btoolsdelete"
  2157. btoolsdelete.Parent = Client
  2158. btoolsdelete.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2159. btoolsdelete.BorderSizePixel = 0
  2160. btoolsdelete.Position = UDim2.new(0.353263497, 0, 0.197112635, 0)
  2161. btoolsdelete.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2162. btoolsdelete.Font = Enum.Font.SourceSans
  2163. btoolsdelete.Text = "Delete"
  2164. btoolsdelete.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2165. btoolsdelete.TextSize = 19
  2166.  
  2167. TextLabel_17.Parent = Client
  2168. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  2169. TextLabel_17.BackgroundTransparency = 1
  2170. TextLabel_17.Position = UDim2.new(0.0147193121, 0, 0.131408438, 0)
  2171. TextLabel_17.Size = UDim2.new(0.971474588, 0, 0.052563373, 0)
  2172. TextLabel_17.Font = Enum.Font.SourceSansLight
  2173. TextLabel_17.Text = "BTOOLS (click)"
  2174. TextLabel_17.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2175. TextLabel_17.TextScaled = true
  2176. TextLabel_17.TextSize = 20
  2177. TextLabel_17.TextWrapped = true
  2178.  
  2179. btoolsmove.Name = "btoolsmove"
  2180. btoolsmove.Parent = Client
  2181. btoolsmove.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2182. btoolsmove.BorderSizePixel = 0
  2183. btoolsmove.Position = UDim2.new(0.67708838, 0, 0.197112635, 0)
  2184. btoolsmove.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2185. btoolsmove.Font = Enum.Font.SourceSans
  2186. btoolsmove.Text = "Move"
  2187. btoolsmove.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2188. btoolsmove.TextSize = 19
  2189.  
  2190. btoolscopy.Name = "btoolscopy"
  2191. btoolscopy.Parent = Client
  2192. btoolscopy.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2193. btoolscopy.BorderSizePixel = 0
  2194. btoolscopy.Position = UDim2.new(0.0294386242, 0, 0.197112635, 0)
  2195. btoolscopy.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2196. btoolscopy.Font = Enum.Font.SourceSans
  2197. btoolscopy.Text = "Copy"
  2198. btoolscopy.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2199. btoolscopy.TextSize = 19
  2200.  
  2201. btoolscreate.Name = "btoolscreate"
  2202. btoolscreate.Parent = Client
  2203. btoolscreate.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2204. btoolscreate.BorderSizePixel = 0
  2205. btoolscreate.Position = UDim2.new(0.0294386242, 0, 0.289098561, 0)
  2206. btoolscreate.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2207. btoolscreate.Font = Enum.Font.SourceSans
  2208. btoolscreate.Text = "Create Part"
  2209. btoolscreate.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2210. btoolscreate.TextSize = 19
  2211.  
  2212. clicktp.Name = "clicktp"
  2213. clicktp.Parent = Client
  2214. clicktp.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2215. clicktp.BorderSizePixel = 0
  2216. clicktp.Position = UDim2.new(0.353263497, 0, 0.289098561, 0)
  2217. clicktp.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2218. clicktp.Font = Enum.Font.SourceSans
  2219. clicktp.Text = "Click TP"
  2220. clicktp.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2221. clicktp.TextSize = 19
  2222.  
  2223. btoolsview.Name = "btoolsview"
  2224. btoolsview.Parent = Client
  2225. btoolsview.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2226. btoolsview.BorderSizePixel = 0
  2227. btoolsview.Position = UDim2.new(0.67708838, 0, 0.289098561, 0)
  2228. btoolsview.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2229. btoolsview.Font = Enum.Font.SourceSans
  2230. btoolsview.Text = "View Part"
  2231. btoolsview.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2232. btoolsview.TextSize = 19
  2233.  
  2234. Others.Name = "Others"
  2235. Others.Parent = Pages
  2236. Others.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  2237. Others.BorderSizePixel = 0
  2238. Others.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  2239. Others.Visible = false
  2240.  
  2241. othersplrbox.Name = "othersplrbox"
  2242. othersplrbox.Parent = Others
  2243. othersplrbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2244. othersplrbox.BorderSizePixel = 0
  2245. othersplrbox.Position = UDim2.new(0.206070378, 0, 0.0394225307, 0)
  2246. othersplrbox.Size = UDim2.new(0.588772476, 0, 0.052563373, 0)
  2247. othersplrbox.Font = Enum.Font.SourceSansBold
  2248. othersplrbox.Text = "player username"
  2249. othersplrbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2250. othersplrbox.TextScaled = true
  2251. othersplrbox.TextSize = 14
  2252. othersplrbox.TextWrapped = true
  2253.  
  2254. view.Name = "view"
  2255. view.Parent = Others
  2256. view.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2257. view.BorderSizePixel = 0
  2258. view.Position = UDim2.new(0.353263497, 0, 0.105126746, 0)
  2259. view.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2260. view.Font = Enum.Font.SourceSans
  2261. view.Text = "View"
  2262. view.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2263. view.TextSize = 19
  2264.  
  2265. goto.Name = "goto"
  2266. goto.Parent = Others
  2267. goto.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2268. goto.BorderSizePixel = 0
  2269. goto.Position = UDim2.new(0.67708838, 0, 0.105126746, 0)
  2270. goto.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2271. goto.Font = Enum.Font.SourceSans
  2272. goto.Text = "Goto"
  2273. goto.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2274. goto.TextSize = 19
  2275.  
  2276. annoy.Name = "annoy"
  2277. annoy.Parent = Others
  2278. annoy.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2279. annoy.BorderSizePixel = 0
  2280. annoy.Position = UDim2.new(0.0294386242, 0, 0.105126746, 0)
  2281. annoy.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2282. annoy.Font = Enum.Font.SourceSans
  2283. annoy.Text = "Annoy"
  2284. annoy.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2285. annoy.TextSize = 19
  2286.  
  2287. orbitothers.Name = "orbitothers"
  2288. orbitothers.Parent = Others
  2289. orbitothers.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2290. orbitothers.BorderSizePixel = 0
  2291. orbitothers.Position = UDim2.new(0.67708838, 0, 0.183971807, 0)
  2292. orbitothers.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2293. orbitothers.Font = Enum.Font.SourceSans
  2294. orbitothers.Text = "Orbit"
  2295. orbitothers.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2296. orbitothers.TextSize = 19
  2297.  
  2298. bangplr.Name = "bangplr"
  2299. bangplr.Parent = Others
  2300. bangplr.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2301. bangplr.BorderSizePixel = 0
  2302. bangplr.Position = UDim2.new(0.353263497, 0, 0.183971807, 0)
  2303. bangplr.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2304. bangplr.Font = Enum.Font.SourceSans
  2305. bangplr.Text = "Bang"
  2306. bangplr.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2307. bangplr.TextSize = 19
  2308.  
  2309. pushplr.Name = "pushplr"
  2310. pushplr.Parent = Others
  2311. pushplr.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2312. pushplr.BorderSizePixel = 0
  2313. pushplr.Position = UDim2.new(0.0294386242, 0, 0.183971807, 0)
  2314. pushplr.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2315. pushplr.Font = Enum.Font.SourceSans
  2316. pushplr.Text = "Push"
  2317. pushplr.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2318. pushplr.TextSize = 19
  2319.  
  2320. TextLabel_18.Parent = Others
  2321. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  2322. TextLabel_18.BackgroundTransparency = 1
  2323. TextLabel_18.Position = UDim2.new(0.147193119, 0, 0.262816876, 0)
  2324. TextLabel_18.Size = UDim2.new(0.721246302, 0, 0.065704219, 0)
  2325. TextLabel_18.Font = Enum.Font.SourceSansLight
  2326. TextLabel_18.Text = "Client buttons (only show to you)"
  2327. TextLabel_18.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2328. TextLabel_18.TextSize = 20
  2329.  
  2330. freeze.Name = "freeze"
  2331. freeze.Parent = Others
  2332. freeze.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2333. freeze.BorderSizePixel = 0
  2334. freeze.Position = UDim2.new(0.353263497, 0, 0.3416619, 0)
  2335. freeze.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2336. freeze.Font = Enum.Font.SourceSans
  2337. freeze.Text = "Freeze"
  2338. freeze.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2339. freeze.TextSize = 19
  2340.  
  2341. bringplr.Name = "bringplr"
  2342. bringplr.Parent = Others
  2343. bringplr.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2344. bringplr.BorderSizePixel = 0
  2345. bringplr.Position = UDim2.new(0.691807687, 0, 0.3416619, 0)
  2346. bringplr.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2347. bringplr.Font = Enum.Font.SourceSans
  2348. bringplr.Text = "Bring"
  2349. bringplr.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2350. bringplr.TextSize = 19
  2351.  
  2352. ignore.Name = "ignore"
  2353. ignore.Parent = Others
  2354. ignore.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2355. ignore.BorderSizePixel = 0
  2356. ignore.Position = UDim2.new(0.0294386242, 0, 0.3416619, 0)
  2357. ignore.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2358. ignore.Font = Enum.Font.SourceSans
  2359. ignore.Text = "Ignore"
  2360. ignore.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2361. ignore.TextSize = 19
  2362.  
  2363. mute.Name = "mute"
  2364. mute.Parent = Others
  2365. mute.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2366. mute.BorderSizePixel = 0
  2367. mute.Position = UDim2.new(0.353263497, 0, 0.420506984, 0)
  2368. mute.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2369. mute.Font = Enum.Font.SourceSans
  2370. mute.Text = "Mute"
  2371. mute.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2372. mute.TextSize = 19
  2373.  
  2374. spampm.Name = "spampm"
  2375. spampm.Parent = Others
  2376. spampm.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2377. spampm.BorderSizePixel = 0
  2378. spampm.Position = UDim2.new(0.691807687, 0, 0.420506984, 0)
  2379. spampm.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2380. spampm.Font = Enum.Font.SourceSans
  2381. spampm.Text = "Spam PM"
  2382. spampm.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2383. spampm.TextSize = 19
  2384.  
  2385. highlight.Name = "highlight"
  2386. highlight.Parent = Others
  2387. highlight.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2388. highlight.BorderSizePixel = 0
  2389. highlight.Position = UDim2.new(0.0294386242, 0, 0.420506984, 0)
  2390. highlight.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2391. highlight.Font = Enum.Font.SourceSans
  2392. highlight.Text = "Highlight"
  2393. highlight.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2394. highlight.TextSize = 19
  2395.  
  2396. bringall.Name = "bringall"
  2397. bringall.Parent = Others
  2398. bringall.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2399. bringall.BorderSizePixel = 0
  2400. bringall.Position = UDim2.new(0.176631749, 0, 0.551915407, 0)
  2401. bringall.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2402. bringall.Font = Enum.Font.SourceSans
  2403. bringall.Text = "Bring ALL"
  2404. bringall.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2405. bringall.TextSize = 19
  2406.  
  2407. freezeall.Name = "freezeall"
  2408. freezeall.Parent = Others
  2409. freezeall.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2410. freezeall.BorderSizePixel = 0
  2411. freezeall.Position = UDim2.new(0.529895246, 0, 0.551915407, 0)
  2412. freezeall.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2413. freezeall.Font = Enum.Font.SourceSans
  2414. freezeall.Text = "Freeze ALL"
  2415. freezeall.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2416. freezeall.TextSize = 19
  2417.  
  2418. Remotes.Name = "Remotes"
  2419. Remotes.Parent = Pages
  2420. Remotes.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  2421. Remotes.BorderSizePixel = 0
  2422. Remotes.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  2423. Remotes.Visible = false
  2424.  
  2425. remotename_txtbox.Name = "remotename_txtbox"
  2426. remotename_txtbox.Parent = Remotes
  2427. remotename_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2428. remotename_txtbox.BorderSizePixel = 0
  2429. remotename_txtbox.Position = UDim2.new(0, 110, 0, 105)
  2430. remotename_txtbox.Size = UDim2.new(0, 200, 0, 25)
  2431. remotename_txtbox.Font = Enum.Font.SourceSansBold
  2432. remotename_txtbox.Text = "remoteName"
  2433. remotename_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2434. remotename_txtbox.TextScaled = true
  2435. remotename_txtbox.TextSize = 14
  2436. remotename_txtbox.TextWrapped = true
  2437.  
  2438. remotename.Name = "remotename"
  2439. remotename.Parent = Remotes
  2440. remotename.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2441. remotename.BorderSizePixel = 0
  2442. remotename.Position = UDim2.new(0, 15, 0, 105)
  2443. remotename.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2444. remotename.Font = Enum.Font.SourceSans
  2445. remotename.Text = "Remote Name"
  2446. remotename.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2447. remotename.TextSize = 19
  2448.  
  2449. TextLabel_19.Parent = Remotes
  2450. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  2451. TextLabel_19.BackgroundTransparency = 1
  2452. TextLabel_19.Position = UDim2.new(0, 35, 0, 75)
  2453. TextLabel_19.Size = UDim2.new(0.721246302, 0, 0.065704219, 0)
  2454. TextLabel_19.Font = Enum.Font.SourceSansLight
  2455. TextLabel_19.Text = "Fire Remotes"
  2456. TextLabel_19.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2457. TextLabel_19.TextSize = 20
  2458.  
  2459. printremotes.Name = "printremotes"
  2460. printremotes.Parent = Remotes
  2461. printremotes.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2462. printremotes.BorderSizePixel = 0
  2463. printremotes.Position = UDim2.new(0, 30, 0, 25)
  2464. printremotes.Size = UDim2.new(0.750684917, 0, 0.065704219, 0)
  2465. printremotes.Font = Enum.Font.SourceSans
  2466. printremotes.Text = "Print remotes to Developer Console"
  2467. printremotes.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2468. printremotes.TextSize = 19
  2469.  
  2470. arguments.Name = "arguments"
  2471. arguments.Parent = Remotes
  2472. arguments.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2473. arguments.BorderSizePixel = 0
  2474. arguments.Position = UDim2.new(0, 15, 0, 136)
  2475. arguments.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2476. arguments.Font = Enum.Font.SourceSans
  2477. arguments.Text = "Arguments"
  2478. arguments.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2479. arguments.TextSize = 19
  2480.  
  2481. arguments_txtbox.Name = "arguments_txtbox"
  2482. arguments_txtbox.Parent = Remotes
  2483. arguments_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2484. arguments_txtbox.BorderSizePixel = 0
  2485. arguments_txtbox.Position = UDim2.new(0, 110, 0, 136)
  2486. arguments_txtbox.Size = UDim2.new(0, 200, 0, 25)
  2487. arguments_txtbox.Font = Enum.Font.SourceSansBold
  2488. arguments_txtbox.Text = "\"hello\", 10"
  2489. arguments_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2490. arguments_txtbox.TextScaled = true
  2491. arguments_txtbox.TextSize = 14
  2492. arguments_txtbox.TextWrapped = true
  2493.  
  2494. fireremote.Name = "fireremote"
  2495. fireremote.Parent = Remotes
  2496. fireremote.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2497. fireremote.BorderSizePixel = 0
  2498. fireremote.Position = UDim2.new(0, 110, 0, 171)
  2499. fireremote.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2500. fireremote.Font = Enum.Font.SourceSans
  2501. fireremote.Text = "Fire Remote"
  2502. fireremote.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2503. fireremote.TextSize = 19
  2504.  
  2505. autofire.Name = "autofire"
  2506. autofire.Parent = Remotes
  2507. autofire.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2508. autofire.BorderSizePixel = 0
  2509. autofire.Position = UDim2.new(0, 15, 0, 206)
  2510. autofire.Size = UDim2.new(0, 175, 0, 25)
  2511. autofire.Font = Enum.Font.SourceSans
  2512. autofire.Text = "Auto-Fire Remote every"
  2513. autofire.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2514. autofire.TextSize = 19
  2515.  
  2516. autofire_txtbox.Name = "autofire_txtbox"
  2517. autofire_txtbox.Parent = Remotes
  2518. autofire_txtbox.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2519. autofire_txtbox.BorderSizePixel = 0
  2520. autofire_txtbox.Position = UDim2.new(0, 190, 0, 206)
  2521. autofire_txtbox.Size = UDim2.new(0, 120, 0, 25)
  2522. autofire_txtbox.Font = Enum.Font.SourceSansBold
  2523. autofire_txtbox.Text = "1"
  2524. autofire_txtbox.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2525. autofire_txtbox.TextScaled = true
  2526. autofire_txtbox.TextSize = 14
  2527. autofire_txtbox.TextWrapped = true
  2528.  
  2529. Animations.Name = "Animations"
  2530. Animations.Parent = Pages
  2531. Animations.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  2532. Animations.BorderSizePixel = 0
  2533. Animations.Size = UDim2.new(1.00091326, 0, 0.998704016, 0)
  2534. Animations.Visible = false
  2535.  
  2536. animspeed_txtbox_2.Name = "animspeed_txtbox"
  2537. animspeed_txtbox_2.Parent = Animations
  2538. animspeed_txtbox_2.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  2539. animspeed_txtbox_2.BorderSizePixel = 0
  2540. animspeed_txtbox_2.Position = UDim2.new(0.397421449, 0, 0.0262816865, 0)
  2541. animspeed_txtbox_2.Size = UDim2.new(0.220789701, 0, 0.065704219, 0)
  2542. animspeed_txtbox_2.Font = Enum.Font.SourceSansBold
  2543. animspeed_txtbox_2.Text = "1"
  2544. animspeed_txtbox_2.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  2545. animspeed_txtbox_2.TextScaled = true
  2546. animspeed_txtbox_2.TextSize = 14
  2547. animspeed_txtbox_2.TextWrapped = true
  2548.  
  2549. animspeed_2.Name = "animspeed"
  2550. animspeed_2.Parent = Animations
  2551. animspeed_2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2552. animspeed_2.BorderSizePixel = 0
  2553. animspeed_2.Position = UDim2.new(0.0294386242, 0, 0.0262816865, 0)
  2554. animspeed_2.Size = UDim2.new(0.367982805, 0, 0.065704219, 0)
  2555. animspeed_2.Font = Enum.Font.SourceSans
  2556. animspeed_2.Text = "Animation Speed"
  2557. animspeed_2.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2558. animspeed_2.TextSize = 19
  2559.  
  2560. floathead.Name = "floathead"
  2561. floathead.Parent = Animations
  2562. floathead.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2563. floathead.BorderSizePixel = 0
  2564. floathead.Position = UDim2.new(0.353263497, 0, 0.197112635, 0)
  2565. floathead.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2566. floathead.Font = Enum.Font.SourceSans
  2567. floathead.Text = "Float Head"
  2568. floathead.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2569. floathead.TextSize = 19
  2570.  
  2571. headthrow.Name = "headthrow"
  2572. headthrow.Parent = Animations
  2573. headthrow.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2574. headthrow.BorderSizePixel = 0
  2575. headthrow.Position = UDim2.new(0.0294386242, 0, 0.197112635, 0)
  2576. headthrow.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2577. headthrow.Font = Enum.Font.SourceSans
  2578. headthrow.Text = "Head Throw"
  2579. headthrow.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2580. headthrow.TextSize = 19
  2581.  
  2582. looped_2.Name = "looped"
  2583. looped_2.Parent = Animations
  2584. looped_2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2585. looped_2.BorderSizePixel = 0
  2586. looped_2.Position = UDim2.new(0.0294386242, 0, 0.105126746, 0)
  2587. looped_2.Size = UDim2.new(0.412140757, 0, 0.065704219, 0)
  2588. looped_2.Font = Enum.Font.SourceSans
  2589. looped_2.Text = "Looped Animations"
  2590. looped_2.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2591. looped_2.TextSize = 19
  2592.  
  2593. loopedcheck_2.Name = "loopedcheck"
  2594. loopedcheck_2.Parent = Animations
  2595. loopedcheck_2.BackgroundColor3 = Color3.new(0.403922, 1, 0.403922)
  2596. loopedcheck_2.BorderSizePixel = 0
  2597. loopedcheck_2.Position = UDim2.new(0.441579401, 0, 0.105126746, 0)
  2598. loopedcheck_2.Size = UDim2.new(0.0735965595, 0, 0.065704219, 0)
  2599.  
  2600. showingr156_2.Name = "showingr156"
  2601. showingr156_2.Parent = Animations
  2602. showingr156_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2603. showingr156_2.BackgroundTransparency = 1
  2604. showingr156_2.Position = UDim2.new(0.529895246, 0, 0.0919859037, 0)
  2605. showingr156_2.Size = UDim2.new(0.397421449, 0, 0.0788450614, 0)
  2606. showingr156_2.Font = Enum.Font.SourceSansLight
  2607. showingr156_2.Text = "Showing R6"
  2608. showingr156_2.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2609. showingr156_2.TextSize = 30
  2610.  
  2611. bang.Name = "bang"
  2612. bang.Parent = Animations
  2613. bang.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2614. bang.BorderSizePixel = 0
  2615. bang.Position = UDim2.new(0.67708838, 0, 0.197112635, 0)
  2616. bang.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2617. bang.Font = Enum.Font.SourceSans
  2618. bang.Text = "Bang"
  2619. bang.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2620. bang.TextSize = 19
  2621.  
  2622. levitate.Name = "levitate"
  2623. levitate.Parent = Animations
  2624. levitate.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2625. levitate.BorderSizePixel = 0
  2626. levitate.Position = UDim2.new(0.67708838, 0, 0.275957704, 0)
  2627. levitate.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2628. levitate.Font = Enum.Font.SourceSans
  2629. levitate.Text = "Levitate"
  2630. levitate.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2631. levitate.TextSize = 19
  2632.  
  2633. moondance.Name = "moondance"
  2634. moondance.Parent = Animations
  2635. moondance.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2636. moondance.BorderSizePixel = 0
  2637. moondance.Position = UDim2.new(0.353263497, 0, 0.275957704, 0)
  2638. moondance.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2639. moondance.Font = Enum.Font.SourceSans
  2640. moondance.Text = "Moon Dance"
  2641. moondance.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2642. moondance.TextSize = 19
  2643.  
  2644. illusion.Name = "illusion"
  2645. illusion.Parent = Animations
  2646. illusion.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2647. illusion.BorderSizePixel = 0
  2648. illusion.Position = UDim2.new(0.0294386242, 0, 0.275957704, 0)
  2649. illusion.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2650. illusion.Font = Enum.Font.SourceSans
  2651. illusion.Text = "Illusion"
  2652. illusion.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2653. illusion.TextSize = 19
  2654.  
  2655. punches.Name = "punches"
  2656. punches.Parent = Animations
  2657. punches.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2658. punches.BorderSizePixel = 0
  2659. punches.Position = UDim2.new(0.0294386242, 0, 0.354802758, 0)
  2660. punches.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2661. punches.Font = Enum.Font.SourceSans
  2662. punches.Text = "Punches"
  2663. punches.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2664. punches.TextSize = 19
  2665.  
  2666. dab.Name = "dab"
  2667. dab.Parent = Animations
  2668. dab.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2669. dab.BorderSizePixel = 0
  2670. dab.Position = UDim2.new(0.353263497, 0, 0.354802758, 0)
  2671. dab.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2672. dab.Font = Enum.Font.SourceSans
  2673. dab.Text = "Dab"
  2674. dab.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2675. dab.TextSize = 19
  2676.  
  2677. barrelroll.Name = "barrelroll"
  2678. barrelroll.Parent = Animations
  2679. barrelroll.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2680. barrelroll.BorderSizePixel = 0
  2681. barrelroll.Position = UDim2.new(0.67708838, 0, 0.354802758, 0)
  2682. barrelroll.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2683. barrelroll.Font = Enum.Font.SourceSans
  2684. barrelroll.Text = "Barrel Roll"
  2685. barrelroll.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2686. barrelroll.TextSize = 19
  2687.  
  2688. scared.Name = "scared"
  2689. scared.Parent = Animations
  2690. scared.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2691. scared.BorderSizePixel = 0
  2692. scared.Position = UDim2.new(0.67708838, 0, 0.433647841, 0)
  2693. scared.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2694. scared.Font = Enum.Font.SourceSans
  2695. scared.Text = "Scared"
  2696. scared.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2697. scared.TextSize = 19
  2698.  
  2699. swordslam.Name = "swordslam"
  2700. swordslam.Parent = Animations
  2701. swordslam.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2702. swordslam.BorderSizePixel = 0
  2703. swordslam.Position = UDim2.new(0.353263497, 0, 0.433647841, 0)
  2704. swordslam.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2705. swordslam.Font = Enum.Font.SourceSans
  2706. swordslam.Text = "Sword Slam"
  2707. swordslam.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2708. swordslam.TextSize = 19
  2709.  
  2710. herojump.Name = "herojump"
  2711. herojump.Parent = Animations
  2712. herojump.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2713. herojump.BorderSizePixel = 0
  2714. herojump.Position = UDim2.new(0.0294386242, 0, 0.433647841, 0)
  2715. herojump.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2716. herojump.Font = Enum.Font.SourceSans
  2717. herojump.Text = "Hero Jump"
  2718. herojump.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2719. herojump.TextSize = 19
  2720.  
  2721. armturbine.Name = "armturbine"
  2722. armturbine.Parent = Animations
  2723. armturbine.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2724. armturbine.BorderSizePixel = 0
  2725. armturbine.Position = UDim2.new(0.0294386242, 0, 0.512492895, 0)
  2726. armturbine.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2727. armturbine.Font = Enum.Font.SourceSans
  2728. armturbine.Text = "Arm Turbine"
  2729. armturbine.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2730. armturbine.TextSize = 19
  2731.  
  2732. faint.Name = "faint"
  2733. faint.Parent = Animations
  2734. faint.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2735. faint.BorderSizePixel = 0
  2736. faint.Position = UDim2.new(0.353263497, 0, 0.512492895, 0)
  2737. faint.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2738. faint.Font = Enum.Font.SourceSans
  2739. faint.Text = "Faint"
  2740. faint.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2741. faint.TextSize = 19
  2742.  
  2743. spinanim.Name = "spinanim"
  2744. spinanim.Parent = Animations
  2745. spinanim.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2746. spinanim.BorderSizePixel = 0
  2747. spinanim.Position = UDim2.new(0.67708838, 0, 0.512492895, 0)
  2748. spinanim.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2749. spinanim.Font = Enum.Font.SourceSans
  2750. spinanim.Text = "Spin"
  2751. spinanim.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2752. spinanim.TextSize = 19
  2753.  
  2754. armdetach.Name = "armdetach"
  2755. armdetach.Parent = Animations
  2756. armdetach.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2757. armdetach.BorderSizePixel = 0
  2758. armdetach.Position = UDim2.new(0.0294386242, 0, 0.591337919, 0)
  2759. armdetach.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2760. armdetach.Font = Enum.Font.SourceSans
  2761. armdetach.Text = "Arm Detach"
  2762. armdetach.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2763. armdetach.TextSize = 19
  2764.  
  2765. spindance.Name = "spindance"
  2766. spindance.Parent = Animations
  2767. spindance.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2768. spindance.BorderSizePixel = 0
  2769. spindance.Position = UDim2.new(0.353263497, 0, 0.591337919, 0)
  2770. spindance.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2771. spindance.Font = Enum.Font.SourceSans
  2772. spindance.Text = "Spin Dance"
  2773. spindance.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2774. spindance.TextSize = 19
  2775.  
  2776. bowdown.Name = "bowdown"
  2777. bowdown.Parent = Animations
  2778. bowdown.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2779. bowdown.BorderSizePixel = 0
  2780. bowdown.Position = UDim2.new(0.67708838, 0, 0.591337919, 0)
  2781. bowdown.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2782. bowdown.Font = Enum.Font.SourceSans
  2783. bowdown.Text = "Bow Down"
  2784. bowdown.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2785. bowdown.TextSize = 19
  2786.  
  2787. crawl.Name = "crawl"
  2788. crawl.Parent = Animations
  2789. crawl.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2790. crawl.BorderSizePixel = 0
  2791. crawl.Position = UDim2.new(0.67708838, 0, 0.670182943, 0)
  2792. crawl.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2793. crawl.Font = Enum.Font.SourceSans
  2794. crawl.Text = "Crawl"
  2795. crawl.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2796. crawl.TextSize = 19
  2797. a = false
  2798. movingdance.Name = "movingdance"
  2799. movingdance.Parent = Animations
  2800. movingdance.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2801. movingdance.BorderSizePixel = 0
  2802. movingdance.Position = UDim2.new(0.353263497, 0, 0.670182943, 0)
  2803. movingdance.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2804. movingdance.Font = Enum.Font.SourceSans
  2805. movingdance.Text = "Moving Dance"
  2806. movingdance.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2807. movingdance.TextSize = 19
  2808.  
  2809. insane.Name = "insane"
  2810. insane.Parent = Animations
  2811. insane.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2812. insane.BorderSizePixel = 0
  2813. insane.Position = UDim2.new(0.0294386242, 0, 0.670182943, 0)
  2814. insane.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2815. insane.Font = Enum.Font.SourceSans
  2816. insane.Text = "Insane"
  2817. insane.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2818. insane.TextSize = 19
  2819.  
  2820. dinowalk.Name = "dinowalk"
  2821. dinowalk.Parent = Animations
  2822. dinowalk.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2823. dinowalk.BorderSizePixel = 0
  2824. dinowalk.Position = UDim2.new(0.0294386242, 0, 0.749028087, 0)
  2825. dinowalk.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2826. dinowalk.Font = Enum.Font.SourceSans
  2827. dinowalk.Text = "Dino Walk"
  2828. dinowalk.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2829. dinowalk.TextSize = 19
  2830.  
  2831. crouch.Name = "crouch"
  2832. crouch.Parent = Animations
  2833. crouch.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2834. crouch.BorderSizePixel = 0
  2835. crouch.Position = UDim2.new(0.353263497, 0, 0.749028087, 0)
  2836. crouch.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2837. crouch.Font = Enum.Font.SourceSans
  2838. crouch.Text = "Crouch"
  2839. crouch.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2840. crouch.TextSize = 19
  2841.  
  2842. jumpingjacks.Name = "jumpingjacks"
  2843. jumpingjacks.Parent = Animations
  2844. jumpingjacks.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  2845. jumpingjacks.BorderSizePixel = 0
  2846. jumpingjacks.Position = UDim2.new(0.67708838, 0, 0.749028087, 0)
  2847. jumpingjacks.Size = UDim2.new(0.27966696, 0, 0.065704219, 0)
  2848. jumpingjacks.Font = Enum.Font.SourceSans
  2849. jumpingjacks.Text = "Jumping"
  2850. jumpingjacks.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2851. jumpingjacks.TextSize = 19
  2852.  
  2853. -- Scripts
  2854. if game:GetService("Workspace").FilteringEnabled == true then
  2855. FECHECK.Text = "FE is Enabled!"
  2856. FECHECK.TextColor3 = Color3.new(0.258824, 0.776471, 0.101961)
  2857. else
  2858. FECHECK.Text = "FE is Disabled."
  2859. FECHECK.TextColor3 = Color3.new(0.758824, 0.276471, 0.101961)
  2860. end
  2861.  
  2862. mingui.MouseButton1Click:connect(function()
  2863. if Main.Size ~= TopFrame.Size then
  2864. TABS.Visible = false
  2865. Pages.Visible = false
  2866. Main.Size = TopFrame.Size
  2867. else
  2868. TABS.Visible = true
  2869. Pages.Visible = true
  2870. Main.Size = UDim2.new(0, 475, 0, 407)
  2871. end
  2872. end)
  2873. closegui.MouseButton1Click:connect(function()
  2874. Astrava:Destroy()
  2875. end)
  2876. tab_animation.MouseButton1Click:connect(function()
  2877. if a == true then
  2878. for i,v in pairs(Pages:GetChildren()) do
  2879. if game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == "R15" then
  2880. if v.Name ~= "Animations15" then
  2881. v.Visible = false
  2882. else
  2883. v.Visible = true
  2884. end
  2885. elseif game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == "R6" then
  2886. if v.Name ~= "Animations" then
  2887. v.Visible = false
  2888. else
  2889. v.Visible = true
  2890. end
  2891. end
  2892. end
  2893. end
  2894. end)
  2895. tab_humanoid.MouseButton1Click:connect(function()
  2896. for i,v in pairs(Pages:GetChildren()) do
  2897. if v.Name ~= "Humanoid1" then
  2898. v.Visible = false
  2899. else
  2900. v.Visible = true
  2901. end
  2902. end
  2903. end)
  2904. tab_movers.MouseButton1Click:connect(function()
  2905. for i,v in pairs(Pages:GetChildren()) do
  2906. if v.Name ~= "CharacterMovers" then
  2907. v.Visible = false
  2908. else
  2909. v.Visible = true
  2910. end
  2911. end
  2912. end)
  2913. tab_others.MouseButton1Click:connect(function()
  2914. for i,v in pairs(Pages:GetChildren()) do
  2915. if v.Name ~= "Others" then
  2916. v.Visible = false
  2917. else
  2918. v.Visible = true
  2919. end
  2920. end
  2921. end)
  2922. tab_teleport.MouseButton1Click:connect(function()
  2923. for i,v in pairs(Pages:GetChildren()) do
  2924. if v.Name ~= "Teleportation" then
  2925. v.Visible = false
  2926. else
  2927. v.Visible = true
  2928. end
  2929. end
  2930. end)
  2931. tab_tools.MouseButton1Click:connect(function()
  2932. for i,v in pairs(Pages:GetChildren()) do
  2933. if v.Name ~= "Tools" then
  2934. v.Visible = false
  2935. else
  2936. v.Visible = true
  2937. end
  2938. end
  2939. end)
  2940. yellow_design.MouseButton1Click:connect(function()
  2941. for i,v in pairs(Pages:GetChildren()) do
  2942. if v.Name ~= "Design" then
  2943. v.Visible = false
  2944. else
  2945. v.Visible = true
  2946. end
  2947. end
  2948. end)
  2949. yellow_hotkey.MouseButton1Click:connect(function()
  2950. for i,v in pairs(Pages:GetChildren()) do
  2951. if v.Name ~= "Hotkeys" then
  2952. v.Visible = false
  2953. else
  2954. v.Visible = true
  2955. end
  2956. end
  2957. end)
  2958. yellow_Information.MouseButton1Click:connect(function()
  2959. for i,v in pairs(Pages:GetChildren()) do
  2960. if v.Name ~= "Information" then
  2961. v.Visible = false
  2962. else
  2963. v.Visible = true
  2964. end
  2965. end
  2966. end)
  2967. Humanoid_NEXTBUTTON.MouseButton1Click:connect(function()
  2968. for i,v in pairs(Pages:GetChildren()) do
  2969. if v.Name ~= "Humanoid2" then
  2970. v.Visible = false
  2971. else
  2972. v.Visible = true
  2973. end
  2974. end
  2975. end)
  2976. Humanoid_PREVBUTTON.MouseButton1Click:connect(function()
  2977. for i,v in pairs(Pages:GetChildren()) do
  2978. if v.Name ~= "Humanoid1" then
  2979. v.Visible = false
  2980. else
  2981. v.Visible = true
  2982. end
  2983. end
  2984. end)
  2985.  
  2986. --------------------------- HUMANOID 1
  2987. flying = false
  2988. function FLY()
  2989. flying = not flying
  2990. repeat wait()
  2991. until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid")
  2992. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  2993. repeat wait() until mouse
  2994. local plr = game:GetService("Players").LocalPlayer
  2995. local torso = plr.Character.Torso
  2996. local deb = true
  2997. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2998. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2999. local maxspeed = 60
  3000. local speed = 0
  3001. local function FlyFunction()
  3002. local bg = Instance.new("BodyGyro", torso)
  3003. bg.P = 9e4
  3004. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3005. bg.cframe = torso.CFrame
  3006. local bv = Instance.new("BodyVelocity", torso)
  3007. bv.velocity = Vector3.new(0,0.1,0)
  3008. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3009. repeat wait()
  3010. plr.Character.Humanoid.PlatformStand = true
  3011. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3012. speed = speed+.5+(speed/maxspeed)
  3013. if speed > maxspeed then
  3014. speed = maxspeed
  3015. end
  3016. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3017. speed = speed-1
  3018. if speed < 0 then
  3019. speed = 0
  3020. end
  3021. end
  3022. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3023. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  3024. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3025. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3026. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  3027. else
  3028. bv.velocity = Vector3.new(0,0.1,0)
  3029. end
  3030. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3031. until not flying
  3032. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3033. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3034. speed = 0
  3035. bg:Destroy()
  3036. bv:Destroy()
  3037. plr.Character.Humanoid.PlatformStand = false
  3038. end
  3039. mouse.KeyDown:connect(function(key)
  3040. if key:lower() == "w" then
  3041. ctrl.f = 1
  3042. elseif key:lower() == "s" then
  3043. ctrl.b = -1
  3044. elseif key:lower() == "a" then
  3045. ctrl.l = -1
  3046. elseif key:lower() == "d" then
  3047. ctrl.r = 1
  3048. end
  3049. end)
  3050. mouse.KeyUp:connect(function(key)
  3051. if key:lower() == "w" then
  3052. ctrl.f = 0
  3053. elseif key:lower() == "s" then
  3054. ctrl.b = 0
  3055. elseif key:lower() == "a" then
  3056. ctrl.l = 0
  3057. elseif key:lower() == "d" then
  3058. ctrl.r = 0
  3059. end
  3060. end)
  3061. FlyFunction()
  3062. end
  3063. Fly.MouseButton1Click:connect(function()
  3064. FLY()
  3065. end)
  3066.  
  3067. Godmode.MouseButton1Click:connect(function()
  3068. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3069. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3070. l.Parent = game:GetService("Players").LocalPlayer.Character
  3071. l.Name = "Humanoid"
  3072. wait(0.1)
  3073. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3074. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3075. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3076. wait(0.1)
  3077. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3078. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3079. end)
  3080.  
  3081. blockhats.MouseButton1Click:connect(function()
  3082. for i,hats in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3083. if hats:IsA("Hat") or hats:IsA("Accessory") then
  3084. for i,v in pairs(hats:GetDescendants()) do
  3085. if v.Name == "Mesh" then
  3086. v:Destroy()
  3087. end
  3088. end
  3089. end
  3090. end
  3091. end)
  3092. blockhead.MouseButton1Click:connect(function()
  3093. game:GetService("Players").LocalPlayer.Character.Head.Mesh:Destroy()
  3094. end)
  3095. blocktool.MouseButton1Click:connect(function()
  3096. for i,tool in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3097. if tool:IsA("Tool") then
  3098. for i,v in pairs(tool:GetDescendants()) do
  3099. if v.Name == "Mesh" then
  3100. v:Destroy()
  3101. end
  3102. end
  3103. end
  3104. end
  3105. end)
  3106. chat.MouseButton1Click:connect(function()
  3107. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat_txtbox.Text, "All")
  3108. end)
  3109. clickgoto = false
  3110. plr = game:GetService("Players").LocalPlayer
  3111. hum = plr.Character.HumanoidRootPart
  3112. mouse = plr:GetMouse()
  3113. mouse.KeyDown:connect(function(key)
  3114. if key == "e" then
  3115. if mouse.Target then
  3116. if clickgoto then
  3117. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  3118. end
  3119. end
  3120. end
  3121. end)
  3122. clickTP.MouseButton1Click:connect(function()
  3123. clickgoto = not clickgoto
  3124. if clickgoto then
  3125. game:GetService("StarterGui"):SetCore("SendNotification", {
  3126. Title = "Click TP";
  3127. Text = "Press E to teleport to mouse position";
  3128. })
  3129. end
  3130. end)
  3131. drophats.MouseButton1Click:connect(function()
  3132. for i,hats in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3133. if hats:IsA("Hat") or hats:IsA("Accessory") then
  3134. hats.Parent = game:GetService("Workspace")
  3135. end
  3136. end
  3137. end)
  3138. droptool.MouseButton1Click:connect(function()
  3139. for i,tool in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3140. if tool:IsA("Tool") then
  3141. tool.Parent = game:GetService("Workspace")
  3142. end
  3143. end
  3144. end)
  3145. gravity.MouseButton1Click:connect(function()
  3146. game:GetService("Workspace").Gravity = gravity_txtbox.Text
  3147. end)
  3148. hipheight.MouseButton1Click:connect(function()
  3149. game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = hipheight_txtbox.Text
  3150. end)
  3151. jumppower.MouseButton1Click:connect(function()
  3152. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = jumppower_txtbox.Text
  3153. end)
  3154. speed.MouseButton1Click:connect(function()
  3155. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = speed_txtbox.Text
  3156. end)
  3157. infjumping = false
  3158. local Player = game:GetService'Players'.LocalPlayer;
  3159. local UIS = game:GetService'UserInputService';
  3160. _G.JumpHeight = 50;
  3161. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  3162. UIS.InputBegan:connect(function(UserInput)
  3163. if infjumping then
  3164. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  3165. Action(Player.Character.Humanoid, function(self)
  3166. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  3167. Action(self.Parent.HumanoidRootPart, function(self)
  3168. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  3169. end)
  3170. end
  3171. end)
  3172. end
  3173. end
  3174. end)
  3175. infjump.MouseButton1Click:connect(function()
  3176. infjumping = not infjumping
  3177. end)
  3178. invisible.MouseButton1Click:connect(function()
  3179. Local = game:GetService('Players').LocalPlayer
  3180. Char = Local.Character
  3181. local touched,tpdback = false, false
  3182. Local.CharacterAdded:connect(function(char)
  3183. if script.Disabled ~= true then
  3184. wait(.25)
  3185. loc = Char.HumanoidRootPart.Position
  3186. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3187. end
  3188. end)
  3189. game:GetService('UserInputService').InputBegan:connect(function(key)
  3190. if key.KeyCode == Enum.KeyCode.Equals then
  3191. if script.Disabled ~= true then
  3192. script.Disabled = true
  3193. print'you may re-execute'
  3194. end
  3195. end
  3196. end)
  3197. box = Instance.new('Part',workspace)
  3198. box.Anchored = true
  3199. box.CanCollide = true
  3200. box.Size = Vector3.new(10,1,10)
  3201. box.Position = Vector3.new(0,10000,0)
  3202. box.Touched:connect(function(part)
  3203. if (part.Parent.Name == Local.Name) then
  3204. if touched == false then
  3205. touched = true
  3206. function apply()
  3207. if script.Disabled ~= true then
  3208. no = Char.HumanoidRootPart:Clone()
  3209. wait(.25)
  3210. Char.HumanoidRootPart:Destroy()
  3211. no.Parent = Char
  3212. Char:MoveTo(loc)
  3213. touched = false
  3214. end end
  3215. if Char then
  3216. apply()
  3217. end
  3218. end
  3219. end
  3220. end)
  3221. repeat wait() until Char
  3222. loc = Char.HumanoidRootPart.Position
  3223. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3224. end)
  3225. game:GetService('RunService').Stepped:connect(function()
  3226. if not clip then
  3227. game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false
  3228. game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false
  3229. game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false
  3230. game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false
  3231. end
  3232. end)
  3233. noclip.MouseButton1Click:connect(function()
  3234. clip = not clip
  3235. end)
  3236. noclip2.MouseButton1Click:connect(function()
  3237. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.StrafingNoPhysics)
  3238. end)
  3239. clip3 = false
  3240. noclip3.MouseButton1Click:connect(function()
  3241. clip3 = not clip3
  3242. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.StrafingNoPhysics)
  3243. for i,part in pairs(game:GetService("Workspace"):GetDescendants()) do
  3244. if part:IsA("Part") then
  3245. if clip3 then
  3246. part.CanCollide = false
  3247. else
  3248. part.CanCollide = true
  3249. end
  3250. end
  3251. end
  3252. end)
  3253. reaching = false
  3254. reach.MouseButton1Click:connect(function()
  3255. reaching = not reaching
  3256. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do
  3257. if v:isA("Tool") then
  3258. local reach2 = v.Handle.Size
  3259. if reaching then
  3260. local a = Instance.new("SelectionBox",v.Handle)
  3261. a.Name = "Reach"
  3262. a.Adornee = v.Handle
  3263. if reach_txtbox == "" then
  3264. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3265. else
  3266. v.Handle.Size = Vector3.new(0.5,0.5,(reach_txtbox))
  3267. end
  3268. v.GripPos = Vector3.new(0,0,0)
  3269. game:GetService("Players").LocalPlayer.Character.Humanoid:UnequipTools()
  3270. else
  3271. v.Handle.Reach:Destroy()
  3272. v.Handle.Size = reach2
  3273. end
  3274. end
  3275. end
  3276. end)
  3277. resetdefault.MouseButton1Click:connect(function()
  3278. plr = game:GetService("Players").LocalPlayer.Character.Humanoid
  3279. plr.WalkSpeed = 16
  3280. plr.JumpPower = 50
  3281. plr.HipHeight = 0
  3282. game:GetService("Workspace").Gravity = 196.2
  3283. end)
  3284. respawn.MouseButton1Click:connect(function()
  3285. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
  3286. wait(1)
  3287. game:GetService("Players").LocalPlayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3288. game:GetService("Players").LocalPlayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3289. end)
  3290. respawn2.MouseButton1Click:connect(function()
  3291. local mod = Instance.new('Model', game:GetService("Workspace")) mod.Name = 're '..game:GetService("Players").LocalPlayer.Name
  3292. local hum = Instance.new('Humanoid', mod)
  3293. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3294. game:GetService("Players").LocalPlayer.Character = mod
  3295. end)
  3296. dospam = false
  3297. spam.MouseButton1Click:connect(function()
  3298. dospam = not dospam
  3299. end)
  3300. spawn(function()
  3301. while wait(spamdelay_txtbox.Text) do
  3302. if dospam == true then
  3303. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat_txtbox, "All")
  3304. end
  3305. end
  3306. end)
  3307.  
  3308. -- HUMANOID 2 --- HUMANOID 2 ---- HUMANOID 2 ----- HUMANOID 2
  3309.  
  3310. game:GetService("Players").LocalPlayer.Character.ChildRemoved:connect(function(child)
  3311. if child.Name == "Head" then
  3312. head.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3313. elseif child.Name == "Left Arm" then
  3314. leftarm.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3315. elseif child.Name == "Right Arm" then
  3316. rightarm.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3317. elseif child.Name == "Left Leg" then
  3318. leftleg.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3319. elseif child.Name == "Right Leg" then
  3320. rightleg.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3321. elseif child.Name == "Torso" or child.Name == "HumanoidRootPart" then
  3322. torso.BackgroundColor3 = Color3.fromRGB(208, 108, 108)
  3323. end
  3324. end)
  3325. game:GetService("Players").LocalPlayer.Character.Humanoid.Died:connect(function()
  3326. head.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3327. torso.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3328. rightarm.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3329. leftarm.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3330. leftleg.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3331. rightleg.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
  3332. end)
  3333. delclothes.MouseButton1Click:connect(function()
  3334. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3335. if v:IsA("Shirt") or v:IsA("Pants") then
  3336. v:Destroy()
  3337. end
  3338. end
  3339. end)
  3340. delhats.MouseButton1Click:connect(function()
  3341. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3342. if v:IsA("Hat") or v:IsA("Accessory") then
  3343. v:Destroy()
  3344. end
  3345. end
  3346. end)
  3347. delhead.MouseButton1Click:connect(function()
  3348. game:GetService("Players").LocalPlayer.Character.Head:Destroy()
  3349. end)
  3350. delleftarm.MouseButton1Click:connect(function()
  3351. game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy()
  3352. end)
  3353. delleftleg.MouseButton1Click:connect(function()
  3354. game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy()
  3355. end)
  3356. dellimbs.MouseButton1Click:connect(function()
  3357. game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy()
  3358. game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy()
  3359. game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy()
  3360. game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy()
  3361. end)
  3362. delpants.MouseButton1Click:connect(function()
  3363. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3364. if v:IsA("Pants") then
  3365. v:Destroy()
  3366. end
  3367. end
  3368. end)
  3369. delrightarm.MouseButton1Click:connect(function()
  3370. game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy()
  3371. end)
  3372. delrightleg.MouseButton1Click:connect(function()
  3373. game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy()
  3374. end)
  3375. delshirt.MouseButton1Click:connect(function()
  3376. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3377. if v:IsA("Shirt") then
  3378. v:Destroy()
  3379. end
  3380. end
  3381. end)
  3382. deltorso.MouseButton1Click:connect(function()
  3383. game:GetService("Players").LocalPlayer.Character.Torso:Destroy()
  3384. end)
  3385. autoblockhatss = false
  3386. autodrophatss = false
  3387. autoblocktooll = false
  3388. autodroptooll = false
  3389. game:GetService('RunService').Stepped:connect(function()
  3390. if autodrophatss then
  3391. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3392. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3393. v.Parent = game:GetService("Workspace")
  3394. end
  3395. end
  3396. end
  3397. if autodroptooll then
  3398. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3399. if (v:IsA("Tool")) then
  3400. v.Parent = game:GetService("Workspace")
  3401. end
  3402. end
  3403. end
  3404. if autoblockhatss then
  3405. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3406. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3407. for i,v in pairs(v:GetDescendants()) do
  3408. if v.Name == "Mesh" then
  3409. v:Destroy()
  3410. end
  3411. end
  3412. end
  3413. end
  3414. end
  3415. if autoblocktooll then
  3416. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  3417. if (v:IsA("Tool")) then
  3418. for i,v in pairs(v:GetDescendants()) do
  3419. if v.Name == "Mesh" then
  3420. v:Destroy()
  3421. end
  3422. end
  3423. end
  3424. end
  3425. end
  3426. end)
  3427. autoblockhats.MouseButton1Click:connect(function()
  3428. autoblockhatss = not autoblockhatss
  3429. end)
  3430. autoblocktool.MouseButton1Click:connect(function()
  3431. autoblocktooll = not autoblocktooll
  3432. end)
  3433. autodrophats.MouseButton1Click:connect(function()
  3434. autodrophatss = not autodrophatss
  3435. end)
  3436. autodroptool.MouseButton1Click:connect(function()
  3437. autodroptooll = not autodroptooll
  3438. end)
  3439.  
  3440. -- TELEPORTATION --- TELEPORTATION ---- TELEPORTATION ----- TELEPORTATION
  3441.  
  3442. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  3443. local Found = {}
  3444. local strl = String:lower()
  3445. if strl == "all" then
  3446. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3447. table.insert(Found,v)
  3448. end
  3449. elseif strl == "others" then
  3450. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3451. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  3452. table.insert(Found,v)
  3453. end
  3454. end
  3455. elseif strl == "me" then
  3456. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3457. if v.Name == game:GetService("Players").LocalPlayer.Name then
  3458. table.insert(Found,v)
  3459. end
  3460. end
  3461. else
  3462. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3463. if v.Name:lower():sub(1, #String) == String:lower() then
  3464. table.insert(Found,v)
  3465. end
  3466. end
  3467. end
  3468. return Found
  3469. end
  3470. followed = false
  3471. headwalking = false
  3472. loopaboved = false
  3473. looparmnow = false
  3474. loopheadnow = false
  3475. looplegsnow = false
  3476. loopsidenow = false
  3477. looptorsonow = false
  3478. loopvector = false
  3479. trailnow = false
  3480. game:GetService('RunService').Stepped:connect(function()
  3481. if followed then
  3482. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  3483. end
  3484. if headwalking then
  3485. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,3,0)
  3486. end
  3487. if loopaboved then
  3488. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[loopplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  3489. end
  3490. if looparmnow then
  3491. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[armplr.Name].Character["Left Arm"].CFrame
  3492. end
  3493. if loopheadnow then
  3494. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hplr.Name].Character["Head"].CFrame
  3495. end
  3496. if looplegsnow then
  3497. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[legplr.Name].Character["Right Leg"].CFrame
  3498. end
  3499. if loopsidenow then
  3500. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[splr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  3501. end
  3502. if looptorsonow then
  3503. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[torsoplr.Name].Character.HumanoidRootPart.CFrame
  3504. end
  3505. if loopvector then
  3506. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(vector3tp_txtbox.Text)
  3507. end
  3508. if trailnow then
  3509. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[tplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[tplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  3510. end
  3511. end)
  3512. follow.MouseButton1Click:connect(function()
  3513. followed = not followed
  3514. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3515. flwplr = v
  3516. end
  3517. end)
  3518. getpos.MouseButton1Click:connect(function()
  3519. showpos.Text = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position
  3520. end)
  3521. headtp.MouseButton1Click:connect(function()
  3522. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3523. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame
  3524. end
  3525. end)
  3526. headwalk.MouseButton1Click:connect(function()
  3527. headwalking = not headwalking
  3528. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3529. hdwplr = v
  3530. end
  3531. end)
  3532. loadpos.MouseButton1Click:connect(function()
  3533. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  3534. end)
  3535. savepos.MouseButton1Click:connect(function()
  3536. saved = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  3537. end)
  3538. loopabove.MouseButton1Click:connect(function()
  3539. loopaboved = not loopaboved
  3540. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3541. loopplr = v
  3542. end
  3543. end)
  3544. looparm.MouseButton1Click:connect(function()
  3545. looparmnow = not looparmnow
  3546. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3547. armplr = v
  3548. end
  3549. end)
  3550. loophead.MouseButton1Click:connect(function()
  3551. loopheadnow = not loopheadnow
  3552. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3553. hplr = v
  3554. end
  3555. end)
  3556. looplegs.MouseButton1Click:connect(function()
  3557. looplegsnow = not looplegsnow
  3558. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3559. legplr = v
  3560. end
  3561. end)
  3562. loopside.MouseButton1Click:connect(function()
  3563. loopsidenow = not loopsidenow
  3564. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3565. splr = v
  3566. end
  3567. end)
  3568. looptorso.MouseButton1Click:connect(function()
  3569. looptorsonow = not looptorsonow
  3570. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3571. torsoplr = v
  3572. end
  3573. end)
  3574. loopvector3tp.MouseButton1Click:connect(function()
  3575. loopvector = not loopvector
  3576. end)
  3577. torsotp.MouseButton1Click:connect(function()
  3578. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3579. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3580. end
  3581. end)
  3582. trail.MouseButton1Click:connect(function()
  3583. trailnow = not trailnow
  3584. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3585. tplr = v
  3586. end
  3587. end)
  3588. vector3tp.MouseButton1Click:connect(function()
  3589. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(vector3tp_txtbox.Text)
  3590. end)
  3591.  
  3592. -- DESIGN --- DESIGN ---- DESIGN ----- DESIGN ------ DESIGN
  3593.  
  3594. darktheme.MouseButton1Click:connect(function()
  3595. for i,v in pairs(Main:GetDescendants()) do
  3596. if v.Parent == Pages then
  3597. v.BackgroundColor3 = Color3.fromRGB(116,116,116)
  3598. end
  3599. if v:IsA("TextButton") then
  3600. v.BackgroundColor3 = Color3.fromRGB(39,39,39)
  3601. v.TextColor3 = Color3.fromRGB(231,231,231)
  3602. end
  3603. if v:IsA("TextLabel") then
  3604. v.TextColor3 = Color3.fromRGB(238,238,238)
  3605. v.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3606. end
  3607. if v.Name == "TABS" then
  3608. v.BackgroundColor3 = Color3.fromRGB(72,72,72)
  3609. end
  3610. if v.Name == "TopFrame" then
  3611. v.BackgroundColor3 = Color3.fromRGB(34,34,34)
  3612. end
  3613. end
  3614. wait(0.01)
  3615. for i,v in pairs(TABS:GetDescendants()) do
  3616. if v:IsA("TextButton") then
  3617. v.BackgroundColor3 = Color3.fromRGB(24,24,24)
  3618. v.TextColor3 = Color3.fromRGB(238,238,238)
  3619. end
  3620. if v:IsA("TextLabel") then
  3621. v.TextColor3 = Color3.fromRGB(239,239,239)
  3622. end
  3623. end
  3624. wait(0.01)
  3625. for i,v in pairs(TopFrame:GetDescendants()) do
  3626. if v:IsA("TextButton") then
  3627. v.TextColor3 = Color3.fromRGB(238,238,238)
  3628. end
  3629. end
  3630. end)
  3631.  
  3632. lighttheme.MouseButton1Click:connect(function()
  3633. for i,v in pairs(Main:GetDescendants()) do
  3634. if v.Parent == Pages then
  3635. v.BackgroundColor3 = Color3.fromRGB(216,216,216)
  3636. end
  3637. if v:IsA("TextButton") then
  3638. v.BackgroundColor3 = Color3.fromRGB(239,239,239)
  3639. v.TextColor3 = Color3.fromRGB(31,31,31)
  3640. end
  3641. if v:IsA("TextLabel") then
  3642. v.TextColor3 = Color3.fromRGB(38,38,38)
  3643. v.BackgroundColor3 = Color3.fromRGB(263,263,263)
  3644. end
  3645. if v.Name == "TABS" then
  3646. v.BackgroundColor3 = Color3.fromRGB(172,172,172)
  3647. end
  3648. if v.Name == "TopFrame" then
  3649. v.BackgroundColor3 = Color3.fromRGB(234,234,234)
  3650. end
  3651. end
  3652. wait(0.01)
  3653. for i,v in pairs(TABS:GetDescendants()) do
  3654. if v:IsA("TextButton") then
  3655. v.BackgroundColor3 = Color3.fromRGB(224,224,224)
  3656. v.TextColor3 = Color3.fromRGB(38,38,38)
  3657. end
  3658. if v:IsA("TextLabel") then
  3659. v.TextColor3 = Color3.fromRGB(39,39,39)
  3660. end
  3661. end
  3662. wait(0.01)
  3663. for i,v in pairs(TopFrame:GetDescendants()) do
  3664. if v:IsA("TextButton") then
  3665. v.TextColor3 = Color3.fromRGB(38,38,38)
  3666. end
  3667. end
  3668. end)
  3669.  
  3670. futuretheme.MouseButton1Click:connect(function()
  3671. for i,v in pairs(Main:GetDescendants()) do
  3672. if v.Parent == Pages then
  3673. v.BackgroundColor3 = Color3.fromRGB(116,116,116)
  3674. end
  3675. if v:IsA("TextButton") then
  3676. v.BackgroundColor3 = Color3.fromRGB(209,209,209)
  3677. v.TextColor3 = Color3.fromRGB(110,229,225)
  3678. end
  3679. if v:IsA("TextLabel") then
  3680. v.TextColor3 = Color3.fromRGB(110,229,225)
  3681. v.BackgroundColor3 = Color3.fromRGB(233,233,233)
  3682. end
  3683. if v.Name == "TABS" then
  3684. v.BackgroundColor3 = Color3.fromRGB(132,132,182)
  3685. end
  3686. if v.Name == "TopFrame" then
  3687. v.BackgroundColor3 = Color3.fromRGB(204,204,204)
  3688. end
  3689. end
  3690. wait(0.01)
  3691. for i,v in pairs(TABS:GetDescendants()) do
  3692. if v:IsA("TextButton") then
  3693. v.BackgroundColor3 = Color3.fromRGB(224,224,224)
  3694. v.TextColor3 = Color3.fromRGB(110,229,225)
  3695. end
  3696. if v:IsA("TextLabel") then
  3697. v.TextColor3 = Color3.fromRGB(110,229,225)
  3698. end
  3699. end
  3700. wait(0.01)
  3701. for i,v in pairs(TopFrame:GetDescendants()) do
  3702. if v:IsA("TextButton") then
  3703. v.TextColor3 = Color3.fromRGB(110,229,225)
  3704. end
  3705. end
  3706. end)
  3707.  
  3708. neontheme.MouseButton1Click:connect(function()
  3709. for i,v in pairs(Main:GetDescendants()) do
  3710. if v.Parent == Pages then
  3711. v.BackgroundColor3 = Color3.fromRGB(80,80,80)
  3712. end
  3713. if v:IsA("TextButton") then
  3714. v.BackgroundColor3 = Color3.fromRGB(55,65,55)
  3715. v.TextColor3 = Color3.fromRGB(111,229,121)
  3716. end
  3717. if v:IsA("TextLabel") then
  3718. v.TextColor3 = Color3.fromRGB(111,229,121)
  3719. v.BackgroundColor3 = Color3.fromRGB(225,235,225)
  3720. end
  3721. if v.Name == "TABS" then
  3722. v.BackgroundColor3 = Color3.fromRGB(115,125,115)
  3723. end
  3724. if v.Name == "TopFrame" then
  3725. v.BackgroundColor3 = Color3.fromRGB(185,195,185)
  3726. end
  3727. end
  3728. wait(0.01)
  3729. for i,v in pairs(TABS:GetDescendants()) do
  3730. if v:IsA("TextButton") then
  3731. v.BackgroundColor3 = Color3.fromRGB(155,165,155)
  3732. v.TextColor3 = Color3.fromRGB(31,59,31)
  3733. end
  3734. if v:IsA("TextLabel") then
  3735. v.TextColor3 = Color3.fromRGB(31,59,31)
  3736. end
  3737. end
  3738. wait(0.01)
  3739. for i,v in pairs(TopFrame:GetDescendants()) do
  3740. if v:IsA("TextButton") then
  3741. v.TextColor3 = Color3.fromRGB(31,59,31)
  3742. end
  3743. end
  3744. end)
  3745.  
  3746. -- TOOLS --- TOOLS ---- TOOLS ----- TOOLS ------ TOOLS
  3747.  
  3748. kill.MouseButton1Click:connect(function()
  3749. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3750. local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  3751. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3752. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3753. l.Parent = game:GetService("Players").LocalPlayer.Character
  3754. l.Name = "Humanoid"
  3755. wait(0.1)
  3756. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3757. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3758. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3759. wait(0.1)
  3760. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3761. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3762. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3763. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3764. end
  3765. local function tp(player,player2)
  3766. local char1,char2=player.Character,player2.Character
  3767. if char1 and char2 then
  3768. char1:MoveTo(char2.Head.Position)
  3769. end
  3770. end
  3771. wait(0.1)
  3772. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3773. wait(0.2)
  3774. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3775. wait(0.5)
  3776. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3777. wait(0.7)
  3778. tp(game:GetService("Players").LocalPlayer,game:GetService("Players")[v.Name])
  3779. wait(0.7)
  3780. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  3781. end
  3782. end)
  3783. attach.MouseButton1Click:connect(function()
  3784. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3785. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3786. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3787. l.Parent = game:GetService("Players").LocalPlayer.Character
  3788. l.Name = "Humanoid"
  3789. wait(0.1)
  3790. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3791. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3792. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3793. wait(0.1)
  3794. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3795. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3796. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3797. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3798. end
  3799. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3800. wait(0.3)
  3801. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3802. end
  3803. end)
  3804. bring.MouseButton1Click:connect(function()
  3805. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3806. local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  3807. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3808. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3809. l.Parent = game:GetService("Players").LocalPlayer.Character
  3810. l.Name = "Humanoid"
  3811. wait(0.1)
  3812. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3813. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3814. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3815. wait(0.1)
  3816. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3817. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3818. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3819. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3820. end
  3821. local function tp(player,player2)
  3822. local char1,char2=player.Character,player2.Character
  3823. if char1 and char2 then
  3824. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3825. end
  3826. end
  3827. local function getout(player,player2)
  3828. local char1,char2=player.Character,player2.Character
  3829. if char1 and char2 then
  3830. char1:MoveTo(char2.Head.Position)
  3831. end
  3832. end
  3833. tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer)
  3834. wait(0.2)
  3835. tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer)
  3836. wait(0.5)
  3837. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  3838. wait(0.5)
  3839. getout(game:GetService("Players").LocalPlayer, game:GetService("Players")[v.Name])
  3840. wait(0.3)
  3841. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  3842. end
  3843. end)
  3844. freefall.MouseButton1Click:connect(function()
  3845. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3846. local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  3847. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3848. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3849. l.Parent = game:GetService("Players").LocalPlayer.Character
  3850. l.Name = "Humanoid"
  3851. wait(0.1)
  3852. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3853. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3854. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3855. wait(0.1)
  3856. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3857. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3858. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3859. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3860. end
  3861. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3862. wait(0.2)
  3863. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3864. wait(0.6)
  3865. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  3866. wait(0.6)
  3867. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3868. end
  3869. end)
  3870. glitch.MouseButton1Click:connect(function()
  3871. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3872. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3873. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3874. l.Parent = game:GetService("Players").LocalPlayer.Character
  3875. l.Name = "Humanoid"
  3876. wait(0.1)
  3877. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3878. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3879. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3880. wait(0.1)
  3881. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3882. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3883. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3884. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3885. end
  3886. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3887. wait(0.3)
  3888. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3889. wait(0.4)
  3890. b = Instance.new("BodyForce")
  3891. b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3892. b.Name = "Glitch"
  3893. b.Force = Vector3.new(100000000,5000,0)
  3894. end
  3895. end)
  3896. toolsspin.MouseButton1Click:connect(function()
  3897. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3898. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3899. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3900. l.Parent = game:GetService("Players").LocalPlayer.Character
  3901. l.Name = "Humanoid"
  3902. wait(0.1)
  3903. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3904. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3905. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3906. wait(0.1)
  3907. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3908. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3909. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3910. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3911. end
  3912. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3913. looptorsonow = not looptorsonow
  3914. torsoplr = v
  3915. end
  3916. end)
  3917. toolstpto.MouseButton1Click:connect(function()
  3918. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3919. for i,e in pairs(GetPlayer(toolstpto_txtbox.Text)) do
  3920. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3921. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3922. l.Parent = game:GetService("Players").LocalPlayer.Character
  3923. l.Name = "Humanoid"
  3924. wait(0.1)
  3925. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3926. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3927. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3928. wait(0.1)
  3929. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3930. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3931. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3932. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3933. end
  3934. local function tp(player,player2)
  3935. local char1,char2=player.Character,player2.Character
  3936. if char1 and char2 then
  3937. char1:MoveTo(char2.Head.Position)
  3938. end
  3939. end
  3940. wait(0.1)
  3941. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3942. wait(0.5)
  3943. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[e.Name].Character.HumanoidRootPart.CFrame
  3944. wait(0.2)
  3945. tp(game:GetService("Players").LocalPlayer,game:GetService("Players")[e.Name])
  3946. end
  3947. end
  3948. end)
  3949. void.MouseButton1Click:connect(function()
  3950. for i,v in pairs(GetPlayer(teleportplrbox.Text)) do
  3951. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3952. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3953. l.Parent = game:GetService("Players").LocalPlayer.Character
  3954. l.Name = "Humanoid"
  3955. wait(0.1)
  3956. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3957. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3958. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3959. wait(0.1)
  3960. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3961. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3962. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3963. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v)
  3964. end
  3965. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3966. wait(0.2)
  3967. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3968. wait(0.6)
  3969. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3970. end
  3971. end)
  3972.  
  3973. -- Character movers ---- character movers ------ im really tired at scripting at the moment --- i was thinking about selling this gui but i dont want to anymore i dont think so ------ CHARACTER MOVERS ---- there we go im back lets do this
  3974.  
  3975. Orbit.MouseButton1Click:connect(function()
  3976. if Orbit.Text == "Orbit" then
  3977. for i,v in pairs(GetPlayer(charmoveplrbox.Text)) do
  3978. Orbit.Text = "STOP"
  3979. local o = Instance.new("RocketPropulsion")
  3980. o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3981. o.Name = "Orbit"
  3982. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3983. o:Fire()
  3984. clip = false
  3985. end
  3986. else
  3987. Orbit.Text = "Orbit"
  3988. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  3989. clip = true
  3990. end
  3991. end)
  3992. AimArm.MouseButton1Click:connect(function()
  3993. if AimArm.Text == "AimArm" then
  3994. for i,v in pairs(GetPlayer(charmoveplrbox.Text)) do
  3995. AimArm.Text = "STOP"
  3996. local y = Instance.new("RocketPropulsion")
  3997. y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3998. y.CartoonFactor = 1
  3999. y.MaxThrust = 200000
  4000. y.MaxSpeed = 1000
  4001. y.ThrustP = 80000
  4002. y.Name = "AimArm"
  4003. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4004. y.Target = game:GetService("Players")[v.Name].Character["Left Arm"]
  4005. y:Fire()
  4006. clip = false
  4007. end
  4008. else
  4009. AimArm.Text = "AimArm"
  4010. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.AimArm:Destroy()
  4011. clip = true
  4012. end
  4013. end)
  4014.  
  4015. AimLeg.MouseButton1Click:connect(function()
  4016. if AimLeg.Text == "AimLeg" then
  4017. for i,v in pairs(GetPlayer(charmoveplrbox.Text)) do
  4018. AimLeg.Text = "STOP"
  4019. local y = Instance.new("RocketPropulsion")
  4020. y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4021. y.CartoonFactor = 1
  4022. y.MaxThrust = 200000
  4023. y.MaxSpeed = 1000
  4024. y.ThrustP = 80000
  4025. y.Name = "AimLeg"
  4026. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4027. y.Target = game:GetService("Players")[v.Name].Character["Left Leg"]
  4028. y:Fire()
  4029. clip = false
  4030. end
  4031. else
  4032. AimLeg.Text = "AimLeg"
  4033. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.AimLeg:Destroy()
  4034. clip = true
  4035. end
  4036. end)
  4037.  
  4038. Aimhead.MouseButton1Click:connect(function()
  4039. if Aimhead.Text == "AimHead" then
  4040. for i,v in pairs(GetPlayer(charmoveplrbox.Text)) do
  4041. Aimhead.Text = "STOP"
  4042. local y = Instance.new("RocketPropulsion")
  4043. y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4044. y.CartoonFactor = 1
  4045. y.MaxThrust = 200000
  4046. y.MaxSpeed = 1000
  4047. y.ThrustP = 80000
  4048. y.Name = "Aimhead"
  4049. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4050. y.Target = game:GetService("Players")[v.Name].Character["Left Leg"]
  4051. y:Fire()
  4052. clip = false
  4053. end
  4054. else
  4055. Aimhead.Text = "Aimhead"
  4056. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Aimhead:Destroy()
  4057. clip = true
  4058. end
  4059. end)
  4060.  
  4061. Limbsaim.MouseButton1Click:connect(function()
  4062. if Limbsaim.Text == "Limbs" then
  4063. for i,v in pairs(GetPlayer(charmoveplrbox.Text)) do
  4064. Limbsaim.Text = "STOP"
  4065. local y = Instance.new("RocketPropulsion")
  4066. y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4067. y.CartoonFactor = 1
  4068. y.MaxThrust = 200000
  4069. y.MaxSpeed = 1000
  4070. y.ThrustP = 80000
  4071. y.Name = "Limbsaim"
  4072. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4073. y.Target = game:GetService("Players")[v.Name].Character["Right Leg"]
  4074. y:Fire()
  4075. clip = false
  4076. end
  4077. else
  4078. Limbsaim.Text = "Limbsaim"
  4079. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Limbsaim:Destroy()
  4080. clip = true
  4081. end
  4082. end)
  4083.  
  4084. Max.MouseButton1Click:connect(function()
  4085. if Max.Text == "Maximum" then
  4086. Max.Text = "STOP"
  4087. local t1 = Instance.new("RocketPropulsion")
  4088. t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4089. t1.TurnP = 100000
  4090. t1.MaxThrust = 100000
  4091. t1.MaxSpeed = 5000
  4092. t1.ThrustP = 100000
  4093. t1.CartoonFactor = 1
  4094. t1.Name = "one"
  4095. local t2 = Instance.new("RocketPropulsion")
  4096. t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4097. t2.TurnP = 100000
  4098. t2.MaxThrust = 100000
  4099. t2.MaxSpeed = 5000
  4100. t2.ThrustP = 100000
  4101. t2.CartoonFactor = 1
  4102. t2.Name = "two"
  4103. local t3 = Instance.new("RocketPropulsion")
  4104. t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4105. t3.TurnP = 100000
  4106. t3.MaxThrust = 100000
  4107. t3.MaxSpeed = 5000
  4108. t3.ThrustP = 100000
  4109. t3.CartoonFactor = 1
  4110. t3.Name = "three"
  4111. local t4 = Instance.new("RocketPropulsion")
  4112. t4.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4113. t4.TurnP = 100000
  4114. t4.MaxThrust = 100000
  4115. t4.MaxSpeed = 5000
  4116. t4.ThrustP = 100000
  4117. t4.CartoonFactor = 1
  4118. t4.Name = "four"
  4119. local t5 = Instance.new("RocketPropulsion")
  4120. t5.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4121. t5.TurnP = 100000
  4122. t5.MaxThrust = 100000
  4123. t5.MaxSpeed = 5000
  4124. t5.ThrustP = 100000
  4125. t5.CartoonFactor = 1
  4126. t5.Name = "five"
  4127. local t6 = Instance.new("RocketPropulsion")
  4128. t6.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4129. t6.TurnP = 100000
  4130. t6.MaxThrust = 100000
  4131. t6.MaxSpeed = 5000
  4132. t6.ThrustP = 100000
  4133. t6.CartoonFactor = 1
  4134. t6.Name = "six"
  4135. for i,v in pairs(GetPlayer(charmoveplrbox.Text))do
  4136. t1.Target = game:GetService("Players")[v.Name].Character.Torso
  4137. t1:Fire()
  4138. t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"]
  4139. t2:Fire()
  4140. t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"]
  4141. t3:Fire()
  4142. t4.Target = game:GetService("Players")[v.Name].Character["Left Leg"]
  4143. t4:Fire()
  4144. t5.Target = game:GetService("Players")[v.Name].Character["Right Arm"]
  4145. t5:Fire()
  4146. t6.Target = game:GetService("Players")[v.Name].Character.Head
  4147. t6:Fire()
  4148. end
  4149. clip = false
  4150. else
  4151. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  4152. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  4153. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  4154. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.four:Destroy()
  4155. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.five:Destroy()
  4156. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.six:Destroy()
  4157. Max.Text = "Maximum"
  4158. clip = true
  4159. end
  4160. end)
  4161.  
  4162. -- OTHERS ---- OTHERS ----- hello why are you here? ----- HELLO ------ OTHERS
  4163.  
  4164. annoy.MouseButton1Click:connect(function()
  4165. looptorsonow = not looptorsonow
  4166. for i,v in pairs(GetPlayer(othersplrbox.Text))do
  4167. torsoplr = v
  4168. end
  4169. end)
  4170.  
  4171. AnimationId = "148840371"
  4172. local Anim = Instance.new("Animation")
  4173. Anim.AnimationId = "rbxassetid://"..AnimationId
  4174. local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4175. _18active = false
  4176. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character)
  4177. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4178. _18active = false
  4179. end)
  4180. bang.MouseButton1Click:connect(function()
  4181. looptorsonow = not looptorsonow
  4182. _18active = not _18active
  4183. if _18active then
  4184. for i,v in pairs(GetPlayer(othersplrbox.Text))do
  4185. torsoplr = v
  4186. end
  4187. track:Play()
  4188. else
  4189. track:Stop()
  4190. end
  4191. end)
  4192. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid
  4193. view.MouseButton1Click:connect(function()
  4194. if game:GetService("Workspace").CurrentCamera.CameraSubject == game:GetService("Players").LocalPlayer.Character.Humanoid then
  4195. for i,v in pairs(GetPlayer(othersplrbox.Text))do
  4196. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4197. end
  4198. else
  4199. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid
  4200. end
  4201. end)
  4202.  
  4203. goto.MouseButton1Click:connect(function()
  4204. for i,v in pairs(GetPlayer(othersplrbox.Text))do
  4205. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4206. end
  4207. end)
Add Comment
Please, Sign In to add comment