okban

Untitled

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