SyntaxIsHere

Untitled

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