ChaosityYT

Titanium GUI

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