alek_

HyperTotal

Apr 12th, 2020
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.55 KB | None | 0 0
  1. local HyperTotal = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TopFrame = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local EnterUsername = Instance.new("TextBox")
  6. local CloseGUI = Instance.new("TextButton")
  7. local CreditTXT = Instance.new("TextLabel")
  8. local Sections = Instance.new("Frame")
  9. local INTRO = Instance.new("Frame")
  10. local FE_CHECK = Instance.new("TextLabel")
  11. local Guide1 = Instance.new("TextLabel")
  12. local Guide2 = Instance.new("TextLabel")
  13. local Credit = Instance.new("TextLabel")
  14. local RocketPropulsion = Instance.new("Frame")
  15. local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel")
  16. local Push = Instance.new("TextButton")
  17. local Flatten = Instance.new("TextButton")
  18. local Float = Instance.new("TextButton")
  19. local Max = Instance.new("TextButton")
  20. local AimHead = Instance.new("TextButton")
  21. local SlowAttract = Instance.new("TextButton")
  22. local Experimental = Instance.new("TextButton")
  23. local Multiple = Instance.new("TextButton")
  24. local Teleportation = Instance.new("Frame")
  25. local TELEPORTATIONGUIDE = Instance.new("TextLabel")
  26. local TeleportTo = Instance.new("TextButton")
  27. local LockOn = Instance.new("TextButton")
  28. local LockArm = Instance.new("TextButton")
  29. local LockLeg = Instance.new("TextButton")
  30. local LockHead = Instance.new("TextButton")
  31. local LockMax = Instance.new("TextButton")
  32. local LockAbove = Instance.new("TextButton")
  33. local Trail = Instance.new("TextButton")
  34. local Tools = Instance.new("Frame")
  35. local TOOLSGUIDE = Instance.new("TextLabel")
  36. local Kill = Instance.new("TextButton")
  37. local KillSurvive = Instance.new("TextButton")
  38. local Attach = Instance.new("TextButton")
  39. local Bring = Instance.new("TextButton")
  40. local SuperSpin = Instance.new("TextButton")
  41. local FreeFall = Instance.new("TextButton")
  42. local AttachExperimental = Instance.new("TextButton")
  43. local GiveTool = Instance.new("TextButton")
  44. local Basic = Instance.new("Frame")
  45. local BASICGUIDE = Instance.new("TextLabel")
  46. local Speed = Instance.new("TextButton")
  47. local JumpHeight = Instance.new("TextButton")
  48. local Chat = Instance.new("TextButton")
  49. local Spam = Instance.new("TextButton")
  50. local Fly = Instance.new("TextButton")
  51. local Noclip = Instance.new("TextButton")
  52. local HipHeight = Instance.new("TextButton")
  53. local STATCHANGE = Instance.new("TextBox")
  54. local CHATBOX = Instance.new("TextBox")
  55. local Local_Player = Instance.new("Frame")
  56. local Local_PlayerGUIDE = Instance.new("TextLabel")
  57. local CrazySpin = Instance.new("TextButton")
  58. local CrouchRocket = Instance.new("TextButton")
  59. local Haunted = Instance.new("TextButton")
  60. local CloneIllusion = Instance.new("TextButton")
  61. local Levitate = Instance.new("TextButton")
  62. local Dinosaur = Instance.new("TextButton")
  63. local Glitchy = Instance.new("TextButton")
  64. local NoLimbs = Instance.new("TextButton")
  65. local Animations = Instance.new("Frame")
  66. local ANIMATIONSGUIDE = Instance.new("TextLabel")
  67. local _18 = Instance.new("TextButton")
  68. local Hide = Instance.new("TextButton")
  69. local PushLock = Instance.new("TextButton")
  70. local SlamOn = Instance.new("TextButton")
  71. local LevitateOn = Instance.new("TextButton")
  72. local Dance = Instance.new("TextButton")
  73. local ExperimentalAnimation = Instance.new("TextButton")
  74. local Carpet = Instance.new("TextButton")
  75. local Extra = Instance.new("Frame")
  76. local EXTRAGUIDE = Instance.new("TextLabel")
  77. local Sit = Instance.new("TextButton")
  78. local Jump = Instance.new("TextButton")
  79. local PlatformStand = Instance.new("TextButton")
  80. local Freeze = Instance.new("TextButton")
  81. local Insane = Instance.new("TextButton")
  82. local TPVoid = Instance.new("TextButton")
  83. local Unknown = Instance.new("TextButton")
  84. local Reset = Instance.new("TextButton")
  85. local SelectTabs = Instance.new("ScrollingFrame")
  86. local RocketPropulsionTAB = Instance.new("TextButton")
  87. local TeleportationTAB = Instance.new("TextButton")
  88. local ToolsTAB = Instance.new("TextButton")
  89. local AnimationsTAB = Instance.new("TextButton")
  90. local BasicTAB = Instance.new("TextButton")
  91. local Local_PlayerTAB = Instance.new("TextButton")
  92. local ExtraTAB = Instance.new("TextButton")
  93. local SideTopFrame = Instance.new("Frame")
  94. local SideTitle = Instance.new("TextLabel")
  95. local OpenGUI = Instance.new("TextButton")
  96. local SideCreditTXT = Instance.new("TextLabel")
  97. local SideFrame = Instance.new("Frame")
  98. local BrickFrame = Instance.new("Frame")
  99.  
  100. -- Properties
  101.  
  102. HyperTotal.Name = "HyperTotal"
  103. HyperTotal.Parent = game.CoreGui
  104.  
  105. MainFrame.Name = "MainFrame"
  106. MainFrame.Parent = HyperTotal
  107. MainFrame.Active = true
  108. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  109. MainFrame.BackgroundTransparency = 1
  110. MainFrame.Draggable = true
  111. MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0)
  112. MainFrame.Size = UDim2.new(0, 350, 0, 270)
  113.  
  114. TopFrame.Name = "TopFrame"
  115. TopFrame.Parent = MainFrame
  116. TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  117. TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  118. TopFrame.BorderSizePixel = 2
  119. TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0)
  120. TopFrame.Size = UDim2.new(0, 450, 0, 40)
  121. TopFrame.ZIndex = 9
  122.  
  123. Title.Name = "Title"
  124. Title.Parent = TopFrame
  125. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Title.BackgroundTransparency = 1
  127. Title.Position = UDim2.new(0.356534153, 0, 0, 0)
  128. Title.Size = UDim2.new(0, 150, 0, 40)
  129. Title.ZIndex = 10
  130. Title.Font = Enum.Font.SourceSansItalic
  131. Title.FontSize = Enum.FontSize.Size36
  132. Title.Text = "HyperTotal"
  133. Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
  134. Title.TextSize = 35
  135. Title.TextWrapped = true
  136.  
  137. EnterUsername.Name = "EnterUsername"
  138. EnterUsername.Parent = TopFrame
  139. EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1)
  140. EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  141. EnterUsername.BorderSizePixel = 2
  142. EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
  143. EnterUsername.Size = UDim2.new(0, 120, 0, 24)
  144. EnterUsername.ZIndex = 10
  145. EnterUsername.Font = Enum.Font.SourceSans
  146. EnterUsername.FontSize = Enum.FontSize.Size14
  147. EnterUsername.Text = ""
  148. EnterUsername.TextScaled = true
  149. EnterUsername.TextSize = 14
  150. EnterUsername.TextWrapped = true
  151.  
  152. CloseGUI.Name = "CloseGUI"
  153. CloseGUI.Parent = TopFrame
  154. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  155. CloseGUI.BackgroundTransparency = 1
  156. CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
  157. CloseGUI.Size = UDim2.new(0, 40, 0, 40)
  158. CloseGUI.ZIndex = 10
  159. CloseGUI.Font = Enum.Font.SourceSansBold
  160. CloseGUI.FontSize = Enum.FontSize.Size60
  161. CloseGUI.Text = "X"
  162. CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
  163. CloseGUI.TextSize = 50
  164. CloseGUI.TextWrapped = true
  165.  
  166. CreditTXT.Name = "CreditTXT"
  167. CreditTXT.Parent = TopFrame
  168. CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
  169. CreditTXT.BackgroundTransparency = 1
  170. CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
  171. CreditTXT.Rotation = -17
  172. CreditTXT.Size = UDim2.new(0, 90, 0, 20)
  173. CreditTXT.ZIndex = 10
  174. CreditTXT.Font = Enum.Font.SourceSansItalic
  175. CreditTXT.FontSize = Enum.FontSize.Size24
  176. CreditTXT.Text = "illremember"
  177. CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
  178. CreditTXT.TextSize = 20
  179. CreditTXT.TextWrapped = true
  180.  
  181. Sections.Name = "Sections"
  182. Sections.Parent = MainFrame
  183. Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  184. Sections.BackgroundTransparency = 1
  185. Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  186. Sections.BorderSizePixel = 2
  187. Sections.Position = UDim2.new(0, 0, 0.148395061, 0)
  188. Sections.Size = UDim2.new(0, 350, 0, 230)
  189.  
  190. INTRO.Name = "INTRO"
  191. INTRO.Parent = Sections
  192. INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  193. INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  194. INTRO.BorderSizePixel = 2
  195. INTRO.Size = UDim2.new(0, 350, 0, 230)
  196.  
  197. FE_CHECK.Name = "FE_CHECK"
  198. FE_CHECK.Parent = INTRO
  199. FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1)
  200. FE_CHECK.BackgroundTransparency = 1
  201. FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  202. FE_CHECK.Size = UDim2.new(0, 332, 0, 50)
  203. FE_CHECK.Font = Enum.Font.ArialBold
  204. FE_CHECK.FontSize = Enum.FontSize.Size14
  205. FE_CHECK.Text = "Error loading FE Checker"
  206. FE_CHECK.TextScaled = true
  207. FE_CHECK.TextSize = 14
  208. FE_CHECK.TextWrapped = true
  209.  
  210. Guide1.Name = "Guide1"
  211. Guide1.Parent = INTRO
  212. Guide1.BackgroundColor3 = Color3.new(1, 1, 1)
  213. Guide1.BackgroundTransparency = 1
  214. Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
  215. Guide1.Size = UDim2.new(0, 332, 0, 80)
  216. Guide1.Font = Enum.Font.ArialBold
  217. Guide1.FontSize = Enum.FontSize.Size14
  218. Guide1.Text = "Click on one of the sections to the left to begin exploiting FE Sections! Enter a name in the textbox (top left) to affect that player. You don't have to write their full username."
  219. Guide1.TextScaled = true
  220. Guide1.TextSize = 14
  221. Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  222. Guide1.TextStrokeTransparency = 0.5
  223. Guide1.TextWrapped = true
  224.  
  225. Guide2.Name = "Guide2"
  226. Guide2.Parent = INTRO
  227. Guide2.BackgroundColor3 = Color3.new(1, 1, 1)
  228. Guide2.BackgroundTransparency = 1
  229. Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0)
  230. Guide2.Size = UDim2.new(0, 332, 0, 50)
  231. Guide2.Font = Enum.Font.ArialBold
  232. Guide2.FontSize = Enum.FontSize.Size14
  233. Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others"
  234. Guide2.TextScaled = true
  235. Guide2.TextSize = 14
  236. Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  237. Guide2.TextStrokeTransparency = 0
  238. Guide2.TextWrapped = true
  239.  
  240. Credit.Name = "Credit"
  241. Credit.Parent = INTRO
  242. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Credit.BackgroundTransparency = 1
  244. Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  245. Credit.Size = UDim2.new(0, 332, 0, 50)
  246. Credit.Font = Enum.Font.ArialBold
  247. Credit.FontSize = Enum.FontSize.Size14
  248. Credit.Text = "By illremember"
  249. Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961)
  250. Credit.TextScaled = true
  251. Credit.TextSize = 14
  252. Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  253. Credit.TextWrapped = true
  254.  
  255. RocketPropulsion.Name = "RocketPropulsion"
  256. RocketPropulsion.Parent = Sections
  257. RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  258. RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  259. RocketPropulsion.BorderSizePixel = 2
  260. RocketPropulsion.Size = UDim2.new(0, 350, 0, 230)
  261. RocketPropulsion.Visible = false
  262.  
  263. ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE"
  264. ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion
  265. ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  266. ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1
  267. ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  268. ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
  269. ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold
  270. ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14
  271. ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people."
  272. ROCKETPROPULSIONGUIDE.TextScaled = true
  273. ROCKETPROPULSIONGUIDE.TextSize = 14
  274. ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  275. ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0
  276. ROCKETPROPULSIONGUIDE.TextWrapped = true
  277.  
  278. Push.Name = "Push"
  279. Push.Parent = RocketPropulsion
  280. Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  281. Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  282. Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  283. Push.Size = UDim2.new(0, 140, 0, 25)
  284. Push.Font = Enum.Font.SourceSans
  285. Push.FontSize = Enum.FontSize.Size14
  286. Push.Text = "Push"
  287. Push.TextScaled = true
  288. Push.TextSize = 14
  289. Push.TextWrapped = true
  290.  
  291. Flatten.Name = "Flatten"
  292. Flatten.Parent = RocketPropulsion
  293. Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  294. Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  295. Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  296. Flatten.Size = UDim2.new(0, 140, 0, 25)
  297. Flatten.Font = Enum.Font.SourceSans
  298. Flatten.FontSize = Enum.FontSize.Size14
  299. Flatten.Text = "Flatten"
  300. Flatten.TextScaled = true
  301. Flatten.TextSize = 14
  302. Flatten.TextWrapped = true
  303.  
  304. Float.Name = "Float"
  305. Float.Parent = RocketPropulsion
  306. Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  307. Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  308. Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  309. Float.Size = UDim2.new(0, 140, 0, 25)
  310. Float.Font = Enum.Font.SourceSans
  311. Float.FontSize = Enum.FontSize.Size14
  312. Float.Text = "Float"
  313. Float.TextScaled = true
  314. Float.TextSize = 14
  315. Float.TextWrapped = true
  316.  
  317. Max.Name = "Max"
  318. Max.Parent = RocketPropulsion
  319. Max.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  320. Max.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  321. Max.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  322. Max.Size = UDim2.new(0, 140, 0, 25)
  323. Max.Font = Enum.Font.SourceSans
  324. Max.FontSize = Enum.FontSize.Size14
  325. Max.Text = "Max"
  326. Max.TextScaled = true
  327. Max.TextSize = 14
  328. Max.TextWrapped = true
  329.  
  330. AimHead.Name = "AimHead"
  331. AimHead.Parent = RocketPropulsion
  332. AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  333. AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  334. AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  335. AimHead.Size = UDim2.new(0, 140, 0, 25)
  336. AimHead.Font = Enum.Font.SourceSans
  337. AimHead.FontSize = Enum.FontSize.Size14
  338. AimHead.Text = "AimHead"
  339. AimHead.TextScaled = true
  340. AimHead.TextSize = 14
  341. AimHead.TextWrapped = true
  342.  
  343. SlowAttract.Name = "SlowAttract"
  344. SlowAttract.Parent = RocketPropulsion
  345. SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  346. SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  347. SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  348. SlowAttract.Size = UDim2.new(0, 140, 0, 25)
  349. SlowAttract.Font = Enum.Font.SourceSans
  350. SlowAttract.FontSize = Enum.FontSize.Size14
  351. SlowAttract.Text = "SlowAttract"
  352. SlowAttract.TextScaled = true
  353. SlowAttract.TextSize = 14
  354. SlowAttract.TextWrapped = true
  355.  
  356. Experimental.Name = "Experimental"
  357. Experimental.Parent = RocketPropulsion
  358. Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  359. Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  360. Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  361. Experimental.Size = UDim2.new(0, 140, 0, 25)
  362. Experimental.Font = Enum.Font.SourceSans
  363. Experimental.FontSize = Enum.FontSize.Size14
  364. Experimental.Text = "Experimental"
  365. Experimental.TextScaled = true
  366. Experimental.TextSize = 14
  367. Experimental.TextWrapped = true
  368.  
  369. Multiple.Name = "Multiple"
  370. Multiple.Parent = RocketPropulsion
  371. Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  372. Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  373. Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  374. Multiple.Size = UDim2.new(0, 140, 0, 25)
  375. Multiple.Font = Enum.Font.SourceSans
  376. Multiple.FontSize = Enum.FontSize.Size14
  377. Multiple.Text = "Multiple"
  378. Multiple.TextScaled = true
  379. Multiple.TextSize = 14
  380. Multiple.TextWrapped = true
  381.  
  382. Teleportation.Name = "Teleportation"
  383. Teleportation.Parent = Sections
  384. Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  385. Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  386. Teleportation.BorderSizePixel = 2
  387. Teleportation.Size = UDim2.new(0, 350, 0, 230)
  388. Teleportation.Visible = false
  389.  
  390. TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE"
  391. TELEPORTATIONGUIDE.Parent = Teleportation
  392. TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  393. TELEPORTATIONGUIDE.BackgroundTransparency = 1
  394. TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  395. TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
  396. TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold
  397. TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14
  398. TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players."
  399. TELEPORTATIONGUIDE.TextScaled = true
  400. TELEPORTATIONGUIDE.TextSize = 14
  401. TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  402. TELEPORTATIONGUIDE.TextStrokeTransparency = 0
  403. TELEPORTATIONGUIDE.TextWrapped = true
  404.  
  405. TeleportTo.Name = "TeleportTo"
  406. TeleportTo.Parent = Teleportation
  407. TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  408. TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  409. TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  410. TeleportTo.Size = UDim2.new(0, 140, 0, 25)
  411. TeleportTo.Font = Enum.Font.SourceSans
  412. TeleportTo.FontSize = Enum.FontSize.Size14
  413. TeleportTo.Text = "Teleport To"
  414. TeleportTo.TextScaled = true
  415. TeleportTo.TextSize = 14
  416. TeleportTo.TextWrapped = true
  417.  
  418. LockOn.Name = "LockOn"
  419. LockOn.Parent = Teleportation
  420. LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  421. LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  422. LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  423. LockOn.Size = UDim2.new(0, 140, 0, 25)
  424. LockOn.Font = Enum.Font.SourceSans
  425. LockOn.FontSize = Enum.FontSize.Size14
  426. LockOn.Text = "Lock On"
  427. LockOn.TextScaled = true
  428. LockOn.TextSize = 14
  429. LockOn.TextWrapped = true
  430.  
  431. LockArm.Name = "LockArm"
  432. LockArm.Parent = Teleportation
  433. LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  434. LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  435. LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  436. LockArm.Size = UDim2.new(0, 140, 0, 25)
  437. LockArm.Font = Enum.Font.SourceSans
  438. LockArm.FontSize = Enum.FontSize.Size14
  439. LockArm.Text = "Lock Arm"
  440. LockArm.TextScaled = true
  441. LockArm.TextSize = 14
  442. LockArm.TextWrapped = true
  443.  
  444. LockLeg.Name = "LockLeg"
  445. LockLeg.Parent = Teleportation
  446. LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  447. LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  448. LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  449. LockLeg.Size = UDim2.new(0, 140, 0, 25)
  450. LockLeg.Font = Enum.Font.SourceSans
  451. LockLeg.FontSize = Enum.FontSize.Size14
  452. LockLeg.Text = "Lock Leg"
  453. LockLeg.TextScaled = true
  454. LockLeg.TextSize = 14
  455. LockLeg.TextWrapped = true
  456.  
  457. LockHead.Name = "LockHead"
  458. LockHead.Parent = Teleportation
  459. LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  460. LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  461. LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  462. LockHead.Size = UDim2.new(0, 140, 0, 25)
  463. LockHead.Font = Enum.Font.SourceSans
  464. LockHead.FontSize = Enum.FontSize.Size14
  465. LockHead.Text = "LockHead"
  466. LockHead.TextScaled = true
  467. LockHead.TextSize = 14
  468. LockHead.TextWrapped = true
  469.  
  470. LockMax.Name = "LockMax"
  471. LockMax.Parent = Teleportation
  472. LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  473. LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  474. LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  475. LockMax.Size = UDim2.new(0, 140, 0, 25)
  476. LockMax.Font = Enum.Font.SourceSans
  477. LockMax.FontSize = Enum.FontSize.Size14
  478. LockMax.Text = "Lock Max"
  479. LockMax.TextScaled = true
  480. LockMax.TextSize = 14
  481. LockMax.TextWrapped = true
  482.  
  483. LockAbove.Name = "LockAbove"
  484. LockAbove.Parent = Teleportation
  485. LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  486. LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  487. LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  488. LockAbove.Size = UDim2.new(0, 140, 0, 25)
  489. LockAbove.Font = Enum.Font.SourceSans
  490. LockAbove.FontSize = Enum.FontSize.Size14
  491. LockAbove.Text = "Lock Above"
  492. LockAbove.TextScaled = true
  493. LockAbove.TextSize = 14
  494. LockAbove.TextWrapped = true
  495.  
  496. Trail.Name = "Trail"
  497. Trail.Parent = Teleportation
  498. Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  499. Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  500. Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  501. Trail.Size = UDim2.new(0, 140, 0, 25)
  502. Trail.Font = Enum.Font.SourceSans
  503. Trail.FontSize = Enum.FontSize.Size14
  504. Trail.Text = "Trail"
  505. Trail.TextScaled = true
  506. Trail.TextSize = 14
  507. Trail.TextWrapped = true
  508.  
  509. Tools.Name = "Tools"
  510. Tools.Parent = Sections
  511. Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  512. Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  513. Tools.BorderSizePixel = 2
  514. Tools.Size = UDim2.new(0, 350, 0, 230)
  515. Tools.Visible = false
  516.  
  517. TOOLSGUIDE.Name = "TOOLSGUIDE"
  518. TOOLSGUIDE.Parent = Tools
  519. TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  520. TOOLSGUIDE.BackgroundTransparency = 1
  521. TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  522. TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35)
  523. TOOLSGUIDE.Font = Enum.Font.ArialBold
  524. TOOLSGUIDE.FontSize = Enum.FontSize.Size14
  525. TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory."
  526. TOOLSGUIDE.TextScaled = true
  527. TOOLSGUIDE.TextSize = 14
  528. TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  529. TOOLSGUIDE.TextStrokeTransparency = 0
  530. TOOLSGUIDE.TextWrapped = true
  531.  
  532. Kill.Name = "Kill"
  533. Kill.Parent = Tools
  534. Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  535. Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  536. Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  537. Kill.Size = UDim2.new(0, 140, 0, 25)
  538. Kill.Font = Enum.Font.SourceSans
  539. Kill.FontSize = Enum.FontSize.Size14
  540. Kill.Text = "Kill"
  541. Kill.TextScaled = true
  542. Kill.TextSize = 14
  543. Kill.TextWrapped = true
  544.  
  545. KillSurvive.Name = "KillSurvive"
  546. KillSurvive.Parent = Tools
  547. KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  548. KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  549. KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  550. KillSurvive.Size = UDim2.new(0, 140, 0, 25)
  551. KillSurvive.Font = Enum.Font.SourceSans
  552. KillSurvive.FontSize = Enum.FontSize.Size14
  553. KillSurvive.Text = "Kill Survive"
  554. KillSurvive.TextScaled = true
  555. KillSurvive.TextSize = 14
  556. KillSurvive.TextWrapped = true
  557.  
  558. Attach.Name = "Attach"
  559. Attach.Parent = Tools
  560. Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  561. Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  562. Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  563. Attach.Size = UDim2.new(0, 140, 0, 25)
  564. Attach.Font = Enum.Font.SourceSans
  565. Attach.FontSize = Enum.FontSize.Size14
  566. Attach.Text = "Attach"
  567. Attach.TextScaled = true
  568. Attach.TextSize = 14
  569. Attach.TextWrapped = true
  570.  
  571. Bring.Name = "Bring"
  572. Bring.Parent = Tools
  573. Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  574. Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  575. Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  576. Bring.Size = UDim2.new(0, 140, 0, 25)
  577. Bring.Font = Enum.Font.SourceSans
  578. Bring.FontSize = Enum.FontSize.Size14
  579. Bring.Text = "Bring"
  580. Bring.TextScaled = true
  581. Bring.TextSize = 14
  582. Bring.TextWrapped = true
  583.  
  584. SuperSpin.Name = "SuperSpin"
  585. SuperSpin.Parent = Tools
  586. SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  587. SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  588. SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  589. SuperSpin.Size = UDim2.new(0, 140, 0, 25)
  590. SuperSpin.Font = Enum.Font.SourceSans
  591. SuperSpin.FontSize = Enum.FontSize.Size14
  592. SuperSpin.Text = "Super Spin"
  593. SuperSpin.TextScaled = true
  594. SuperSpin.TextSize = 14
  595. SuperSpin.TextWrapped = true
  596.  
  597. FreeFall.Name = "FreeFall"
  598. FreeFall.Parent = Tools
  599. FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  600. FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  601. FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  602. FreeFall.Size = UDim2.new(0, 140, 0, 25)
  603. FreeFall.Font = Enum.Font.SourceSans
  604. FreeFall.FontSize = Enum.FontSize.Size14
  605. FreeFall.Text = "Free Fall"
  606. FreeFall.TextScaled = true
  607. FreeFall.TextSize = 14
  608. FreeFall.TextWrapped = true
  609.  
  610. AttachExperimental.Name = "AttachExperimental"
  611. AttachExperimental.Parent = Tools
  612. AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  613. AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  614. AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  615. AttachExperimental.Size = UDim2.new(0, 140, 0, 25)
  616. AttachExperimental.Font = Enum.Font.SourceSans
  617. AttachExperimental.FontSize = Enum.FontSize.Size14
  618. AttachExperimental.Text = "Attach Experimental"
  619. AttachExperimental.TextScaled = true
  620. AttachExperimental.TextSize = 14
  621. AttachExperimental.TextWrapped = true
  622.  
  623. GiveTool.Name = "GiveTool"
  624. GiveTool.Parent = Tools
  625. GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  626. GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  627. GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  628. GiveTool.Size = UDim2.new(0, 140, 0, 25)
  629. GiveTool.Font = Enum.Font.SourceSans
  630. GiveTool.FontSize = Enum.FontSize.Size14
  631. GiveTool.Text = "Give Tool"
  632. GiveTool.TextScaled = true
  633. GiveTool.TextSize = 14
  634. GiveTool.TextWrapped = true
  635.  
  636. Basic.Name = "Basic"
  637. Basic.Parent = Sections
  638. Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  639. Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  640. Basic.BorderSizePixel = 2
  641. Basic.Size = UDim2.new(0, 350, 0, 230)
  642. Basic.Visible = false
  643.  
  644. BASICGUIDE.Name = "BASICGUIDE"
  645. BASICGUIDE.Parent = Basic
  646. BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  647. BASICGUIDE.BackgroundTransparency = 1
  648. BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  649. BASICGUIDE.Size = UDim2.new(0, 332, 0, 35)
  650. BASICGUIDE.Font = Enum.Font.ArialBold
  651. BASICGUIDE.FontSize = Enum.FontSize.Size14
  652. BASICGUIDE.Text = "Change/alter your own player."
  653. BASICGUIDE.TextScaled = true
  654. BASICGUIDE.TextSize = 14
  655. BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  656. BASICGUIDE.TextStrokeTransparency = 0
  657. BASICGUIDE.TextWrapped = true
  658.  
  659. Speed.Name = "Speed"
  660. Speed.Parent = Basic
  661. Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  662. Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  663. Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0)
  664. Speed.Size = UDim2.new(0, 100, 0, 25)
  665. Speed.Font = Enum.Font.SourceSans
  666. Speed.FontSize = Enum.FontSize.Size14
  667. Speed.Text = "Speed"
  668. Speed.TextScaled = true
  669. Speed.TextSize = 14
  670. Speed.TextWrapped = true
  671.  
  672. JumpHeight.Name = "JumpHeight"
  673. JumpHeight.Parent = Basic
  674. JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  675. JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  676. JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0)
  677. JumpHeight.Size = UDim2.new(0, 100, 0, 25)
  678. JumpHeight.Font = Enum.Font.SourceSans
  679. JumpHeight.FontSize = Enum.FontSize.Size14
  680. JumpHeight.Text = "JumpHeight"
  681. JumpHeight.TextScaled = true
  682. JumpHeight.TextSize = 14
  683. JumpHeight.TextWrapped = true
  684.  
  685. Chat.Name = "Chat"
  686. Chat.Parent = Basic
  687. Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  688. Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  689. Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
  690. Chat.Size = UDim2.new(0, 140, 0, 25)
  691. Chat.Font = Enum.Font.SourceSans
  692. Chat.FontSize = Enum.FontSize.Size14
  693. Chat.Text = "Chat"
  694. Chat.TextScaled = true
  695. Chat.TextSize = 14
  696. Chat.TextWrapped = true
  697.  
  698. Spam.Name = "Spam"
  699. Spam.Parent = Basic
  700. Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  701. Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  702. Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0)
  703. Spam.Size = UDim2.new(0, 140, 0, 25)
  704. Spam.Font = Enum.Font.SourceSans
  705. Spam.FontSize = Enum.FontSize.Size14
  706. Spam.Text = "Spam"
  707. Spam.TextScaled = true
  708. Spam.TextSize = 14
  709. Spam.TextWrapped = true
  710.  
  711. Fly.Name = "Fly"
  712. Fly.Parent = Basic
  713. Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  714. Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  715. Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0)
  716. Fly.Size = UDim2.new(0, 140, 0, 25)
  717. Fly.Font = Enum.Font.SourceSans
  718. Fly.FontSize = Enum.FontSize.Size14
  719. Fly.Text = "Fly"
  720. Fly.TextScaled = true
  721. Fly.TextSize = 14
  722. Fly.TextWrapped = true
  723.  
  724. Noclip.Name = "Noclip"
  725. Noclip.Parent = Basic
  726. Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  727. Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  728. Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0)
  729. Noclip.Size = UDim2.new(0, 140, 0, 25)
  730. Noclip.Font = Enum.Font.SourceSans
  731. Noclip.FontSize = Enum.FontSize.Size14
  732. Noclip.Text = "Noclip"
  733. Noclip.TextScaled = true
  734. Noclip.TextSize = 14
  735. Noclip.TextWrapped = true
  736.  
  737. HipHeight.Name = "HipHeight"
  738. HipHeight.Parent = Basic
  739. HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  740. HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  741. HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0)
  742. HipHeight.Size = UDim2.new(0, 100, 0, 25)
  743. HipHeight.Font = Enum.Font.SourceSans
  744. HipHeight.FontSize = Enum.FontSize.Size14
  745. HipHeight.Text = "HipHeight"
  746. HipHeight.TextScaled = true
  747. HipHeight.TextSize = 14
  748. HipHeight.TextWrapped = true
  749.  
  750. STATCHANGE.Name = "STATCHANGE"
  751. STATCHANGE.Parent = Basic
  752. STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1)
  753. STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  754. STATCHANGE.BorderSizePixel = 2
  755. STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0)
  756. STATCHANGE.Size = UDim2.new(0, 120, 0, 18)
  757. STATCHANGE.ZIndex = 3
  758. STATCHANGE.Font = Enum.Font.SourceSans
  759. STATCHANGE.FontSize = Enum.FontSize.Size14
  760. STATCHANGE.Text = ""
  761. STATCHANGE.TextScaled = true
  762. STATCHANGE.TextSize = 14
  763. STATCHANGE.TextWrapped = true
  764.  
  765. CHATBOX.Name = "CHATBOX"
  766. CHATBOX.Parent = Basic
  767. CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1)
  768. CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  769. CHATBOX.BorderSizePixel = 2
  770. CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0)
  771. CHATBOX.Size = UDim2.new(0, 240, 0, 18)
  772. CHATBOX.ZIndex = 3
  773. CHATBOX.Font = Enum.Font.SourceSans
  774. CHATBOX.FontSize = Enum.FontSize.Size14
  775. CHATBOX.Text = ""
  776. CHATBOX.TextScaled = true
  777. CHATBOX.TextSize = 14
  778. CHATBOX.TextWrapped = true
  779.  
  780. Local_Player.Name = "Local_Player"
  781. Local_Player.Parent = Sections
  782. Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  783. Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  784. Local_Player.BorderSizePixel = 2
  785. Local_Player.Size = UDim2.new(0, 350, 0, 230)
  786. Local_Player.Visible = false
  787.  
  788. Local_PlayerGUIDE.Name = "Local_PlayerGUIDE"
  789. Local_PlayerGUIDE.Parent = Local_Player
  790. Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  791. Local_PlayerGUIDE.BackgroundTransparency = 1
  792. Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  793. Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35)
  794. Local_PlayerGUIDE.Font = Enum.Font.ArialBold
  795. Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14
  796. Local_PlayerGUIDE.Text = "Perform cool tricks on yourself."
  797. Local_PlayerGUIDE.TextScaled = true
  798. Local_PlayerGUIDE.TextSize = 14
  799. Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  800. Local_PlayerGUIDE.TextStrokeTransparency = 0
  801. Local_PlayerGUIDE.TextWrapped = true
  802.  
  803. CrazySpin.Name = "CrazySpin"
  804. CrazySpin.Parent = Local_Player
  805. CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  806. CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  807. CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  808. CrazySpin.Size = UDim2.new(0, 140, 0, 25)
  809. CrazySpin.Font = Enum.Font.SourceSans
  810. CrazySpin.FontSize = Enum.FontSize.Size14
  811. CrazySpin.Text = "Crazy Spin"
  812. CrazySpin.TextScaled = true
  813. CrazySpin.TextSize = 14
  814. CrazySpin.TextWrapped = true
  815.  
  816. CrouchRocket.Name = "CrouchRocket"
  817. CrouchRocket.Parent = Local_Player
  818. CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  819. CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  820. CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  821. CrouchRocket.Size = UDim2.new(0, 140, 0, 25)
  822. CrouchRocket.Font = Enum.Font.SourceSans
  823. CrouchRocket.FontSize = Enum.FontSize.Size14
  824. CrouchRocket.Text = "Crouch Rocket"
  825. CrouchRocket.TextScaled = true
  826. CrouchRocket.TextSize = 14
  827. CrouchRocket.TextWrapped = true
  828.  
  829. Haunted.Name = "Haunted"
  830. Haunted.Parent = Local_Player
  831. Haunted.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  832. Haunted.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  833. Haunted.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  834. Haunted.Size = UDim2.new(0, 140, 0, 25)
  835. Haunted.Font = Enum.Font.SourceSans
  836. Haunted.FontSize = Enum.FontSize.Size14
  837. Haunted.Text = "Haunted"
  838. Haunted.TextScaled = true
  839. Haunted.TextSize = 14
  840. Haunted.TextWrapped = true
  841.  
  842. CloneIllusion.Name = "CloneIllusion"
  843. CloneIllusion.Parent = Local_Player
  844. CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  845. CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  846. CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  847. CloneIllusion.Size = UDim2.new(0, 140, 0, 25)
  848. CloneIllusion.Font = Enum.Font.SourceSans
  849. CloneIllusion.FontSize = Enum.FontSize.Size14
  850. CloneIllusion.Text = "Clone Illusion"
  851. CloneIllusion.TextScaled = true
  852. CloneIllusion.TextSize = 14
  853. CloneIllusion.TextWrapped = true
  854.  
  855. Levitate.Name = "Levitate"
  856. Levitate.Parent = Local_Player
  857. Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  858. Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  859. Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  860. Levitate.Size = UDim2.new(0, 140, 0, 25)
  861. Levitate.Font = Enum.Font.SourceSans
  862. Levitate.FontSize = Enum.FontSize.Size14
  863. Levitate.Text = "Levitate"
  864. Levitate.TextScaled = true
  865. Levitate.TextSize = 14
  866. Levitate.TextWrapped = true
  867.  
  868. Dinosaur.Name = "Dinosaur"
  869. Dinosaur.Parent = Local_Player
  870. Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  871. Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  872. Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  873. Dinosaur.Size = UDim2.new(0, 140, 0, 25)
  874. Dinosaur.Font = Enum.Font.SourceSans
  875. Dinosaur.FontSize = Enum.FontSize.Size14
  876. Dinosaur.Text = "Dinosaur"
  877. Dinosaur.TextScaled = true
  878. Dinosaur.TextSize = 14
  879. Dinosaur.TextWrapped = true
  880.  
  881. Glitchy.Name = "Glitchy"
  882. Glitchy.Parent = Local_Player
  883. Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  884. Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  885. Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  886. Glitchy.Size = UDim2.new(0, 140, 0, 25)
  887. Glitchy.Font = Enum.Font.SourceSans
  888. Glitchy.FontSize = Enum.FontSize.Size14
  889. Glitchy.Text = "Glitchy"
  890. Glitchy.TextScaled = true
  891. Glitchy.TextSize = 14
  892. Glitchy.TextWrapped = true
  893.  
  894. NoLimbs.Name = "NoLimbs"
  895. NoLimbs.Parent = Local_Player
  896. NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  897. NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  898. NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  899. NoLimbs.Size = UDim2.new(0, 140, 0, 25)
  900. NoLimbs.Font = Enum.Font.SourceSans
  901. NoLimbs.FontSize = Enum.FontSize.Size14
  902. NoLimbs.Text = "No Limbs"
  903. NoLimbs.TextScaled = true
  904. NoLimbs.TextSize = 14
  905. NoLimbs.TextWrapped = true
  906.  
  907. Animations.Name = "Animations"
  908. Animations.Parent = Sections
  909. Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  910. Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  911. Animations.BorderSizePixel = 2
  912. Animations.Size = UDim2.new(0, 350, 0, 230)
  913. Animations.Visible = false
  914.  
  915. ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE"
  916. ANIMATIONSGUIDE.Parent = Animations
  917. ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  918. ANIMATIONSGUIDE.BackgroundTransparency = 1
  919. ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  920. ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35)
  921. ANIMATIONSGUIDE.Font = Enum.Font.ArialBold
  922. ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14
  923. ANIMATIONSGUIDE.Text = "Do cool commands with animations on others."
  924. ANIMATIONSGUIDE.TextScaled = true
  925. ANIMATIONSGUIDE.TextSize = 14
  926. ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  927. ANIMATIONSGUIDE.TextStrokeTransparency = 0
  928. ANIMATIONSGUIDE.TextWrapped = true
  929.  
  930. _18.Name = "18+"
  931. _18.Parent = Animations
  932. _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  933. _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  934. _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  935. _18.Size = UDim2.new(0, 140, 0, 25)
  936. _18.Font = Enum.Font.SourceSans
  937. _18.FontSize = Enum.FontSize.Size14
  938. _18.Text = "18+"
  939. _18.TextScaled = true
  940. _18.TextSize = 14
  941. _18.TextWrapped = true
  942.  
  943. Hide.Name = "Hide"
  944. Hide.Parent = Animations
  945. Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  946. Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  947. Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  948. Hide.Size = UDim2.new(0, 140, 0, 25)
  949. Hide.Font = Enum.Font.SourceSans
  950. Hide.FontSize = Enum.FontSize.Size14
  951. Hide.Text = "Hide"
  952. Hide.TextScaled = true
  953. Hide.TextSize = 14
  954. Hide.TextWrapped = true
  955.  
  956. PushLock.Name = "PushLock"
  957. PushLock.Parent = Animations
  958. PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  959. PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  960. PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  961. PushLock.Size = UDim2.new(0, 140, 0, 25)
  962. PushLock.Font = Enum.Font.SourceSans
  963. PushLock.FontSize = Enum.FontSize.Size14
  964. PushLock.Text = "Push Lock"
  965. PushLock.TextScaled = true
  966. PushLock.TextSize = 14
  967. PushLock.TextWrapped = true
  968.  
  969. SlamOn.Name = "SlamOn"
  970. SlamOn.Parent = Animations
  971. SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  972. SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  973. SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  974. SlamOn.Size = UDim2.new(0, 140, 0, 25)
  975. SlamOn.Font = Enum.Font.SourceSans
  976. SlamOn.FontSize = Enum.FontSize.Size14
  977. SlamOn.Text = "Slam On"
  978. SlamOn.TextScaled = true
  979. SlamOn.TextSize = 14
  980. SlamOn.TextWrapped = true
  981.  
  982. LevitateOn.Name = "LevitateOn"
  983. LevitateOn.Parent = Animations
  984. LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  985. LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  986. LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  987. LevitateOn.Size = UDim2.new(0, 140, 0, 25)
  988. LevitateOn.Font = Enum.Font.SourceSans
  989. LevitateOn.FontSize = Enum.FontSize.Size14
  990. LevitateOn.Text = "Levitate On"
  991. LevitateOn.TextScaled = true
  992. LevitateOn.TextSize = 14
  993. LevitateOn.TextWrapped = true
  994.  
  995. Dance.Name = "Dance"
  996. Dance.Parent = Animations
  997. Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  998. Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  999. Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  1000. Dance.Size = UDim2.new(0, 140, 0, 25)
  1001. Dance.Font = Enum.Font.SourceSans
  1002. Dance.FontSize = Enum.FontSize.Size14
  1003. Dance.Text = "Dance"
  1004. Dance.TextScaled = true
  1005. Dance.TextSize = 14
  1006. Dance.TextWrapped = true
  1007.  
  1008. ExperimentalAnimation.Name = "ExperimentalAnimation"
  1009. ExperimentalAnimation.Parent = Animations
  1010. ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1011. ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1012. ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  1013. ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25)
  1014. ExperimentalAnimation.Font = Enum.Font.SourceSans
  1015. ExperimentalAnimation.FontSize = Enum.FontSize.Size14
  1016. ExperimentalAnimation.Text = "Experimental Animation"
  1017. ExperimentalAnimation.TextScaled = true
  1018. ExperimentalAnimation.TextSize = 14
  1019. ExperimentalAnimation.TextWrapped = true
  1020.  
  1021. Carpet.Name = "Carpet"
  1022. Carpet.Parent = Animations
  1023. Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1024. Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1025. Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  1026. Carpet.Size = UDim2.new(0, 140, 0, 25)
  1027. Carpet.Font = Enum.Font.SourceSans
  1028. Carpet.FontSize = Enum.FontSize.Size14
  1029. Carpet.Text = "Carpet"
  1030. Carpet.TextScaled = true
  1031. Carpet.TextSize = 14
  1032. Carpet.TextWrapped = true
  1033.  
  1034. Extra.Name = "Extra"
  1035. Extra.Parent = Sections
  1036. Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  1037. Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1038. Extra.BorderSizePixel = 2
  1039. Extra.Size = UDim2.new(0, 350, 0, 230)
  1040. Extra.Visible = false
  1041.  
  1042. EXTRAGUIDE.Name = "EXTRAGUIDE"
  1043. EXTRAGUIDE.Parent = Extra
  1044. EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  1045. EXTRAGUIDE.BackgroundTransparency = 1
  1046. EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  1047. EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35)
  1048. EXTRAGUIDE.Font = Enum.Font.ArialBold
  1049. EXTRAGUIDE.FontSize = Enum.FontSize.Size14
  1050. EXTRAGUIDE.Text = "Extra commands for yourself."
  1051. EXTRAGUIDE.TextScaled = true
  1052. EXTRAGUIDE.TextSize = 14
  1053. EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  1054. EXTRAGUIDE.TextStrokeTransparency = 0
  1055. EXTRAGUIDE.TextWrapped = true
  1056.  
  1057. Sit.Name = "Sit"
  1058. Sit.Parent = Extra
  1059. Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1060. Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1061. Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  1062. Sit.Size = UDim2.new(0, 140, 0, 25)
  1063. Sit.Font = Enum.Font.SourceSans
  1064. Sit.FontSize = Enum.FontSize.Size14
  1065. Sit.Text = "Sit"
  1066. Sit.TextScaled = true
  1067. Sit.TextSize = 14
  1068. Sit.TextWrapped = true
  1069.  
  1070. Jump.Name = "Jump"
  1071. Jump.Parent = Extra
  1072. Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1073. Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1074. Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  1075. Jump.Size = UDim2.new(0, 140, 0, 25)
  1076. Jump.Font = Enum.Font.SourceSans
  1077. Jump.FontSize = Enum.FontSize.Size14
  1078. Jump.Text = "Jump"
  1079. Jump.TextScaled = true
  1080. Jump.TextSize = 14
  1081. Jump.TextWrapped = true
  1082.  
  1083. PlatformStand.Name = "PlatformStand"
  1084. PlatformStand.Parent = Extra
  1085. PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1086. PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1087. PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  1088. PlatformStand.Size = UDim2.new(0, 140, 0, 25)
  1089. PlatformStand.Font = Enum.Font.SourceSans
  1090. PlatformStand.FontSize = Enum.FontSize.Size14
  1091. PlatformStand.Text = "Platform Stand"
  1092. PlatformStand.TextScaled = true
  1093. PlatformStand.TextSize = 14
  1094. PlatformStand.TextWrapped = true
  1095.  
  1096. Freeze.Name = "Freeze"
  1097. Freeze.Parent = Extra
  1098. Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1099. Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1100. Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  1101. Freeze.Size = UDim2.new(0, 140, 0, 25)
  1102. Freeze.Font = Enum.Font.SourceSans
  1103. Freeze.FontSize = Enum.FontSize.Size14
  1104. Freeze.Text = "Freeze"
  1105. Freeze.TextScaled = true
  1106. Freeze.TextSize = 14
  1107. Freeze.TextWrapped = true
  1108.  
  1109. Insane.Name = "Insane"
  1110. Insane.Parent = Extra
  1111. Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1112. Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1113. Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  1114. Insane.Size = UDim2.new(0, 140, 0, 25)
  1115. Insane.Font = Enum.Font.SourceSans
  1116. Insane.FontSize = Enum.FontSize.Size14
  1117. Insane.Text = "Insane"
  1118. Insane.TextScaled = true
  1119. Insane.TextSize = 14
  1120. Insane.TextWrapped = true
  1121.  
  1122. TPVoid.Name = "TPVoid"
  1123. TPVoid.Parent = Extra
  1124. TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1125. TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1126. TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  1127. TPVoid.Size = UDim2.new(0, 140, 0, 25)
  1128. TPVoid.Font = Enum.Font.SourceSans
  1129. TPVoid.FontSize = Enum.FontSize.Size14
  1130. TPVoid.Text = "TP Void"
  1131. TPVoid.TextScaled = true
  1132. TPVoid.TextSize = 14
  1133. TPVoid.TextWrapped = true
  1134.  
  1135. Unknown.Name = "Unknown"
  1136. Unknown.Parent = Extra
  1137. Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1138. Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1139. Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  1140. Unknown.Size = UDim2.new(0, 140, 0, 25)
  1141. Unknown.Font = Enum.Font.SourceSans
  1142. Unknown.FontSize = Enum.FontSize.Size14
  1143. Unknown.Text = "Unknown"
  1144. Unknown.TextScaled = true
  1145. Unknown.TextSize = 14
  1146. Unknown.TextWrapped = true
  1147.  
  1148. Reset.Name = "Reset"
  1149. Reset.Parent = Extra
  1150. Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1151. Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  1152. Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  1153. Reset.Size = UDim2.new(0, 140, 0, 25)
  1154. Reset.Font = Enum.Font.SourceSans
  1155. Reset.FontSize = Enum.FontSize.Size14
  1156. Reset.Text = "Reset"
  1157. Reset.TextScaled = true
  1158. Reset.TextSize = 14
  1159. Reset.TextWrapped = true
  1160.  
  1161. SelectTabs.Name = "SelectTabs"
  1162. SelectTabs.Parent = MainFrame
  1163. SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  1164. SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1165. SelectTabs.BorderSizePixel = 2
  1166. SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0)
  1167. SelectTabs.Size = UDim2.new(0, 98, 0, 230)
  1168. SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
  1169.  
  1170. RocketPropulsionTAB.Name = "RocketPropulsionTAB"
  1171. RocketPropulsionTAB.Parent = SelectTabs
  1172. RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1173. RocketPropulsionTAB.BackgroundTransparency = 1
  1174. RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0)
  1175. RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40)
  1176. RocketPropulsionTAB.Font = Enum.Font.SourceSansLight
  1177. RocketPropulsionTAB.FontSize = Enum.FontSize.Size18
  1178. RocketPropulsionTAB.Text = "Rocket Propulsion"
  1179. RocketPropulsionTAB.TextSize = 18
  1180. RocketPropulsionTAB.TextWrapped = true
  1181.  
  1182. TeleportationTAB.Name = "TeleportationTAB"
  1183. TeleportationTAB.Parent = SelectTabs
  1184. TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1185. TeleportationTAB.BackgroundTransparency = 1
  1186. TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0)
  1187. TeleportationTAB.Size = UDim2.new(0, 82, 0, 40)
  1188. TeleportationTAB.Font = Enum.Font.SourceSansLight
  1189. TeleportationTAB.FontSize = Enum.FontSize.Size18
  1190. TeleportationTAB.Text = "Teleportation"
  1191. TeleportationTAB.TextSize = 17
  1192. TeleportationTAB.TextWrapped = true
  1193.  
  1194. ToolsTAB.Name = "ToolsTAB"
  1195. ToolsTAB.Parent = SelectTabs
  1196. ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1197. ToolsTAB.BackgroundTransparency = 1
  1198. ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0)
  1199. ToolsTAB.Size = UDim2.new(0, 82, 0, 40)
  1200. ToolsTAB.Font = Enum.Font.SourceSansLight
  1201. ToolsTAB.FontSize = Enum.FontSize.Size24
  1202. ToolsTAB.Text = "Tools"
  1203. ToolsTAB.TextSize = 20
  1204. ToolsTAB.TextWrapped = true
  1205.  
  1206. AnimationsTAB.Name = "AnimationsTAB"
  1207. AnimationsTAB.Parent = SelectTabs
  1208. AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1209. AnimationsTAB.BackgroundTransparency = 1
  1210. AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0)
  1211. AnimationsTAB.Size = UDim2.new(0, 82, 0, 40)
  1212. AnimationsTAB.Font = Enum.Font.SourceSansLight
  1213. AnimationsTAB.FontSize = Enum.FontSize.Size24
  1214. AnimationsTAB.Text = "Animations"
  1215. AnimationsTAB.TextSize = 20
  1216. AnimationsTAB.TextWrapped = true
  1217.  
  1218. BasicTAB.Name = "BasicTAB"
  1219. BasicTAB.Parent = SelectTabs
  1220. BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1221. BasicTAB.BackgroundTransparency = 1
  1222. BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0)
  1223. BasicTAB.Size = UDim2.new(0, 82, 0, 40)
  1224. BasicTAB.Font = Enum.Font.SourceSansLight
  1225. BasicTAB.FontSize = Enum.FontSize.Size24
  1226. BasicTAB.Text = "Basic"
  1227. BasicTAB.TextSize = 20
  1228. BasicTAB.TextWrapped = true
  1229.  
  1230. Local_PlayerTAB.Name = "Local_PlayerTAB"
  1231. Local_PlayerTAB.Parent = SelectTabs
  1232. Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1233. Local_PlayerTAB.BackgroundTransparency = 1
  1234. Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0)
  1235. Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40)
  1236. Local_PlayerTAB.Font = Enum.Font.SourceSansLight
  1237. Local_PlayerTAB.FontSize = Enum.FontSize.Size24
  1238. Local_PlayerTAB.Text = "Local Player"
  1239. Local_PlayerTAB.TextSize = 20
  1240. Local_PlayerTAB.TextWrapped = true
  1241.  
  1242. ExtraTAB.Name = "ExtraTAB"
  1243. ExtraTAB.Parent = SelectTabs
  1244. ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  1245. ExtraTAB.BackgroundTransparency = 1
  1246. ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0)
  1247. ExtraTAB.Size = UDim2.new(0, 82, 0, 40)
  1248. ExtraTAB.Font = Enum.Font.SourceSansLight
  1249. ExtraTAB.FontSize = Enum.FontSize.Size24
  1250. ExtraTAB.Text = "Extra"
  1251. ExtraTAB.TextSize = 20
  1252. ExtraTAB.TextWrapped = true
  1253.  
  1254. SideFrame.Name = "SideFrame"
  1255. SideFrame.Parent = HyperTotal
  1256. SideFrame.Active = true
  1257. SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1258. SideFrame.BackgroundTransparency = 1
  1259. SideFrame.Draggable = true
  1260. SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0)
  1261. SideFrame.Size = UDim2.new(0, 350, 0, 40)
  1262. SideFrame.Visible = false
  1263.  
  1264. SideTopFrame.Name = "SideTopFrame"
  1265. SideTopFrame.Parent = SideFrame
  1266. SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1267. SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1268. SideTopFrame.BorderSizePixel = 2
  1269. SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0)
  1270. SideTopFrame.Size = UDim2.new(0, 450, 0, 270)
  1271. SideTopFrame.ZIndex = 9
  1272.  
  1273. SideTitle.Name = "SideTitle"
  1274. SideTitle.Parent = SideTopFrame
  1275. SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1276. SideTitle.BackgroundTransparency = 1
  1277. SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0)
  1278. SideTitle.Size = UDim2.new(0, 150, 0, 40)
  1279. SideTitle.ZIndex = 10
  1280. SideTitle.Font = Enum.Font.SourceSansItalic
  1281. SideTitle.FontSize = Enum.FontSize.Size36
  1282. SideTitle.Text = "HyperTotal"
  1283. SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
  1284. SideTitle.TextSize = 35
  1285. SideTitle.TextWrapped = true
  1286.  
  1287. OpenGUI.Name = "OpenGUI"
  1288. OpenGUI.Parent = SideTopFrame
  1289. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1290. OpenGUI.BackgroundTransparency = 1
  1291. OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
  1292. OpenGUI.Size = UDim2.new(0, 40, 0, 40)
  1293. OpenGUI.ZIndex = 10
  1294. OpenGUI.Font = Enum.Font.SourceSansBold
  1295. OpenGUI.FontSize = Enum.FontSize.Size60
  1296. OpenGUI.Text = "X"
  1297. OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
  1298. OpenGUI.TextSize = 50
  1299. OpenGUI.TextWrapped = true
  1300.  
  1301. SideCreditTXT.Name = "SideCreditTXT"
  1302. SideCreditTXT.Parent = SideTopFrame
  1303. SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
  1304. SideCreditTXT.BackgroundTransparency = 1
  1305. SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
  1306. SideCreditTXT.Rotation = -17
  1307. SideCreditTXT.Size = UDim2.new(0, 90, 0, 20)
  1308. SideCreditTXT.ZIndex = 10
  1309. SideCreditTXT.Font = Enum.Font.SourceSansItalic
  1310. SideCreditTXT.FontSize = Enum.FontSize.Size24
  1311. SideCreditTXT.Text = "illremember"
  1312. SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
  1313. SideCreditTXT.TextSize = 20
  1314. SideCreditTXT.TextWrapped = true
  1315.  
  1316. BrickFrame.Name = "BrickFrame"
  1317. BrickFrame.Parent = MainFrame
  1318. BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1319. BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1320. BrickFrame.BorderSizePixel = 0
  1321. BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0)
  1322. BrickFrame.Size = UDim2.new(0, 0, 0, 230)
  1323. BrickFrame.ZIndex = 4
  1324.  
  1325. -- Buttons
  1326.  
  1327. col = Color3.new(0.854902, 0.854902, 0.854902)
  1328. loc = Color3.new(0.65, 0.90, 0.65)
  1329.  
  1330. wait(1)
  1331. MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2)
  1332.  
  1333. if game.Workspace.FilteringEnabled == false then
  1334. FE_CHECK.Text = "FE is disabled"
  1335. FE_CHECK.TextColor3 = Color3.fromRGB(200,10,10)
  1336. else
  1337. FE_CHECK.Text = "FE is enabled"
  1338. FE_CHECK.TextColor3 = Color3.fromRGB(10,200,10)
  1339. end
  1340.  
  1341. CloseGUI.MouseButton1Click:connect(function()
  1342. CloseGUI.Visible = false
  1343. EnterUsername.Visible = false
  1344. TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
  1345. wait(1)
  1346. SideFrame.Position = MainFrame.Position
  1347. MainFrame.Visible = false
  1348. SideFrame.Visible = true
  1349. SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
  1350. OpenGUI.Visible = false
  1351. wait(1)
  1352. OpenGUI.Visible = true
  1353. end)
  1354.  
  1355. OpenGUI.MouseButton1Click:connect(function()
  1356. OpenGUI.Visible = false
  1357. SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
  1358. wait(1)
  1359. MainFrame.Position = SideFrame.Position
  1360. SideFrame.Visible = false
  1361. MainFrame.Visible = true
  1362. CloseGUI.Visible = false
  1363. TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
  1364. wait(1)
  1365. EnterUsername.Visible = true
  1366. CloseGUI.Visible = true
  1367. end)
  1368.  
  1369. AnimationsTAB.MouseButton1Click:connect(function()
  1370. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1371. wait(0.5)
  1372. Animations.Visible = true
  1373. Basic.Visible = false
  1374. Extra.Visible = false
  1375. INTRO.Visible = false
  1376. Local_Player.Visible = false
  1377. RocketPropulsion.Visible = false
  1378. Teleportation.Visible = false
  1379. Tools.Visible = false
  1380. AnimationsTAB.Font = "SourceSansBold"
  1381. BasicTAB.Font = "SourceSansLight"
  1382. ExtraTAB.Font = "SourceSansLight"
  1383. Local_PlayerTAB.Font = "SourceSansLight"
  1384. RocketPropulsionTAB.Font = "SourceSansLight"
  1385. TeleportationTAB.Font = "SourceSansLight"
  1386. ToolsTAB.Font = "SourceSansLight"
  1387. AnimationsTAB.TextSize = 17
  1388. TeleportationTAB.TextSize = 17
  1389. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1390. end)
  1391.  
  1392. BasicTAB.MouseButton1Click:connect(function()
  1393. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1394. wait(0.5)
  1395. Animations.Visible = false
  1396. Basic.Visible = true
  1397. Extra.Visible = false
  1398. INTRO.Visible = false
  1399. Local_Player.Visible = false
  1400. RocketPropulsion.Visible = false
  1401. Teleportation.Visible = false
  1402. Tools.Visible = false
  1403. AnimationsTAB.Font = "SourceSansLight"
  1404. BasicTAB.Font = "SourceSansBold"
  1405. ExtraTAB.Font = "SourceSansLight"
  1406. Local_PlayerTAB.Font = "SourceSansLight"
  1407. RocketPropulsionTAB.Font = "SourceSansLight"
  1408. TeleportationTAB.Font = "SourceSansLight"
  1409. ToolsTAB.Font = "SourceSansLight"
  1410. AnimationsTAB.TextSize = 20
  1411. TeleportationTAB.TextSize = 17
  1412. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1413. end)
  1414.  
  1415. ExtraTAB.MouseButton1Click:connect(function()
  1416. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1417. wait(0.5)
  1418. Animations.Visible = false
  1419. Basic.Visible = false
  1420. Extra.Visible = true
  1421. INTRO.Visible = false
  1422. Local_Player.Visible = false
  1423. RocketPropulsion.Visible = false
  1424. Teleportation.Visible = false
  1425. Tools.Visible = false
  1426. AnimationsTAB.Font = "SourceSansLight"
  1427. BasicTAB.Font = "SourceSansLight"
  1428. ExtraTAB.Font = "SourceSansBold"
  1429. Local_PlayerTAB.Font = "SourceSansLight"
  1430. RocketPropulsionTAB.Font = "SourceSansLight"
  1431. TeleportationTAB.Font = "SourceSansLight"
  1432. ToolsTAB.Font = "SourceSansLight"
  1433. AnimationsTAB.TextSize = 20
  1434. TeleportationTAB.TextSize = 17
  1435. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1436. end)
  1437.  
  1438. Local_PlayerTAB.MouseButton1Click:connect(function()
  1439. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1440. wait(0.5)
  1441. Animations.Visible = false
  1442. Basic.Visible = false
  1443. Extra.Visible = false
  1444. INTRO.Visible = false
  1445. Local_Player.Visible = true
  1446. RocketPropulsion.Visible = false
  1447. Teleportation.Visible = false
  1448. Tools.Visible = false
  1449. AnimationsTAB.Font = "SourceSansLight"
  1450. BasicTAB.Font = "SourceSansLight"
  1451. ExtraTAB.Font = "SourceSansLight"
  1452. Local_PlayerTAB.Font = "SourceSansBold"
  1453. RocketPropulsionTAB.Font = "SourceSansLight"
  1454. TeleportationTAB.Font = "SourceSansLight"
  1455. ToolsTAB.Font = "SourceSansLight"
  1456. AnimationsTAB.TextSize = 20
  1457. TeleportationTAB.TextSize = 17
  1458. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1459. end)
  1460.  
  1461. RocketPropulsionTAB.MouseButton1Click:connect(function()
  1462. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1463. wait(0.5)
  1464. Animations.Visible = false
  1465. Basic.Visible = false
  1466. Extra.Visible = false
  1467. INTRO.Visible = false
  1468. Local_Player.Visible = false
  1469. RocketPropulsion.Visible = true
  1470. Teleportation.Visible = false
  1471. Tools.Visible = false
  1472. AnimationsTAB.Font = "SourceSansLight"
  1473. BasicTAB.Font = "SourceSansLight"
  1474. ExtraTAB.Font = "SourceSansLight"
  1475. Local_PlayerTAB.Font = "SourceSansLight"
  1476. RocketPropulsionTAB.Font = "SourceSansBold"
  1477. TeleportationTAB.Font = "SourceSansLight"
  1478. ToolsTAB.Font = "SourceSansLight"
  1479. AnimationsTAB.TextSize = 20
  1480. TeleportationTAB.TextSize = 17
  1481. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1482. end)
  1483.  
  1484. TeleportationTAB.MouseButton1Click:connect(function()
  1485. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1486. wait(0.5)
  1487. Animations.Visible = false
  1488. Basic.Visible = false
  1489. Extra.Visible = false
  1490. INTRO.Visible = false
  1491. Local_Player.Visible = false
  1492. RocketPropulsion.Visible = false
  1493. Teleportation.Visible = true
  1494. Tools.Visible = false
  1495. AnimationsTAB.Font = "SourceSansLight"
  1496. BasicTAB.Font = "SourceSansLight"
  1497. ExtraTAB.Font = "SourceSansLight"
  1498. Local_PlayerTAB.Font = "SourceSansLight"
  1499. RocketPropulsionTAB.Font = "SourceSansLight"
  1500. TeleportationTAB.Font = "SourceSansBold"
  1501. ToolsTAB.Font = "SourceSansLight"
  1502. AnimationsTAB.TextSize = 20
  1503. TeleportationTAB.TextSize = 15
  1504. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1505. end)
  1506.  
  1507. ToolsTAB.MouseButton1Click:connect(function()
  1508. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  1509. wait(0.5)
  1510. Animations.Visible = false
  1511. Basic.Visible = false
  1512. Extra.Visible = false
  1513. INTRO.Visible = false
  1514. Local_Player.Visible = false
  1515. RocketPropulsion.Visible = false
  1516. Teleportation.Visible = false
  1517. Tools.Visible = true
  1518. AnimationsTAB.Font = "SourceSansLight"
  1519. BasicTAB.Font = "SourceSansLight"
  1520. ExtraTAB.Font = "SourceSansLight"
  1521. Local_PlayerTAB.Font = "SourceSansLight"
  1522. RocketPropulsionTAB.Font = "SourceSansLight"
  1523. TeleportationTAB.Font = "SourceSansLight"
  1524. ToolsTAB.Font = "SourceSansBold"
  1525. AnimationsTAB.TextSize = 20
  1526. TeleportationTAB.TextSize = 17
  1527. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  1528. end)
  1529.  
  1530. ------ ANIMATIONS -------------------------------------------------------------------------
  1531. ------ ANIMATIONS -------------------------------------------------------------------------
  1532. ------ ANIMATIONS -------------------------------------------------------------------------
  1533. ------ ANIMATIONS -------------------------------------------------------------------------
  1534.  
  1535. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1536. local Found = {}
  1537. local strl = String:lower()
  1538. if strl == "all" then
  1539. for i,v in pairs(game.Players:GetPlayers()) do
  1540. table.insert(Found,v)
  1541. end
  1542. elseif strl == "others" then
  1543. for i,v in pairs(game.Players:GetPlayers()) do
  1544. if v.Name ~= game.Players.LocalPlayer.Name then
  1545. table.insert(Found,v)
  1546. end
  1547. end
  1548. else
  1549. for i,v in pairs(game.Players:GetPlayers()) do
  1550. if v.Name:lower():sub(1, #String) == String:lower() then
  1551. table.insert(Found,v)
  1552. end
  1553. end
  1554. end
  1555. return Found
  1556. end
  1557.  
  1558. AnimationId = "148840371"
  1559. local Anim = Instance.new("Animation")
  1560. Anim.AnimationId = "rbxassetid://"..AnimationId
  1561. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1562. _18active = false
  1563. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1564. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1565. _18active = false
  1566. end)
  1567. _18.MouseButton1Click:connect(function()
  1568. _18active = not _18active
  1569. if _18active then
  1570. _18.BackgroundColor3 = loc
  1571. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1572. track:Play()
  1573. game:GetService('RunService').Stepped:connect(function()
  1574. if _18active then
  1575. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1576. end
  1577. end)
  1578. end
  1579. else
  1580. track:Stop()
  1581. _18.BackgroundColor3 = col
  1582. end
  1583. end)
  1584.  
  1585. AnimationId = "282574440"
  1586. local Anim = Instance.new("Animation")
  1587. Anim.AnimationId = "rbxassetid://"..AnimationId
  1588. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1589. CarpetActive = false
  1590. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1591. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1592. CarpetActive = false
  1593. end)
  1594. Carpet.MouseButton1Click:connect(function()
  1595. CarpetActive = not CarpetActive
  1596. if CarpetActive then
  1597. Carpet.BackgroundColor3 = loc
  1598. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1599. track:Play()
  1600. game:GetService('RunService').Stepped:connect(function()
  1601. if CarpetActive then
  1602. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1603. end
  1604. end)
  1605. end
  1606. else
  1607. track:Stop()
  1608. Carpet.BackgroundColor3 = col
  1609. end
  1610. end)
  1611.  
  1612. AnimationId = "215384594"
  1613. local Anim = Instance.new("Animation")
  1614. Anim.AnimationId = "rbxassetid://"..AnimationId
  1615. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1616. ExperimentalAnimationActive = false
  1617. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1618. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1619. ExperimentalAnimationActive = false
  1620. end)
  1621. ExperimentalAnimation.MouseButton1Click:connect(function()
  1622. ExperimentalAnimationActive = not ExperimentalAnimationActive
  1623. if ExperimentalAnimationActive then
  1624. ExperimentalAnimation.BackgroundColor3 = loc
  1625. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1626. track:Play(0.1, 1, 5)
  1627. game:GetService('RunService').Stepped:connect(function()
  1628. if ExperimentalAnimationActive then
  1629. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1630. end
  1631. end)
  1632. end
  1633. else
  1634. track:Stop()
  1635. ExperimentalAnimation.BackgroundColor3 = col
  1636. end
  1637. end)
  1638.  
  1639. AnimationId = "429703734"
  1640. local Anim = Instance.new("Animation")
  1641. Anim.AnimationId = "rbxassetid://"..AnimationId
  1642. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1643. DanceActive = false
  1644. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1645. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1646. DanceActive = false
  1647. end)
  1648. Dance.MouseButton1Click:connect(function()
  1649. DanceActive = not DanceActive
  1650. if DanceActive then
  1651. Dance.BackgroundColor3 = loc
  1652. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1653. track:Play()
  1654. game:GetService('RunService').Stepped:connect(function()
  1655. if DanceActive then
  1656. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1657. end
  1658. end)
  1659. end
  1660. else
  1661. track:Stop()
  1662. Dance.BackgroundColor3 = col
  1663. end
  1664. end)
  1665.  
  1666. AnimationId = "282574440"
  1667. local Anim = Instance.new("Animation")
  1668. Anim.AnimationId = "rbxassetid://"..AnimationId
  1669. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1670. HideActive = false
  1671. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1672. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1673. HideActive = false
  1674. end)
  1675. Hide.MouseButton1Click:connect(function()
  1676. HideActive = not HideActive
  1677. if HideActive then
  1678. Hide.BackgroundColor3 = loc
  1679. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1680. track:Play()
  1681. game:GetService('RunService').Stepped:connect(function()
  1682. if HideActive then
  1683. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  1684. end
  1685. end)
  1686. end
  1687. else
  1688. track:Stop()
  1689. Hide.BackgroundColor3 = col
  1690. end
  1691. end)
  1692.  
  1693. AnimationId = "313762630"
  1694. local Anim = Instance.new("Animation")
  1695. Anim.AnimationId = "rbxassetid://"..AnimationId
  1696. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1697. LevitateOnActive = false
  1698. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1699. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1700. LevitateOnActive = false
  1701. end)
  1702. LevitateOn.MouseButton1Click:connect(function()
  1703. LevitateOnActive = not LevitateOnActive
  1704. if LevitateOnActive then
  1705. LevitateOn.BackgroundColor3 = loc
  1706. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1707. track:Play()
  1708. game:GetService('RunService').Stepped:connect(function()
  1709. if LevitateOnActive then
  1710. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1711. end
  1712. end)
  1713. end
  1714. else
  1715. track:Stop()
  1716. LevitateOn.BackgroundColor3 = col
  1717. end
  1718. end)
  1719.  
  1720. AnimationId = "215384594"
  1721. local Anim = Instance.new("Animation")
  1722. Anim.AnimationId = "rbxassetid://"..AnimationId
  1723. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1724. PushLockActive = false
  1725. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1726. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1727. PushLockActive = false
  1728. end)
  1729. PushLock.MouseButton1Click:connect(function()
  1730. PushLockActive = not PushLockActive
  1731. if PushLockActive then
  1732. PushLock.BackgroundColor3 = loc
  1733. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1734. track:Play()
  1735. game:GetService('RunService').Stepped:connect(function()
  1736. if PushLockActive then
  1737. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1738. end
  1739. end)
  1740. end
  1741. else
  1742. track:Stop()
  1743. PushLock.BackgroundColor3 = col
  1744. end
  1745. end)
  1746.  
  1747. AnimationId = "184574340"
  1748. local Anim = Instance.new("Animation")
  1749. Anim.AnimationId = "rbxassetid://"..AnimationId
  1750. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1751. SlamOnActive = false
  1752. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1753. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1754. SlamOnActive = false
  1755. end)
  1756. SlamOn.MouseButton1Click:connect(function()
  1757. SlamOnActive = not SlamOnActive
  1758. if SlamOnActive then
  1759. SlamOn.BackgroundColor3 = loc
  1760. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  1761. track:Play()
  1762. game:GetService('RunService').Stepped:connect(function()
  1763. if SlamOnActive then
  1764. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1765. end
  1766. end)
  1767. end
  1768. else
  1769. track:Stop()
  1770. SlamOn.BackgroundColor3 = col
  1771. end
  1772. end)
  1773.  
  1774. ------ BASIC -------------------------------------------------------------------------
  1775. ------ BASIC -------------------------------------------------------------------------
  1776. ------ BASIC -------------------------------------------------------------------------
  1777. ------ BASIC -------------------------------------------------------------------------
  1778.  
  1779. HipHeight.MouseButton1Click:connect(function()
  1780. game.Players.LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text
  1781. end)
  1782. JumpHeight.MouseButton1Click:connect(function()
  1783. game.Players.LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text
  1784. end)
  1785. Speed.MouseButton1Click:connect(function()
  1786. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text
  1787. end)
  1788. Chat.MouseButton1Click:connect(function()
  1789. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
  1790. end)
  1791. keepspam = false
  1792. Spam.MouseButton1Click:connect(function()
  1793. keepspam = not keepspam
  1794. if keepspam then
  1795. Spam.BackgroundColor3 = loc
  1796. else
  1797. Spam.BackgroundColor3 = col
  1798. end
  1799. while wait(0.5) do
  1800. if keepspam then
  1801. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
  1802. end
  1803. end
  1804. end)
  1805. clip = true
  1806. Noclip.MouseButton1Click:connect(function()
  1807. clip = not clip
  1808. game:GetService('RunService').Stepped:connect(function()
  1809. if not clip then
  1810. Noclip.BackgroundColor3 = loc
  1811. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1812. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1813. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1814. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1815. else
  1816. Noclip.BackgroundColor3 = col
  1817. end
  1818. end)
  1819. end)
  1820. local flying = false
  1821. Fly.MouseButton1Click:connect(function()
  1822. flying = not flying
  1823. repeat wait()
  1824. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1825. local mouse = game.Players.LocalPlayer:GetMouse()
  1826. repeat wait() until mouse
  1827. local plr = game.Players.LocalPlayer
  1828. local torso = plr.Character.Torso
  1829. local deb = true
  1830. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1831. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1832. local maxspeed = 70
  1833. local speed = 0
  1834. if flying then
  1835. Fly.BackgroundColor3 = loc
  1836. else
  1837. Fly.BackgroundColor3 = col
  1838. end
  1839.  
  1840. function FlyFunction()
  1841. local bg = Instance.new("BodyGyro", torso)
  1842. bg.P = 9e4
  1843. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1844. bg.cframe = torso.CFrame
  1845. local bv = Instance.new("BodyVelocity", torso)
  1846. bv.velocity = Vector3.new(0,0.1,0)
  1847. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1848. repeat wait()
  1849. plr.Character.Humanoid.PlatformStand = true
  1850. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1851. speed = speed+.5+(speed/maxspeed)
  1852. if speed > maxspeed then
  1853. speed = maxspeed
  1854. end
  1855. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1856. speed = speed-1
  1857. if speed < 0 then
  1858. speed = 0
  1859. end
  1860. end
  1861. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1862. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1863. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1864. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1865. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1866. else
  1867. bv.velocity = Vector3.new(0,0.1,0)
  1868. end
  1869. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1870. until not flying
  1871. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1872. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1873. speed = 0
  1874. bg:Destroy()
  1875. bv:Destroy()
  1876. plr.Character.Humanoid.PlatformStand = false
  1877. end
  1878. mouse.KeyDown:connect(function(key)
  1879. if key:lower() == "w" then
  1880. ctrl.f = 1
  1881. elseif key:lower() == "s" then
  1882. ctrl.b = -1
  1883. elseif key:lower() == "a" then
  1884. ctrl.l = -1
  1885. elseif key:lower() == "d" then
  1886. ctrl.r = 1
  1887. end
  1888. end)
  1889. mouse.KeyUp:connect(function(key)
  1890. if key:lower() == "w" then
  1891. ctrl.f = 0
  1892. elseif key:lower() == "s" then
  1893. ctrl.b = 0
  1894. elseif key:lower() == "a" then
  1895. ctrl.l = 0
  1896. elseif key:lower() == "d" then
  1897. ctrl.r = 0
  1898. end
  1899. end)
  1900. FlyFunction()
  1901. end)
  1902.  
  1903. ------ EXTRA -------------------------------------------------------------------------
  1904. ------ EXTRA -------------------------------------------------------------------------
  1905. ------ EXTRA -------------------------------------------------------------------------
  1906. ------ EXTRA -------------------------------------------------------------------------
  1907.  
  1908. frost = false
  1909. Freeze.MouseButton1Click:connect(function()
  1910. frost = not frost
  1911. if frost then
  1912. game.Players.LocalPlayer.Character.Torso.Anchored = true
  1913. game.Players.LocalPlayer.Character.Head.Anchored = true
  1914. game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  1915. game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  1916. game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  1917. game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  1918. Freeze.BackgroundColor3 = loc
  1919. else
  1920. game.Players.LocalPlayer.Character.Torso.Anchored = false
  1921. game.Players.LocalPlayer.Character.Head.Anchored = false
  1922. game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1923. game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1924. game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1925. game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1926. Freeze.BackgroundColor3 = col
  1927. end
  1928. end)
  1929. insanity = false
  1930. local Anim = Instance.new("Animation")
  1931. AnimationId = "33796059"
  1932. Anim.AnimationId = "rbxassetid://"..AnimationId
  1933. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1934. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1935. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1936. insanity = false
  1937. end)
  1938. Insane.MouseButton1Down:connect(function()
  1939. insanity = not insanity
  1940. if insanity then
  1941. track:Play(0.1, 1, 999)
  1942. Insane.BackgroundColor3 = loc
  1943. else
  1944. track:Stop()
  1945. Insane.BackgroundColor3 = col
  1946. end
  1947. end)
  1948. Sit.MouseButton1Click:connect(function()
  1949. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1950. end)
  1951. Jump.MouseButton1Click:connect(function()
  1952. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1953. end)
  1954. platform = false
  1955. PlatformStand.MouseButton1Click:connect(function()
  1956. platform = not platform
  1957. if platform then
  1958. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1959. PlatformStand.BackgroundColor3 = loc
  1960. else
  1961. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1962. PlatformStand.BackgroundColor3 = col
  1963. end
  1964. end)
  1965. TPVoid.MouseButton1Click:connect(function()
  1966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
  1967. end)
  1968.  
  1969. local Anim = Instance.new("Animation")
  1970. Anim.AnimationId = "rbxassetid://204295235"
  1971. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1972. question = false
  1973. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1974. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1975. question = false
  1976. end)
  1977. Unknown.MouseButton1Click:connect(function()
  1978. question = not question
  1979. if question then
  1980. Unknown.BackgroundColor3 = loc
  1981. while wait do
  1982. if track.IsPlaying == false then
  1983. if question then
  1984. track:Play(0.1, 1, 1e5)
  1985. end
  1986. end
  1987. end
  1988. else
  1989. Unknown.BackgroundColor3 = col
  1990. track:Stop()
  1991. end
  1992. end)
  1993.  
  1994. Reset.MouseButton1Click:connect(function()
  1995. game.Players.LocalPlayer.Character.Head:Destroy()
  1996. end)
  1997.  
  1998. ------ LOCALPLAYER -------------------------------------------------------------------------
  1999. ------ LOCALPLAYER -------------------------------------------------------------------------
  2000. ------ LOCALPLAYER -------------------------------------------------------------------------
  2001. ------ LOCALPLAYER -------------------------------------------------------------------------
  2002.  
  2003. local Anim = Instance.new("Animation")
  2004. Anim.AnimationId = "rbxassetid://215384594"
  2005. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2006. local CloneIllusionACTIVE = false
  2007. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2008. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2009. CloneIllusionACTIVE = false
  2010. end)
  2011. CloneIllusion.MouseButton1Click:connect(function()
  2012. CloneIllusionACTIVE = not CloneIllusionACTIVE
  2013. if CloneIllusionACTIVE then
  2014. track:Play(.5, 1, 1e7)
  2015. CloneIllusion.BackgroundColor3 = loc
  2016. else
  2017. track:Stop()
  2018. CloneIllusion.BackgroundColor3 = col
  2019. end
  2020. end)
  2021.  
  2022. local Anim = Instance.new("Animation")
  2023. Anim.AnimationId = "rbxassetid://204328711"
  2024. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2025. local DinoWalkACTIVE = false
  2026. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2027. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2028. DinoWalkACTIVE = false
  2029. end)
  2030. Dinosaur.MouseButton1Click:connect(function()
  2031. DinoWalkACTIVE = not DinoWalkACTIVE
  2032. if DinoWalkACTIVE then
  2033. track:Play(.1, 1, 1)
  2034. Dinosaur.BackgroundColor3 = loc
  2035. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  2036. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 200
  2037. else
  2038. track:Stop()
  2039. Dinosaur.BackgroundColor3 = col
  2040. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  2041. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 50
  2042. end
  2043. end)
  2044.  
  2045. local Anim = Instance.new("Animation")
  2046. Anim.AnimationId = "rbxassetid://313762630"
  2047. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2048. local GlitchLevitateACTIVE = false
  2049. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2050. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2051. GlitchLevitateACTIVE = false
  2052. end)
  2053. Glitchy.MouseButton1Click:connect(function()
  2054. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  2055. if GlitchLevitateACTIVE then
  2056. track:Play(.5, 1, 1e7)
  2057. Glitchy.BackgroundColor3 = loc
  2058. else
  2059. track:Stop()
  2060. Glitchy.BackgroundColor3 = col
  2061. end
  2062. end)
  2063.  
  2064. local Anim = Instance.new("Animation")
  2065. Anim.AnimationId = "rbxassetid://313762630"
  2066. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2067. local LevitateACTIVE = false
  2068. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2069. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2070. LevitateACTIVE = false
  2071. end)
  2072. Levitate.MouseButton1Click:connect(function()
  2073. LevitateACTIVE = not LevitateACTIVE
  2074. if LevitateACTIVE then
  2075. track:Play(.1, 1, 1)
  2076. Levitate.BackgroundColor3 = loc
  2077. else
  2078. track:Stop()
  2079. Levitate.BackgroundColor3 = col
  2080. end
  2081. end)
  2082.  
  2083. NoLimbs.MouseButton1Click:connect(function()
  2084. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  2085. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  2086. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  2087. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  2088. end)
  2089.  
  2090. local Anim = Instance.new("Animation")
  2091. Anim.AnimationId = "rbxassetid://180612465"
  2092. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2093. local ScaredACTIVE = false
  2094. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2095. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2096. ScaredACTIVE = false
  2097. end)
  2098. CrouchRocket.MouseButton1Click:connect(function()
  2099. ScaredACTIVE = not ScaredACTIVE
  2100. if ScaredACTIVE then
  2101. local u = Instance.new("RocketPropulsion")
  2102. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2103. u.Name = "CrouchRocket"
  2104. u.Target = game.Players.LocalPlayer.Character.Head
  2105. u:Fire()
  2106. CrouchRocket.BackgroundColor3 = loc
  2107. while wait() do
  2108. if track.IsPlaying == false then
  2109. if ScaredACTIVE then
  2110. track:Play(.1, 1, 1)
  2111. end
  2112. end
  2113. end
  2114. else
  2115. track:Stop()
  2116. CrouchRocket.BackgroundColor3 = col
  2117. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  2118. end
  2119. end)
  2120.  
  2121. local Anim = Instance.new("Animation")
  2122. Anim.AnimationId = "rbxassetid://313762630"
  2123. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2124. local Anim2 = Instance.new("Animation")
  2125. Anim2.AnimationId = "rbxassetid://35154961"
  2126. local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  2127. local Anim3 = Instance.new("Animation")
  2128. Anim3.AnimationId = "rbxassetid://33169583"
  2129. local track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  2130. haunting = false
  2131. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2132. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2133. track2 = character:WaitForChild("Humanoid"):LoadAnimation(Anim2)
  2134. track3 = character:WaitForChild("Humanoid"):LoadAnimation(Anim3)
  2135. haunting = false
  2136. end)
  2137. Haunted.MouseButton1Click:connect(function()
  2138. haunting = not haunting
  2139. if haunting then
  2140. while true do
  2141. if track3.IsPlaying == false then
  2142. if haunting then
  2143. track:Play()
  2144. track2:Play(0.1,1,1000)
  2145. track3:Play(0.1,1,1000)
  2146. end
  2147. end
  2148. end
  2149. else
  2150. track:Stop()
  2151. track2:Stop()
  2152. track3:Stop()
  2153. end
  2154. end)
  2155.  
  2156. spinning = false
  2157. CrazySpin.MouseButton1Click:connect(function()
  2158. spinning = not spinning
  2159. if spinning then
  2160. local p = Instance.new("RocketPropulsion")
  2161. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2162. p.Name = "CrazySpin"
  2163. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  2164. p:Fire()
  2165. CrazySpin.BackgroundColor3 = loc
  2166. else
  2167. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  2168. CrazySpin.BackgroundColor3 = col
  2169. end
  2170. end)
  2171.  
  2172. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  2173. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  2174. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  2175. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  2176.  
  2177. floating = false
  2178. Float.MouseButton1Click:connect(function()
  2179. floating = not floating
  2180. if floating then
  2181. Float.BackgroundColor3 = loc
  2182. local y = Instance.new("RocketPropulsion")
  2183. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2184. y.CartoonFactor = 1
  2185. y.MaxThrust = 50000
  2186. y.MaxSpeed = 1000
  2187. y.ThrustP = 50000
  2188. y.Name = "Float"
  2189. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2190. y.Target = game.Players[v.Name].Character.Head
  2191. y:Fire()
  2192. game:GetService('RunService').Stepped:connect(function()
  2193. if floating then
  2194. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2195. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2196. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2197. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2198. end
  2199. end)
  2200. while wait(0.3) do
  2201. if floating then
  2202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  2203. end
  2204. end
  2205. end
  2206. else
  2207. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  2208. Float.BackgroundColor3 = col
  2209. end
  2210. end)
  2211.  
  2212. local Anim = Instance.new("Animation")
  2213. Anim.AnimationId = "rbxassetid://282574440"
  2214. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2215. flattening = false
  2216. Flatten.MouseButton1Click:connect(function()
  2217. flattening = not flattening
  2218. if flattening then
  2219. Flatten.BackgroundColor3 = loc
  2220. local y = Instance.new("RocketPropulsion")
  2221. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2222. y.CartoonFactor = 1
  2223. y.MaxThrust = 50000
  2224. y.MaxSpeed = 1000
  2225. y.ThrustP = 50000
  2226. y.Name = "Flatten"
  2227. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2228. y.Target = game.Players[v.name].Character["Left Leg"]
  2229. y:Fire()
  2230. track:Play(.1, 1, 1)
  2231. game:GetService('RunService').Stepped:connect(function()
  2232. if flattening then
  2233. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2234. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2235. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2236. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2237. end
  2238. end)
  2239. while wait(0.3) do
  2240. if flattening then
  2241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  2242. end
  2243. end
  2244. end
  2245. else
  2246. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  2247. track:Stop()
  2248. Flatten.BackgroundColor3 = col
  2249. end
  2250. end)
  2251.  
  2252. pushing = false
  2253. Push.MouseButton1Click:connect(function()
  2254. pushing = not pushing
  2255. if pushing then
  2256. Push.BackgroundColor3 = loc
  2257. local b = Instance.new("RocketPropulsion")
  2258. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2259. b.TurnP = 2500
  2260. b.MaxThrust = 50000
  2261. b.MaxSpeed = 1000
  2262. b.ThrustP = 50000
  2263. b.CartoonFactor = 1
  2264. b.Name = "Push"
  2265. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2266. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  2267. b:Fire()
  2268. game:GetService('RunService').Stepped:connect(function()
  2269. if pushing then
  2270. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2271. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2272. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2273. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2274. end
  2275. end)
  2276. end
  2277. else
  2278. game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  2279. Push.BackgroundColor3 = col
  2280. end
  2281. end)
  2282.  
  2283. SlowAttracting = false
  2284. SlowAttract.MouseButton1Click:connect(function()
  2285. SlowAttracting = not SlowAttracting
  2286. if SlowAttracting then
  2287. SlowAttract.BackgroundColor3 = loc
  2288. local b = Instance.new("RocketPropulsion")
  2289. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2290. b.TurnD = 5000
  2291. b.MaxThrust = 5000
  2292. b.MaxSpeed = 200
  2293. b.ThrustP = 5000
  2294. b.CartoonFactor = 1
  2295. b.Name = "SlowAttract"
  2296. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2297. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  2298. b:Fire()
  2299. game:GetService('RunService').Stepped:connect(function()
  2300. if SlowAttracting then
  2301. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2302. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2303. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2304. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2305. end
  2306. end)
  2307. end
  2308. else
  2309. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  2310. SlowAttract.BackgroundColor3 = col
  2311. end
  2312. end)
  2313.  
  2314. Maxing = false
  2315. Max.MouseButton1Click:connect(function()
  2316. Maxing = not Maxing
  2317. if Maxing then
  2318. Max.BackgroundColor3 = loc
  2319. local t1 = Instance.new("RocketPropulsion")
  2320. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2321. t1.TurnP = 100000
  2322. t1.MaxThrust = 100000
  2323. t1.MaxSpeed = 5000
  2324. t1.ThrustP = 100000
  2325. t1.CartoonFactor = 1
  2326. t1.Name = "one"
  2327. local t2 = Instance.new("RocketPropulsion")
  2328. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2329. t2.TurnP = 100000
  2330. t2.MaxThrust = 100000
  2331. t2.MaxSpeed = 5000
  2332. t2.ThrustP = 100000
  2333. t2.CartoonFactor = 1
  2334. t2.Name = "two"
  2335. local t3 = Instance.new("RocketPropulsion")
  2336. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2337. t3.TurnP = 100000
  2338. t3.MaxThrust = 100000
  2339. t3.MaxSpeed = 5000
  2340. t3.ThrustP = 100000
  2341. t3.CartoonFactor = 1
  2342. t3.Name = "three"
  2343. local t4 = Instance.new("RocketPropulsion")
  2344. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2345. t4.TurnP = 100000
  2346. t4.MaxThrust = 100000
  2347. t4.MaxSpeed = 5000
  2348. t4.ThrustP = 100000
  2349. t4.CartoonFactor = 1
  2350. t4.Name = "four"
  2351. local t5 = Instance.new("RocketPropulsion")
  2352. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2353. t5.TurnP = 100000
  2354. t5.MaxThrust = 100000
  2355. t5.MaxSpeed = 5000
  2356. t5.ThrustP = 100000
  2357. t5.CartoonFactor = 1
  2358. t5.Name = "five"
  2359. local t6 = Instance.new("RocketPropulsion")
  2360. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2361. t6.TurnP = 100000
  2362. t6.MaxThrust = 100000
  2363. t6.MaxSpeed = 5000
  2364. t6.ThrustP = 100000
  2365. t6.CartoonFactor = 1
  2366. t6.Name = "six"
  2367. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2368. t1.Target = game.Players[v.Name].Character.Torso
  2369. t1:Fire()
  2370. t2.Target = game.Players[v.Name].Character["Right Leg"]
  2371. t2:Fire()
  2372. t3.Target = game.Players[v.Name].Character["Left Arm"]
  2373. t3:Fire()
  2374. t4.Target = game.Players[v.Name].Character["Left Leg"]
  2375. t4:Fire()
  2376. t5.Target = game.Players[v.Name].Character["Right Arm"]
  2377. t5:Fire()
  2378. t6.Target = game.Players[v.Name].Character.Head
  2379. t6:Fire()
  2380. game:GetService('RunService').Stepped:connect(function()
  2381. if Maxing then
  2382. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2383. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2384. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2385. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2386. end
  2387. end)
  2388. end
  2389. else
  2390. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  2391. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  2392. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  2393. game.Players.LocalPlayer.Character.HumanoidRootPart.four:Destroy()
  2394. game.Players.LocalPlayer.Character.HumanoidRootPart.five:Destroy()
  2395. game.Players.LocalPlayer.Character.HumanoidRootPart.six:Destroy()
  2396. Max.BackgroundColor3 = col
  2397. end
  2398. end)
  2399.  
  2400. AimHeading = false
  2401. AimHead.MouseButton1Click:connect(function()
  2402. AimHeading = not AimHeading
  2403. if AimHeading then
  2404. AimHead.BackgroundColor3 = loc
  2405. local b = Instance.new("RocketPropulsion")
  2406. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2407. b.TurnP = 2500
  2408. b.MaxThrust = 50000
  2409. b.MaxSpeed = 1000
  2410. b.ThrustP = 50000
  2411. b.CartoonFactor = 1
  2412. b.Name = "AimHead"
  2413. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2414. b.Target = game.Players[v.Name].Character.Head
  2415. b:Fire()
  2416. game:GetService('RunService').Stepped:connect(function()
  2417. if AimHeading then
  2418. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2419. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2420. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2421. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2422. end
  2423. end)
  2424. end
  2425. else
  2426. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  2427. AimHead.BackgroundColor3 = col
  2428. end
  2429. end)
  2430.  
  2431. Experimentaling = false
  2432. Experimental.MouseButton1Click:connect(function()
  2433. Experimentaling = not Experimentaling
  2434. if Experimentaling then
  2435. Experimental.BackgroundColor3 = loc
  2436. local b = Instance.new("RocketPropulsion")
  2437. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2438. b.TurnP = 15000
  2439. b.MaxThrust = 25000
  2440. b.MaxSpeed = 15000
  2441. b.ThrustP = 10000
  2442. b.CartoonFactor = 1
  2443. b.Name = "Experimental"
  2444. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2445. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  2446. b.Target = game.Players[v.Name].Character.Torso
  2447. b:Fire()
  2448. game:GetService('RunService').Stepped:connect(function()
  2449. if Experimentaling then
  2450. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2451. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2452. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2453. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2454. end
  2455. end)
  2456. end
  2457. else
  2458. game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
  2459. Experimental.BackgroundColor3 = col
  2460. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  2461. end
  2462. end)
  2463.  
  2464. Multipleing = false
  2465. Multiple.MouseButton1Click:connect(function()
  2466. Multipleing = not Multipleing
  2467. if Multipleing then
  2468. Multiple.BackgroundColor3 = loc
  2469. local t1 = Instance.new("RocketPropulsion")
  2470. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2471. t1.TurnP = 30000
  2472. t1.MaxThrust = 30000
  2473. t1.MaxSpeed = 1000
  2474. t1.ThrustP = 30000
  2475. t1.CartoonFactor = 1
  2476. t1.Name = "one"
  2477. local t2 = Instance.new("RocketPropulsion")
  2478. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2479. t2.TurnP = 30000
  2480. t2.MaxThrust = 30000
  2481. t2.MaxSpeed = 1000
  2482. t2.ThrustP = 30000
  2483. t2.CartoonFactor = 1
  2484. t2.Name = "two"
  2485. local t3 = Instance.new("RocketPropulsion")
  2486. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2487. t3.TurnP = 30000
  2488. t3.MaxThrust = 30000
  2489. t3.MaxSpeed = 1000
  2490. t3.ThrustP = 30000
  2491. t3.CartoonFactor = 1
  2492. t3.Name = "three"
  2493. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2494. t1.Target = game.Players[v.Name].Character.Torso
  2495. t1:Fire()
  2496. t2.Target = game.Players[v.Name].Character["Right Leg"]
  2497. t2:Fire()
  2498. t3.Target = game.Players[v.Name].Character["Left Arm"]
  2499. t3:Fire()
  2500. game:GetService('RunService').Stepped:connect(function()
  2501. if Multipleing then
  2502. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2503. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2504. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2505. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2506. end
  2507. end)
  2508. end
  2509. else
  2510. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  2511. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  2512. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  2513. Multiple.BackgroundColor3 = col
  2514. end
  2515. end)
  2516.  
  2517. ------ TELEPORTATION -------------------------------------------------------------------------
  2518. ------ TELEPORTATION -------------------------------------------------------------------------
  2519. ------ TELEPORTATION -------------------------------------------------------------------------
  2520. ------ TELEPORTATION -------------------------------------------------------------------------
  2521.  
  2522. LockOnACTIVE = false
  2523. LockOn.MouseButton1Click:connect(function()
  2524. LockOnACTIVE = not LockOnACTIVE
  2525. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2526. game:GetService('RunService').Stepped:connect(function()
  2527. if LockOnACTIVE then
  2528. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2529. LockOn.BackgroundColor3 = loc
  2530. game:GetService('RunService').Stepped:connect(function()
  2531. if LockOnACTIVE then
  2532. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2533. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2534. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2535. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2536. end
  2537. end)
  2538. else
  2539. LockOn.BackgroundColor3 = col
  2540. end
  2541. end)
  2542. end
  2543. end)
  2544.  
  2545. LockLegACTIVE = false
  2546. LockLeg.MouseButton1Click:connect(function()
  2547. LockLegACTIVE = not LockLegACTIVE
  2548. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2549. game:GetService('RunService').Stepped:connect(function()
  2550. if LockLegACTIVE then
  2551. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  2552. LockLeg.BackgroundColor3 = loc
  2553. game:GetService('RunService').Stepped:connect(function()
  2554. if LockLegACTIVE then
  2555. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2556. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2557. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2558. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2559. end
  2560. end)
  2561. else
  2562. LockLeg.BackgroundColor3 = col
  2563. end
  2564. end)
  2565. end
  2566. end)
  2567.  
  2568. LockArmACTIVE = false
  2569. LockArm.MouseButton1Click:connect(function()
  2570. LockArmACTIVE = not LockArmACTIVE
  2571. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2572. game:GetService('RunService').Stepped:connect(function()
  2573. if LockArmACTIVE then
  2574. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
  2575. LockArm.BackgroundColor3 = loc
  2576. game:GetService('RunService').Stepped:connect(function()
  2577. if LockArmACTIVE then
  2578. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2579. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2580. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2581. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2582. end
  2583. end)
  2584. else
  2585. LockArm.BackgroundColor3 = col
  2586. end
  2587. end)
  2588. end
  2589. end)
  2590.  
  2591. LockHeadACTIVE = false
  2592. LockHead.MouseButton1Click:connect(function()
  2593. LockHeadACTIVE = not LockHeadACTIVE
  2594. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2595. game:GetService('RunService').Stepped:connect(function()
  2596. if LockHeadACTIVE then
  2597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  2598. LockHead.BackgroundColor3 = loc
  2599. game:GetService('RunService').Stepped:connect(function()
  2600. if LockHeadACTIVE then
  2601. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2602. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2603. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2604. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2605. end
  2606. end)
  2607. else
  2608. LockHead.BackgroundColor3 = col
  2609. end
  2610. end)
  2611. end
  2612. end)
  2613.  
  2614. LockAboveACTIVE = false
  2615. LockAbove.MouseButton1Click:connect(function()
  2616. LockAboveACTIVE = not LockAboveACTIVE
  2617. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2618. game:GetService('RunService').Stepped:connect(function()
  2619. if LockAboveACTIVE then
  2620. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,4,0)
  2621. LockAbove.BackgroundColor3 = loc
  2622. game:GetService('RunService').Stepped:connect(function()
  2623. if LockAboveACTIVE then
  2624. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2625. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2626. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2627. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2628. end
  2629. end)
  2630. else
  2631. LockAbove.BackgroundColor3 = col
  2632. end
  2633. end)
  2634. end
  2635. end)
  2636.  
  2637. LockMaxACTIVE = false
  2638. LockMax.MouseButton1Click:connect(function()
  2639. LockMaxACTIVE = not LockMaxACTIVE
  2640. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2641. game:GetService('RunService').Stepped:connect(function()
  2642. if LockMaxACTIVE then
  2643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2644. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  2645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  2646. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2647. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Leg"].CFrame
  2648. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
  2649. LockMax.BackgroundColor3 = loc
  2650. game:GetService('RunService').Stepped:connect(function()
  2651. if LockMaxACTIVE then
  2652. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2653. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2654. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2655. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2656. end
  2657. end)
  2658. else
  2659. LockMax.BackgroundColor3 = col
  2660. end
  2661. end)
  2662. end
  2663. end)
  2664.  
  2665. TrailACTIVE = false
  2666. Trail.MouseButton1Click:connect(function()
  2667. TrailACTIVE = not TrailACTIVE
  2668. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2669. game:GetService('RunService').Stepped:connect(function()
  2670. if TrailACTIVE then
  2671. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  2672. Trail.BackgroundColor3 = loc
  2673. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2674. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2675. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2676. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2677. else
  2678. Trail.BackgroundColor3 = col
  2679. end
  2680. end)
  2681. end
  2682. end)
  2683.  
  2684. TeleportTo.MouseButton1Click:connect(function()
  2685. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2686. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2687. end
  2688. end)
  2689.  
  2690. ------ TOOLS -------------------------------------------------------------------------
  2691. ------ TOOLS -------------------------------------------------------------------------
  2692. ------ TOOLS -------------------------------------------------------------------------
  2693. ------ TOOLS -------------------------------------------------------------------------
  2694.  
  2695. Attach.MouseButton1Click:connect(function()
  2696. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2697. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2698. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2699. l.Parent = game.Players.LocalPlayer.Character
  2700. l.Name = "Humanoid"
  2701. wait(0.1)
  2702. game.Players.LocalPlayer.Character["1"]:Destroy()
  2703. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2704. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2705. wait(0.1)
  2706. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2707. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2708. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2709. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2710. end
  2711. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2712. end
  2713. end)
  2714.  
  2715. AttachExperimental.MouseButton1Click:connect(function()
  2716. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2717. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2718. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2719. l.Parent = game.Players.LocalPlayer.Character
  2720. l.Name = "Humanoid"
  2721. wait(0.1)
  2722. game.Players.LocalPlayer.Character["1"]:Destroy()
  2723. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2724. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2725. wait(0.1)
  2726. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2727. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2728. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2729. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2730. end
  2731. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2732. wait(1)
  2733. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,100,0)
  2734. end
  2735. end)
  2736.  
  2737. Bring.MouseButton1Click:connect(function()
  2738. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2739. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2740. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2741. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2742. l.Parent = game.Players.LocalPlayer.Character
  2743. l.Name = "Humanoid"
  2744. wait(0.1)
  2745. game.Players.LocalPlayer.Character["1"]:Destroy()
  2746. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2747. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2748. wait(0.1)
  2749. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2750. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2751. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2752. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2753. end
  2754. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2755. wait(0.2)
  2756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2757. wait(0.6)
  2758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2759. wait(0.6)
  2760. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  2761. end
  2762. end)
  2763.  
  2764. FreeFall.MouseButton1Click:connect(function()
  2765. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2766. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2767. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2768. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2769. l.Parent = game.Players.LocalPlayer.Character
  2770. l.Name = "Humanoid"
  2771. wait(0.1)
  2772. game.Players.LocalPlayer.Character["1"]:Destroy()
  2773. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2774. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2775. wait(0.1)
  2776. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2777. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2778. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2779. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2780. end
  2781. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2782. wait(0.2)
  2783. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2784. wait(0.6)
  2785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2786. wait(0.6)
  2787. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2788. end
  2789. end)
  2790.  
  2791. GiveTool.MouseButton1Click:connect(function()
  2792. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2793. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2794. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2795. l.Parent = game.Players.LocalPlayer.Character
  2796. l.Name = "Humanoid"
  2797. wait(0.1)
  2798. game.Players.LocalPlayer.Character["1"]:Destroy()
  2799. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2800. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2801. wait(0.1)
  2802. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2803. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2804. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2805. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2806. end
  2807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2808. wait(0.2)
  2809. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2810. wait(0.6)
  2811. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  2812. end
  2813. end)
  2814.  
  2815. KillSurvive.MouseButton1Click:connect(function()
  2816. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2817. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2818. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2819. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2820. l.Parent = game.Players.LocalPlayer.Character
  2821. l.Name = "Humanoid"
  2822. wait(0.1)
  2823. game.Players.LocalPlayer.Character["1"]:Destroy()
  2824. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2825. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2826. wait(0.1)
  2827. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2828. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2829. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2830. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2831. end
  2832. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2833. wait(0.2)
  2834. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2835. wait(0.4)
  2836. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  2837. wait(0.8)
  2838. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  2839. wait(0.8)
  2840. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2841. end
  2842. end)
  2843.  
  2844. Kill.MouseButton1Click:connect(function()
  2845. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2846. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2847. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2848. l.Parent = game.Players.LocalPlayer.Character
  2849. l.Name = "Humanoid"
  2850. wait(0.1)
  2851. game.Players.LocalPlayer.Character["1"]:Destroy()
  2852. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2853. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2854. wait(0.1)
  2855. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2856. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2857. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2858. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2859. end
  2860. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2861. wait(0.2)
  2862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2863. wait(0.4)
  2864. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  2865. end
  2866. end)
  2867.  
  2868. superspinning = false
  2869. SuperSpin.MouseButton1Click:connect(function()
  2870. superspinning = not superspinning
  2871. if superspinning then
  2872. SuperSpin.BackgroundColor3 = loc
  2873. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  2874. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2875. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2876. l.Parent = game.Players.LocalPlayer.Character
  2877. l.Name = "Humanoid"
  2878. wait(0.1)
  2879. game.Players.LocalPlayer.Character["1"]:Destroy()
  2880. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2881. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2882. wait(0.1)
  2883. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2884. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2885. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2886. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2887. end
  2888. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2889. wait(1)
  2890. while wait() do
  2891. if superspinning then
  2892. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2893. end
  2894. end
  2895. end
  2896. else
  2897. SuperSpin.BackgroundColor3 = col
  2898. end
  2899. end)
Add Comment
Please, Sign In to add comment