Advertisement
SkitExploits

Roblox - Energize Gui

Apr 24th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 39.46 KB | None | 0 0
  1. local Energize = Instance.new("ScreenGui") -- The actual GUI
  2. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  3. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  4. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  5. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  6. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  7. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  8. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  9.  
  10. local FullSwing = Instance.new("TextButton")--COMPLETE
  11. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  12. local MoonDance = Instance.new("TextButton")--COMPLETE
  13. local FullPunch = Instance.new("TextButton")--COMPLETE
  14. local Crouch = Instance.new("TextButton")--COMPLETE
  15. local SpinDance = Instance.new("TextButton")--COMPLETE
  16. local FloorFaint = Instance.new("TextButton")--COMPLETE
  17. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  18. local Spinner = Instance.new("TextButton")--COMPLETE
  19. local MegaInsane = Instance.new("TextButton")--COMPLETE
  20. local ArmDetach = Instance.new("TextButton")--COMPLETE
  21. local WeirdMove = Instance.new("TextButton")--COMPLETE
  22. local Faint = Instance.new("TextButton")--COMPLETE
  23. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  24. local Levitate = Instance.new("TextButton")--COMPLETE
  25. local DinoWalk = Instance.new("TextButton")--COMPLETE
  26. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  27. local SwordSlam = Instance.new("TextButton")--COMPLETE
  28. local LoopHead = Instance.new("TextButton")--COMPLETE
  29. local HeroJump = Instance.new("TextButton")--COMPLETE
  30. local Insane = Instance.new("TextButton")--COMPLETE
  31. local FloatingHead = Instance.new("TextButton")--COMPLETE
  32. local HeadThrow = Instance.new("TextButton")--COMPLETE
  33. local MovingDance = Instance.new("TextButton")--COMPLETE
  34. local SuperPunch = Instance.new("TextButton")--COMPLETE
  35. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  36. local Dab = Instance.new("TextButton")--COMPLETE
  37. local FloatSit = Instance.new("TextButton")--COMPLETE
  38. local SuperFaint = Instance.new("TextButton")--COMPLETE
  39. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  40. local Scared = Instance.new("TextButton")--COMPLETE
  41. local InsaneArms = Instance.new("TextButton")--COMPLETE
  42. local SwordSlice = Instance.new("TextButton")--COMPLETE
  43. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  44. local BowDown = Instance.new("TextButton")--COMPLETE
  45. local LoopSlam = Instance.new("TextButton")--COMPLETE
  46.  
  47. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  48. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  49. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  50.  
  51. -- Properties
  52.  
  53. Energize.Name = "Energize"
  54. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  55.  
  56. SideFrame.Name = "SideFrame"
  57. SideFrame.Parent = Energize
  58. SideFrame.Active = true
  59. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  60. SideFrame.Draggable = true
  61. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  62. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  63. SideFrame.Visible = false
  64.  
  65. OpenGUI.Name = "OpenGUI"
  66. OpenGUI.Parent = SideFrame
  67. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  68. OpenGUI.BackgroundTransparency = 1
  69. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  70. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  71. OpenGUI.Font = Enum.Font.SourceSans
  72. OpenGUI.FontSize = Enum.FontSize.Size48
  73. OpenGUI.Text = "X"
  74. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  75. OpenGUI.TextSize = 40
  76. OpenGUI.TextWrapped = true
  77.  
  78. SideFrameTitle.Name = "SideFrameTitle"
  79. SideFrameTitle.Parent = SideFrame
  80. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  81. SideFrameTitle.BackgroundTransparency = 1
  82. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  83. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  84. SideFrameTitle.Font = Enum.Font.Arial
  85. SideFrameTitle.FontSize = Enum.FontSize.Size24
  86. SideFrameTitle.Text = "│Energize│"
  87. SideFrameTitle.TextSize = 21
  88. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  89. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  90.  
  91. MainFrame.Name = "MainFrame"
  92. MainFrame.Parent = Energize
  93. MainFrame.Active = true
  94. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  95. MainFrame.BackgroundTransparency = 1
  96. MainFrame.Draggable = true
  97. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  98. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  99.  
  100. GuiBottomFrame.Name = "Gui BottomFrame"
  101. GuiBottomFrame.Parent = MainFrame
  102. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  103. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  104. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  105. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  106.  
  107. Credits.Name = "Credits"
  108. Credits.Parent = GuiBottomFrame
  109. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Credits.BackgroundTransparency = 1
  111. Credits.Size = UDim2.new(0, 460, 0, 32)
  112. Credits.FontSize = Enum.FontSize.Size14
  113. Credits.Text = "By illremember │FE Animations Gui"
  114. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  115. Credits.TextSize = 14
  116. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  117. Credits.TextStrokeTransparency = 0.69999998807907
  118. Credits.TextWrapped = true
  119.  
  120. ScrollingFrame.Parent = MainFrame
  121. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  122. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  123. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  124. ScrollingFrame.ScrollBarThickness = 13
  125.  
  126. FullSwing.Name = "FullSwing"
  127. FullSwing.Parent = ScrollingFrame
  128. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  129. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  130. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  131. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  132. FullSwing.Font = Enum.Font.Highway
  133. FullSwing.FontSize = Enum.FontSize.Size24
  134. FullSwing.Text = "Full Swing"
  135. FullSwing.TextSize = 20
  136. FullSwing.TextWrapped = true
  137.  
  138. GlitchLevitate.Name = "GlitchLevitate"
  139. GlitchLevitate.Parent = ScrollingFrame
  140. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  141. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  142. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  143. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  144. GlitchLevitate.Font = Enum.Font.Highway
  145. GlitchLevitate.FontSize = Enum.FontSize.Size24
  146. GlitchLevitate.Text = "Glitch Levitate"
  147. GlitchLevitate.TextSize = 20
  148. GlitchLevitate.TextWrapped = true
  149.  
  150. MoonDance.Name = "MoonDance"
  151. MoonDance.Parent = ScrollingFrame
  152. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  153. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  154. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  155. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  156. MoonDance.Font = Enum.Font.Highway
  157. MoonDance.FontSize = Enum.FontSize.Size24
  158. MoonDance.Text = "Moon Dance"
  159. MoonDance.TextSize = 20
  160. MoonDance.TextWrapped = true
  161.  
  162. FullPunch.Name = "FullPunch"
  163. FullPunch.Parent = ScrollingFrame
  164. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  165. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  166. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  167. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  168. FullPunch.Font = Enum.Font.Highway
  169. FullPunch.FontSize = Enum.FontSize.Size24
  170. FullPunch.Text = "Full Punch"
  171. FullPunch.TextSize = 20
  172. FullPunch.TextWrapped = true
  173.  
  174. Crouch.Name = "Crouch"
  175. Crouch.Parent = ScrollingFrame
  176. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  177. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  178. Crouch.Position = UDim2.new(0, 168, 0, 280)
  179. Crouch.Size = UDim2.new(0, 119, 0, 34)
  180. Crouch.Font = Enum.Font.Highway
  181. Crouch.FontSize = Enum.FontSize.Size24
  182. Crouch.Text = "Crouch"
  183. Crouch.TextSize = 20
  184. Crouch.TextWrapped = true
  185.  
  186. SpinDance.Name = "SpinDance"
  187. SpinDance.Parent = ScrollingFrame
  188. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  189. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  190. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  191. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  192. SpinDance.Font = Enum.Font.Highway
  193. SpinDance.FontSize = Enum.FontSize.Size24
  194. SpinDance.Text = "Spin Dance"
  195. SpinDance.TextSize = 20
  196. SpinDance.TextWrapped = true
  197.  
  198. FloorFaint.Name = "FloorFaint"
  199. FloorFaint.Parent = ScrollingFrame
  200. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  201. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  202. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  203. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  204. FloorFaint.Font = Enum.Font.Highway
  205. FloorFaint.FontSize = Enum.FontSize.Size24
  206. FloorFaint.Text = "Floor Faint"
  207. FloorFaint.TextSize = 20
  208. FloorFaint.TextWrapped = true
  209.  
  210. JumpingJacks.Name = "JumpingJacks"
  211. JumpingJacks.Parent = ScrollingFrame
  212. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  213. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  214. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  215. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  216. JumpingJacks.Font = Enum.Font.Highway
  217. JumpingJacks.FontSize = Enum.FontSize.Size24
  218. JumpingJacks.Text = "Jumping Jacks"
  219. JumpingJacks.TextSize = 20
  220. JumpingJacks.TextWrapped = true
  221.  
  222. Spinner.Name = "Spinner"
  223. Spinner.Parent = ScrollingFrame
  224. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  225. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  226. Spinner.Position = UDim2.new(0, 17, 0, 192)
  227. Spinner.Size = UDim2.new(0, 119, 0, 34)
  228. Spinner.Font = Enum.Font.Highway
  229. Spinner.FontSize = Enum.FontSize.Size24
  230. Spinner.Text = "Spinner"
  231. Spinner.TextSize = 20
  232. Spinner.TextWrapped = true
  233.  
  234. MegaInsane.Name = "MegaInsane"
  235. MegaInsane.Parent = ScrollingFrame
  236. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  237. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  238. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  239. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  240. MegaInsane.Font = Enum.Font.Highway
  241. MegaInsane.FontSize = Enum.FontSize.Size24
  242. MegaInsane.Text = "Mega Insane"
  243. MegaInsane.TextSize = 20
  244. MegaInsane.TextWrapped = true
  245.  
  246. ArmDetach.Name = "ArmDetach"
  247. ArmDetach.Parent = ScrollingFrame
  248. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  249. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  250. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  251. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  252. ArmDetach.Font = Enum.Font.Highway
  253. ArmDetach.FontSize = Enum.FontSize.Size24
  254. ArmDetach.Text = "Arm Detach"
  255. ArmDetach.TextSize = 20
  256. ArmDetach.TextWrapped = true
  257.  
  258. WeirdMove.Name = "WeirdMove"
  259. WeirdMove.Parent = ScrollingFrame
  260. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  261. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  262. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  263. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  264. WeirdMove.Font = Enum.Font.Highway
  265. WeirdMove.FontSize = Enum.FontSize.Size24
  266. WeirdMove.Text = "Weird Move"
  267. WeirdMove.TextSize = 20
  268. WeirdMove.TextWrapped = true
  269.  
  270. Faint.Name = "Faint"
  271. Faint.Parent = ScrollingFrame
  272. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  273. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  274. Faint.Position = UDim2.new(0, 17, 0, 148)
  275. Faint.Size = UDim2.new(0, 119, 0, 34)
  276. Faint.Font = Enum.Font.Highway
  277. Faint.FontSize = Enum.FontSize.Size24
  278. Faint.Text = "Faint"
  279. Faint.TextSize = 20
  280. Faint.TextWrapped = true
  281.  
  282. CloneIllusion.Name = "CloneIllusion"
  283. CloneIllusion.Parent = ScrollingFrame
  284. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  285. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  286. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  287. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  288. CloneIllusion.Font = Enum.Font.Highway
  289. CloneIllusion.FontSize = Enum.FontSize.Size24
  290. CloneIllusion.Text = "Clone Illusion"
  291. CloneIllusion.TextSize = 20
  292. CloneIllusion.TextWrapped = true
  293.  
  294. Levitate.Name = "Levitate"
  295. Levitate.Parent = ScrollingFrame
  296. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  297. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  298. Levitate.Position = UDim2.new(0, 17, 0, 104)
  299. Levitate.Size = UDim2.new(0, 119, 0, 34)
  300. Levitate.Font = Enum.Font.Highway
  301. Levitate.FontSize = Enum.FontSize.Size24
  302. Levitate.Text = "Levitate"
  303. Levitate.TextSize = 20
  304. Levitate.TextWrapped = true
  305.  
  306. DinoWalk.Name = "DinoWalk"
  307. DinoWalk.Parent = ScrollingFrame
  308. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  309. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  310. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  311. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  312. DinoWalk.Font = Enum.Font.Highway
  313. DinoWalk.FontSize = Enum.FontSize.Size24
  314. DinoWalk.Text = "Dino Walk"
  315. DinoWalk.TextSize = 20
  316. DinoWalk.TextWrapped = true
  317.  
  318. FloorCrawl.Name = "FloorCrawl"
  319. FloorCrawl.Parent = ScrollingFrame
  320. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  321. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  322. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  323. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  324. FloorCrawl.Font = Enum.Font.Highway
  325. FloorCrawl.FontSize = Enum.FontSize.Size24
  326. FloorCrawl.Text = "Floor Crawl"
  327. FloorCrawl.TextSize = 20
  328. FloorCrawl.TextWrapped = true
  329.  
  330. SwordSlam.Name = "SwordSlam"
  331. SwordSlam.Parent = ScrollingFrame
  332. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  333. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  334. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  335. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  336. SwordSlam.Font = Enum.Font.Highway
  337. SwordSlam.FontSize = Enum.FontSize.Size24
  338. SwordSlam.Text = "Sword Slam"
  339. SwordSlam.TextSize = 20
  340. SwordSlam.TextWrapped = true
  341.  
  342. LoopHead.Name = "LoopHead"
  343. LoopHead.Parent = ScrollingFrame
  344. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  345. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  346. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  347. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  348. LoopHead.Font = Enum.Font.Highway
  349. LoopHead.FontSize = Enum.FontSize.Size24
  350. LoopHead.Text = "Loop Head"
  351. LoopHead.TextSize = 20
  352. LoopHead.TextWrapped = true
  353.  
  354. HeroJump.Name = "HeroJump"
  355. HeroJump.Parent = ScrollingFrame
  356. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  357. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  358. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  359. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  360. HeroJump.Font = Enum.Font.Highway
  361. HeroJump.FontSize = Enum.FontSize.Size24
  362. HeroJump.Text = "Hero Jump"
  363. HeroJump.TextSize = 20
  364. HeroJump.TextWrapped = true
  365.  
  366. Insane.Name = "Insane"
  367. Insane.Parent = ScrollingFrame
  368. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  369. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  370. Insane.Position = UDim2.new(0, 319, 0, 16)
  371. Insane.Size = UDim2.new(0, 119, 0, 34)
  372. Insane.Font = Enum.Font.Highway
  373. Insane.FontSize = Enum.FontSize.Size24
  374. Insane.Text = "Insane"
  375. Insane.TextSize = 20
  376. Insane.TextWrapped = true
  377.  
  378. FloatingHead.Name = "FloatingHead"
  379. FloatingHead.Parent = ScrollingFrame
  380. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  381. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  382. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  383. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  384. FloatingHead.Font = Enum.Font.Highway
  385. FloatingHead.FontSize = Enum.FontSize.Size24
  386. FloatingHead.Text = "Floating Head"
  387. FloatingHead.TextSize = 20
  388. FloatingHead.TextWrapped = true
  389.  
  390. HeadThrow.Name = "HeadThrow"
  391. HeadThrow.Parent = ScrollingFrame
  392. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  393. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  394. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  395. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  396. HeadThrow.Font = Enum.Font.Highway
  397. HeadThrow.FontSize = Enum.FontSize.Size24
  398. HeadThrow.Text = "Head Throw"
  399. HeadThrow.TextSize = 20
  400. HeadThrow.TextWrapped = true
  401.  
  402. MovingDance.Name = "MovingDance"
  403. MovingDance.Parent = ScrollingFrame
  404. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  405. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  406. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  407. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  408. MovingDance.Font = Enum.Font.Highway
  409. MovingDance.FontSize = Enum.FontSize.Size24
  410. MovingDance.Text = "Moving Dance"
  411. MovingDance.TextSize = 20
  412. MovingDance.TextWrapped = true
  413.  
  414. SuperPunch.Name = "SuperPunch"
  415. SuperPunch.Parent = ScrollingFrame
  416. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  417. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  418. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  419. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  420. SuperPunch.Font = Enum.Font.Highway
  421. SuperPunch.FontSize = Enum.FontSize.Size24
  422. SuperPunch.Text = "Super Punch"
  423. SuperPunch.TextSize = 20
  424. SuperPunch.TextWrapped = true
  425.  
  426. ArmTurbine.Name = "ArmTurbine"
  427. ArmTurbine.Parent = ScrollingFrame
  428. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  429. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  430. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  431. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  432. ArmTurbine.Font = Enum.Font.Highway
  433. ArmTurbine.FontSize = Enum.FontSize.Size24
  434. ArmTurbine.Text = "Arm Turbine"
  435. ArmTurbine.TextSize = 20
  436. ArmTurbine.TextWrapped = true
  437.  
  438. Dab.Name = "Dab"
  439. Dab.Parent = ScrollingFrame
  440. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  441. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  442. Dab.Position = UDim2.new(0, 17, 0, 366)
  443. Dab.Size = UDim2.new(0, 119, 0, 34)
  444. Dab.Font = Enum.Font.Highway
  445. Dab.FontSize = Enum.FontSize.Size24
  446. Dab.Text = "Dab"
  447. Dab.TextSize = 20
  448. Dab.TextWrapped = true
  449.  
  450. FloatSit.Name = "FloatSit"
  451. FloatSit.Parent = ScrollingFrame
  452. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  453. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  454. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  455. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  456. FloatSit.Font = Enum.Font.Highway
  457. FloatSit.FontSize = Enum.FontSize.Size24
  458. FloatSit.Text = "Float Sit"
  459. FloatSit.TextSize = 20
  460. FloatSit.TextWrapped = true
  461.  
  462. SuperFaint.Name = "SuperFaint"
  463. SuperFaint.Parent = ScrollingFrame
  464. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  465. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  466. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  467. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  468. SuperFaint.Font = Enum.Font.Highway
  469. SuperFaint.FontSize = Enum.FontSize.Size24
  470. SuperFaint.Text = "Super Faint"
  471. SuperFaint.TextSize = 20
  472. SuperFaint.TextWrapped = true
  473.  
  474. BarrelRoll.Name = "BarrelRoll"
  475. BarrelRoll.Parent = ScrollingFrame
  476. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  477. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  478. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  479. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  480. BarrelRoll.Font = Enum.Font.Highway
  481. BarrelRoll.FontSize = Enum.FontSize.Size24
  482. BarrelRoll.Text = "Barrel Roll"
  483. BarrelRoll.TextSize = 20
  484. BarrelRoll.TextWrapped = true
  485.  
  486. Scared.Name = "Scared"
  487. Scared.Parent = ScrollingFrame
  488. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  489. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  490. Scared.Position = UDim2.new(0, 319, 0, 454)
  491. Scared.Size = UDim2.new(0, 119, 0, 34)
  492. Scared.Font = Enum.Font.Highway
  493. Scared.FontSize = Enum.FontSize.Size24
  494. Scared.Text = "Scared"
  495. Scared.TextSize = 20
  496. Scared.TextWrapped = true
  497.  
  498. InsaneArms.Name = "InsaneArms"
  499. InsaneArms.Parent = ScrollingFrame
  500. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  501. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  502. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  503. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  504. InsaneArms.Font = Enum.Font.Highway
  505. InsaneArms.FontSize = Enum.FontSize.Size24
  506. InsaneArms.Text = "Insane Arms"
  507. InsaneArms.TextSize = 20
  508. InsaneArms.TextWrapped = true
  509.  
  510. SwordSlice.Name = "SwordSlice"
  511. SwordSlice.Parent = ScrollingFrame
  512. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  513. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  514. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  515. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  516. SwordSlice.Font = Enum.Font.Highway
  517. SwordSlice.FontSize = Enum.FontSize.Size24
  518. SwordSlice.Text = "Sword Slice"
  519. SwordSlice.TextSize = 20
  520. SwordSlice.TextWrapped = true
  521.  
  522. SpinDance2.Name = "SpinDance2"
  523. SpinDance2.Parent = ScrollingFrame
  524. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  525. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  526. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  527. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  528. SpinDance2.Font = Enum.Font.Highway
  529. SpinDance2.FontSize = Enum.FontSize.Size24
  530. SpinDance2.Text = "Spin Dance 2"
  531. SpinDance2.TextSize = 20
  532. SpinDance2.TextWrapped = true
  533.  
  534. BowDown.Name = "BowDown"
  535. BowDown.Parent = ScrollingFrame
  536. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  537. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  538. BowDown.Position = UDim2.new(0, 319, 0, 498)
  539. BowDown.Size = UDim2.new(0, 119, 0, 34)
  540. BowDown.Font = Enum.Font.Highway
  541. BowDown.FontSize = Enum.FontSize.Size24
  542. BowDown.Text = "Bow Down"
  543. BowDown.TextSize = 20
  544. BowDown.TextWrapped = true
  545.  
  546. LoopSlam.Name = "LoopSlam"
  547. LoopSlam.Parent = ScrollingFrame
  548. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  549. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  550. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  551. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  552. LoopSlam.Font = Enum.Font.Highway
  553. LoopSlam.FontSize = Enum.FontSize.Size24
  554. LoopSlam.Text = "Loop Slam"
  555. LoopSlam.TextSize = 20
  556. LoopSlam.TextWrapped = true
  557.  
  558. GuiTopFrame.Name = "Gui TopFrame"
  559. GuiTopFrame.Parent = MainFrame
  560. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  561. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  562. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  563.  
  564. CloseGUI.Name = "CloseGUI"
  565. CloseGUI.Parent = GuiTopFrame
  566. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  567. CloseGUI.BackgroundTransparency = 1
  568. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  569. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  570. CloseGUI.Font = Enum.Font.SourceSans
  571. CloseGUI.FontSize = Enum.FontSize.Size48
  572. CloseGUI.Text = "X"
  573. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  574. CloseGUI.TextSize = 40
  575. CloseGUI.TextWrapped = true
  576.  
  577. Title.Name = "Title"
  578. Title.Parent = GuiTopFrame
  579. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  580. Title.BackgroundTransparency = 1
  581. Title.Size = UDim2.new(0, 460, 0, 32)
  582. Title.FontSize = Enum.FontSize.Size14
  583. Title.Text = "│Energize│"
  584. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  585. Title.TextSize = 14
  586. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  587. Title.TextStrokeTransparency = 0.69999998807907
  588. Title.TextWrapped = true
  589.  
  590. -- Buttons
  591. col = Color3.new(0.886275, 0.776471, 0.368627)
  592. loc = Color3.new(1, 0.906471, 0.568627)
  593.  
  594. CloseGUI.MouseButton1Click:connect(function()
  595. MainFrame.Visible = false
  596. SideFrame.Visible = true
  597. SideFrame.Position = MainFrame.Position
  598. end)
  599.  
  600. OpenGUI.MouseButton1Click:connect(function()
  601. MainFrame.Visible = true
  602. SideFrame.Visible = false
  603. MainFrame.Position = SideFrame.Position
  604. end)
  605.  
  606. local Anim = Instance.new("Animation")
  607. Anim.AnimationId = "rbxassetid://35154961"
  608. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  609. track.Looped = true
  610. local HeadThrowACTIVE = false
  611. HeadThrow.MouseButton1Click:connect(function()
  612.     HeadThrowACTIVE = not HeadThrowACTIVE
  613.     if HeadThrowACTIVE then
  614.         track:Play(.1, 1, 1)
  615.         HeadThrow.BackgroundColor3 = loc
  616.     else
  617.         track:Stop()
  618.         HeadThrow.BackgroundColor3 = col
  619.     end
  620. end)
  621.  
  622. local Anim = Instance.new("Animation")
  623. Anim.AnimationId = "rbxassetid://121572214"
  624. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  625. track.Looped = true
  626. local FloatingHeadACTIVE = false
  627. FloatingHead.MouseButton1Click:connect(function()
  628.     FloatingHeadACTIVE = not FloatingHeadACTIVE
  629.     if FloatingHeadACTIVE then
  630.         track:Play(.1, 1, 1)
  631.         FloatingHead.BackgroundColor3 = loc
  632.     else
  633.         track:Stop()
  634.         FloatingHead.BackgroundColor3 = col
  635.     end
  636. end)
  637.  
  638. local Anim = Instance.new("Animation")
  639. Anim.AnimationId = "rbxassetid://182724289"
  640. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  641. track.Looped = true
  642. local CrouchACTIVE = false
  643. Crouch.MouseButton1Click:connect(function()
  644.     CrouchACTIVE = not CrouchACTIVE
  645.     if CrouchACTIVE then
  646.         track:Play(.1, 1, 1)
  647.         Crouch.BackgroundColor3 = loc
  648.     else
  649.         track:Stop()
  650.         Crouch.BackgroundColor3 = col
  651.     end
  652. end)
  653.  
  654. local Anim = Instance.new("Animation")
  655. Anim.AnimationId = "rbxassetid://282574440"
  656. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  657. track.Looped = true
  658. local FloorCrawlACTIVE = false
  659. FloorCrawl.MouseButton1Click:connect(function()
  660.     FloorCrawlACTIVE = not FloorCrawlACTIVE
  661.     if FloorCrawlACTIVE then
  662.         track:Play(.1, 1, 1)
  663.         FloorCrawl.BackgroundColor3 = loc
  664.     else
  665.         track:Stop()
  666.         FloorCrawl.BackgroundColor3 = col
  667.     end
  668. end)
  669.  
  670. local Anim = Instance.new("Animation")
  671. Anim.AnimationId = "rbxassetid://204328711"
  672. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  673. track.Looped = true
  674. local DinoWalkACTIVE = false
  675. DinoWalk.MouseButton1Click:connect(function()
  676.     DinoWalkACTIVE = not DinoWalkACTIVE
  677.     if DinoWalkACTIVE then
  678.         track:Play(.1, 1, 1)
  679.         DinoWalk.BackgroundColor3 = loc
  680.     else
  681.         track:Stop()
  682.         DinoWalk.BackgroundColor3 = col
  683.     end
  684. end)
  685.  
  686. local Anim = Instance.new("Animation")
  687. Anim.AnimationId = "rbxassetid://429681631"
  688. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  689. track.Looped = true
  690. local JumpingJacksACTIVE = false
  691. JumpingJacks.MouseButton1Click:connect(function()
  692.     JumpingJacksACTIVE = not JumpingJacksACTIVE
  693.     if JumpingJacksACTIVE then
  694.         track:Play(.1, 1, 1)
  695.         JumpingJacks.BackgroundColor3 = loc
  696.     else
  697.         track:Stop()
  698.         JumpingJacks.BackgroundColor3 = col
  699.     end
  700. end)
  701.  
  702. local Anim = Instance.new("Animation")
  703. Anim.AnimationId = "rbxassetid://35154961"
  704. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  705. track.Looped = true
  706. local LoopHeadACTIVE = false
  707. LoopHead.MouseButton1Click:connect(function()
  708.     LoopHeadACTIVE = not LoopHeadACTIVE
  709.     if LoopHeadACTIVE then
  710.         track:Play(1, 1, 1e6)
  711.         LoopHead.BackgroundColor3 = loc
  712.     else
  713.         track:Stop()
  714.         LoopHead.BackgroundColor3 = col
  715.     end
  716. end)
  717.  
  718. local Anim = Instance.new("Animation")
  719. Anim.AnimationId = "rbxassetid://184574340"
  720. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  721. track.Looped = true
  722. local HeroJumpACTIVE = false
  723. HeroJump.MouseButton1Click:connect(function()
  724.     HeroJumpACTIVE = not HeroJumpACTIVE
  725.     if HeroJumpACTIVE then
  726.         track:Play(.1, 1, 1)
  727.         HeroJump.BackgroundColor3 = loc
  728.     else
  729.         track:Stop()
  730.         HeroJump.BackgroundColor3 = col
  731.     end
  732. end)
  733.  
  734. local Anim = Instance.new("Animation")
  735. Anim.AnimationId = "rbxassetid://181526230"
  736. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  737. track.Looped = true
  738. local FaintACTIVE = false
  739. Faint.MouseButton1Click:connect(function()
  740.     FaintACTIVE = not FaintACTIVE
  741.     if FaintACTIVE then
  742.         track:Play(.1, 1, 1)
  743.         Faint.BackgroundColor3 = loc
  744.     else
  745.         track:Stop()
  746.         Faint.BackgroundColor3 = col
  747.     end
  748. end)
  749.  
  750. local Anim = Instance.new("Animation")
  751. Anim.AnimationId = "rbxassetid://181525546"
  752. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  753. track.Looped = true
  754. local FloorFaintACTIVE = false
  755. FloorFaint.MouseButton1Click:connect(function()
  756.     FloorFaintACTIVE = not FloorFaintACTIVE
  757.     if FloorFaintACTIVE then
  758.         track:Play(.1, 1, 1)
  759.         FloorFaint.BackgroundColor3 = loc
  760.     else
  761.         track:Stop()
  762.         FloorFaint.BackgroundColor3 = col
  763.     end
  764. end)
  765.  
  766. local Anim = Instance.new("Animation")
  767. Anim.AnimationId = "rbxassetid://181525546"
  768. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  769. track.Looped = true
  770. local SuperFaintACTIVE = false
  771. SuperFaint.MouseButton1Click:connect(function()
  772.     SuperFaintACTIVE = not SuperFaintACTIVE
  773.     if SuperFaintACTIVE then
  774.         track:Play(.1, 1, 1e8)
  775.         SuperFaint.BackgroundColor3 = loc
  776.     else
  777.         track:Stop()
  778.         SuperFaint.BackgroundColor3 = col
  779.     end
  780. end)
  781.  
  782. local Anim = Instance.new("Animation")
  783. Anim.AnimationId = "rbxassetid://313762630"
  784. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  785. track.Looped = true
  786. local LevitateACTIVE = false
  787. Levitate.MouseButton1Click:connect(function()
  788.     LevitateACTIVE = not LevitateACTIVE
  789.     if LevitateACTIVE then
  790.         track:Play(.1, 1, 1)
  791.         Levitate.BackgroundColor3 = loc
  792.     else
  793.         track:Stop()
  794.         Levitate.BackgroundColor3 = col
  795.     end
  796. end)
  797.  
  798. local Anim = Instance.new("Animation")
  799. Anim.AnimationId = "rbxassetid://183412246"
  800. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  801. track.Looped = true
  802. local DabACTIVE = false
  803. Dab.MouseButton1Click:connect(function()
  804.     DabACTIVE = not DabACTIVE
  805.     if DabACTIVE then
  806.         track:Play(.1, 1, 1)
  807.         Dab.BackgroundColor3 = loc
  808.     else
  809.         track:Stop()
  810.         Dab.BackgroundColor3 = col
  811.     end
  812. end)
  813.  
  814. local Anim = Instance.new("Animation")
  815. Anim.AnimationId = "rbxassetid://188632011"
  816. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  817. track.Looped = true
  818. local SpinACTIVE = false
  819. Spinner.MouseButton1Click:connect(function()
  820.     SpinACTIVE = not SpinACTIVE
  821.     if SpinACTIVE then
  822.         track:Play(.1, 1, 1)
  823.         Spinner.BackgroundColor3 = loc
  824.     else
  825.         track:Stop()
  826.         Spinner.BackgroundColor3 = col
  827.     end
  828. end)
  829.  
  830. local Anim = Instance.new("Animation")
  831. Anim.AnimationId = "rbxassetid://179224234"
  832. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  833. track.Looped = true
  834. local FloatSitACTIVE = false
  835. FloatSit.MouseButton1Click:connect(function()
  836.     FloatSitACTIVE = not FloatSitACTIVE
  837.     if FloatSitACTIVE then
  838.         track:Play(.1, 1, 1)
  839.         FloatSit.BackgroundColor3 = loc
  840.     else
  841.         track:Stop()
  842.         FloatSit.BackgroundColor3 = col
  843.     end
  844. end)
  845.  
  846. local Anim = Instance.new("Animation")
  847. Anim.AnimationId = "rbxassetid://429703734"
  848. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  849. track.Looped = true
  850. local MovingDanceACTIVE = false
  851. MovingDance.MouseButton1Click:connect(function()
  852.     MovingDanceACTIVE = not MovingDanceACTIVE
  853.     if MovingDanceACTIVE then
  854.         track:Play(.1, 1, 1)
  855.         MovingDance.BackgroundColor3 = loc
  856.     else
  857.         track:Stop()
  858.         MovingDance.BackgroundColor3 = col
  859.     end
  860. end)
  861.  
  862. local Anim = Instance.new("Animation")
  863. Anim.AnimationId = "rbxassetid://215384594"
  864. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  865. track.Looped = true
  866. local WeirdMoveACTIVE = false
  867. WeirdMove.MouseButton1Click:connect(function()
  868.     WeirdMoveACTIVE = not WeirdMoveACTIVE
  869.     if WeirdMoveACTIVE then
  870.         track:Play(.1, 1, 1)
  871.         WeirdMove.BackgroundColor3 = loc
  872.     else
  873.         track:Stop()
  874.         WeirdMove.BackgroundColor3 = col
  875.     end
  876. end)
  877.  
  878. local Anim = Instance.new("Animation")
  879. Anim.AnimationId = "rbxassetid://215384594"
  880. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  881. track.Looped = true
  882. local CloneIllusionACTIVE = false
  883. CloneIllusion.MouseButton1Click:connect(function()
  884.     CloneIllusionACTIVE = not CloneIllusionACTIVE
  885.     if CloneIllusionACTIVE then
  886.         track:Play(.1, 1, 1e7)
  887.         CloneIllusion.BackgroundColor3 = loc
  888.     else
  889.         track:Stop()
  890.         CloneIllusion.BackgroundColor3 = col
  891.     end
  892. end)
  893.  
  894. local Anim = Instance.new("Animation")
  895. Anim.AnimationId = "rbxassetid://313762630"
  896. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  897. track.Looped = true
  898. local GlitchLevitateACTIVE = false
  899. GlitchLevitate.MouseButton1Click:connect(function()
  900.     GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  901.     if GlitchLevitateACTIVE then
  902.         track:Play(.1, 1, 1e7)
  903.         GlitchLevitate.BackgroundColor3 = loc
  904.     else
  905.         track:Stop()
  906.         GlitchLevitate.BackgroundColor3 = col
  907.     end
  908. end)
  909.  
  910. local Anim = Instance.new("Animation")
  911. Anim.AnimationId = "rbxassetid://429730430"
  912. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  913. track.Looped = true
  914. local SpinDanceACTIVE = false
  915. SpinDance.MouseButton1Click:connect(function()
  916.     SpinDanceACTIVE = not SpinDanceACTIVE
  917.     if SpinDanceACTIVE then
  918.         track:Play(.1, 1, 1)
  919.         SpinDance.BackgroundColor3 = loc
  920.     else
  921.         track:Stop()
  922.         SpinDance.BackgroundColor3 = col
  923.     end
  924. end)
  925.  
  926. local Anim = Instance.new("Animation")
  927. Anim.AnimationId = "rbxassetid://45834924"
  928. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  929. track.Looped = true
  930. local MoonDanceACTIVE = false
  931. MoonDance.MouseButton1Click:connect(function()
  932.     MoonDanceACTIVE = not MoonDanceACTIVE
  933.     if MoonDanceACTIVE then
  934.         track:Play(.1, 1, 1)
  935.         MoonDance.BackgroundColor3 = loc
  936.     else
  937.         track:Stop()
  938.         MoonDance.BackgroundColor3 = col
  939.     end
  940. end)
  941.  
  942. local Anim = Instance.new("Animation")
  943. Anim.AnimationId = "rbxassetid://204062532"
  944. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  945. track.Looped = true
  946. local FullPunchACTIVE = false
  947. FullPunch.MouseButton1Click:connect(function()
  948.     FullPunchACTIVE = not FullPunchACTIVE
  949.     if FullPunchACTIVE then
  950.         track:Play(.1, 1, 1)
  951.         FullPunch.BackgroundColor3 = loc
  952.     else
  953.         track:Stop()
  954.         FullPunch.BackgroundColor3 = col
  955.     end
  956. end)
  957.  
  958. local Anim = Instance.new("Animation")
  959. Anim.AnimationId = "rbxassetid://186934910"
  960. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  961. track.Looped = true
  962. local SpinDance2ACTIVE = false
  963. SpinDance2.MouseButton1Click:connect(function()
  964.     SpinDance2ACTIVE = not SpinDance2ACTIVE
  965.     if SpinDance2ACTIVE then
  966.         track:Play(.1, 1, 1)
  967.         SpinDance2.BackgroundColor3 = loc
  968.     else
  969.         track:Stop()
  970.         SpinDance2.BackgroundColor3 = col
  971.     end
  972. end)
  973.  
  974. local Anim = Instance.new("Animation")
  975. Anim.AnimationId = "rbxassetid://204292303"
  976. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  977. track.Looped = true
  978. local BowDownACTIVE = false
  979. BowDown.MouseButton1Click:connect(function()
  980.     BowDownACTIVE = not BowDownACTIVE
  981.     if BowDownACTIVE then
  982.         track:Play(.1, 1, 1)
  983.         BowDown.BackgroundColor3 = loc
  984.     else
  985.         track:Stop()
  986.         BowDown.BackgroundColor3 = col
  987.     end
  988. end)
  989.  
  990. local Anim = Instance.new("Animation")
  991. Anim.AnimationId = "rbxassetid://204295235"
  992. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  993. track.Looped = true
  994. local SwordSlamACTIVE = false
  995. SwordSlam.MouseButton1Click:connect(function()
  996.     SwordSlamACTIVE = not SwordSlamACTIVE
  997.     if SwordSlamACTIVE then
  998.         track:Play(.1, 1, 1)
  999.         SwordSlam.BackgroundColor3 = loc
  1000.     else
  1001.         track:Stop()
  1002.         SwordSlam.BackgroundColor3 = col
  1003.     end
  1004. end)
  1005.  
  1006. local Anim = Instance.new("Animation")
  1007. Anim.AnimationId = "rbxassetid://204295235"
  1008. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1009. track.Looped = true
  1010. local LoopSlamACTIVE = false
  1011. LoopSlam.MouseButton1Click:connect(function()
  1012.     LoopSlamACTIVE = not LoopSlamACTIVE
  1013.     if LoopSlamACTIVE then
  1014.         track:Play(.1, 1, 1e7)
  1015.         LoopSlam.BackgroundColor3 = loc
  1016.     else
  1017.         track:Stop()
  1018.         LoopSlam.BackgroundColor3 = col
  1019.     end
  1020. end)
  1021.  
  1022. local Anim = Instance.new("Animation")
  1023. Anim.AnimationId = "rbxassetid://184574340"
  1024. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1025. track.Looped = true
  1026. local MegaInsaneACTIVE = false
  1027. MegaInsane.MouseButton1Click:connect(function()
  1028.     MegaInsaneACTIVE = not MegaInsaneACTIVE
  1029.     if MegaInsaneACTIVE then
  1030.         track:Play(.1, 1, 1e8)
  1031.         MegaInsane.BackgroundColor3 = loc
  1032.     else
  1033.         track:Stop()
  1034.         MegaInsane.BackgroundColor3 = col
  1035.     end
  1036. end)
  1037.  
  1038. local Anim = Instance.new("Animation")
  1039. Anim.AnimationId = "rbxassetid://126753849"
  1040. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1041. track.Looped = true
  1042. local SuperPunchACTIVE = false
  1043. SuperPunch.MouseButton1Click:connect(function()
  1044.     SuperPunchACTIVE = not SuperPunchACTIVE
  1045.     if SuperPunchACTIVE then
  1046.         track:Play(.1, 1, 3)
  1047.         SuperPunch.BackgroundColor3 = loc
  1048.     else
  1049.         track:Stop()
  1050.         SuperPunch.BackgroundColor3 = col
  1051.     end
  1052. end)
  1053.  
  1054. local Anim = Instance.new("Animation")
  1055. Anim.AnimationId = "rbxassetid://218504594"
  1056. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1057. track.Looped = true
  1058. local FullSwingACTIVE = false
  1059. FullSwing.MouseButton1Click:connect(function()
  1060.     FullSwingACTIVE = not FullSwingACTIVE
  1061.     if FullSwingACTIVE then
  1062.         track:Play(.1, 1, 1)
  1063.         FullSwing.BackgroundColor3 = loc
  1064.     else
  1065.         track:Stop()
  1066.         FullSwing.BackgroundColor3 = col
  1067.     end
  1068. end)
  1069.  
  1070. local Anim = Instance.new("Animation")
  1071. Anim.AnimationId = "rbxassetid://259438880"
  1072. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1073. track.Looped = true
  1074. local ArmTurbineACTIVE = false
  1075. ArmTurbine.MouseButton1Click:connect(function()
  1076.     ArmTurbineACTIVE = not ArmTurbineACTIVE
  1077.     if ArmTurbineACTIVE then
  1078.         track:Play(.1, 1, 1e3)
  1079.         ArmTurbine.BackgroundColor3 = loc
  1080.     else
  1081.         track:Stop()
  1082.         ArmTurbine.BackgroundColor3 = col
  1083.     end
  1084. end)
  1085.  
  1086. local Anim = Instance.new("Animation")
  1087. Anim.AnimationId = "rbxassetid://136801964"
  1088. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1089. track.Looped = true
  1090. local BarrelRollACTIVE = false
  1091. BarrelRoll.MouseButton1Click:connect(function()
  1092.     BarrelRollACTIVE = not BarrelRollACTIVE
  1093.     if BarrelRollACTIVE then
  1094.         track:Play(.1, 1, 1)
  1095.         BarrelRoll.BackgroundColor3 = loc
  1096.     else
  1097.         track:Stop()
  1098.         BarrelRoll.BackgroundColor3 = col
  1099.     end
  1100. end)
  1101.  
  1102. local Anim = Instance.new("Animation")
  1103. Anim.AnimationId = "rbxassetid://180612465"
  1104. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1105. track.Looped = true
  1106. local ScaredACTIVE = false
  1107. Scared.MouseButton1Click:connect(function()
  1108.     ScaredACTIVE = not ScaredACTIVE
  1109.     if ScaredACTIVE then
  1110.         track:Play(.1, 1, 1)
  1111.         Scared.BackgroundColor3 = loc
  1112.     else
  1113.         track:Stop()
  1114.         Scared.BackgroundColor3 = col
  1115.     end
  1116. end)
  1117.  
  1118. local Anim = Instance.new("Animation")
  1119. Anim.AnimationId = "rbxassetid://33796059"
  1120. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1121. track.Looped = true
  1122. local InsaneACTIVE = false
  1123. Insane.MouseButton1Click:connect(function()
  1124.     InsaneACTIVE = not InsaneACTIVE
  1125.     if InsaneACTIVE then
  1126.         track:Play(.1, 1, 1e8)
  1127.         Insane.BackgroundColor3 = loc
  1128.     else
  1129.         track:Stop()
  1130.         Insane.BackgroundColor3 = col
  1131.     end
  1132. end)
  1133.  
  1134. local Anim = Instance.new("Animation")
  1135. Anim.AnimationId = "rbxassetid://33169583"
  1136. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1137. track.Looped = true
  1138. local ArmDetachACTIVE = false
  1139. ArmDetach.MouseButton1Click:connect(function()
  1140.     ArmDetachACTIVE = not ArmDetachACTIVE
  1141.     if ArmDetachACTIVE then
  1142.         track:Play(.1, 1, 1e7)
  1143.         ArmDetach.BackgroundColor3 = loc
  1144.     else
  1145.         track:Stop()
  1146.         ArmDetach.BackgroundColor3 = col
  1147.     end
  1148. end)
  1149.  
  1150. local Anim = Instance.new("Animation")
  1151. Anim.AnimationId = "rbxassetid://35978879"
  1152. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1153. track.Looped = true
  1154. local SwordSliceACTIVE = false
  1155. SwordSlice.MouseButton1Click:connect(function()
  1156.     SwordSliceACTIVE = not SwordSliceACTIVE
  1157.     if SwordSliceACTIVE then
  1158.         track:Play(.1, 1, 1)
  1159.         SwordSlice.BackgroundColor3 = loc
  1160.     else
  1161.         track:Stop()
  1162.         SwordSlice.BackgroundColor3 = col
  1163.     end
  1164. end)
  1165.  
  1166. local Anim = Instance.new("Animation")
  1167. Anim.AnimationId = "rbxassetid://27432691"
  1168. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1169. track.Looped = true
  1170. local InsaneArmsACTIVE = false
  1171. InsaneArms.MouseButton1Click:connect(function()
  1172.     InsaneArmsACTIVE = not InsaneArmsACTIVE
  1173.     if InsaneArmsACTIVE then
  1174.         track:Play(.1, 1, 1e7)
  1175.         InsaneArms.BackgroundColor3 = loc
  1176.     else
  1177.         track:Stop()
  1178.         InsaneArms.BackgroundColor3 = col
  1179.     end
  1180. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement