Advertisement
Waffle212

Untitled

Apr 17th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 65.28 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local scripthub = Instance.new("ScreenGui")
  5. local scripthub_2 = Instance.new("Frame")
  6. local adminmenu = Instance.new("TextButton")
  7. local RemoteSpy = Instance.new("TextButton")
  8. local ctrltp = Instance.new("TextButton")
  9. local noclip = Instance.new("TextButton")
  10. local FEanimationgui = Instance.new("TextButton")
  11. local biggui = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Webhook = Instance.new("TextButton")
  15. --Properties:
  16. scripthub.Name = "script hub"
  17. scripthub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. scripthub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. scripthub_2.Name = "script hub"
  21. scripthub_2.Parent = scripthub
  22. scripthub_2.BackgroundColor3 = Color3.new(0.52549, 0.109804, 1)
  23. scripthub_2.Position = UDim2.new(0.147578895, 0, 0.260614991, 0)
  24. scripthub_2.Size = UDim2.new(0, 640, 0, 278)
  25.  
  26. adminmenu.Name = "admin menu"
  27. adminmenu.Parent = scripthub_2
  28. adminmenu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  29. adminmenu.Position = UDim2.new(0, 0, 0.224550903, 0)
  30. adminmenu.Size = UDim2.new(0, 130, 0, 50)
  31. adminmenu.Font = Enum.Font.SourceSans
  32. adminmenu.Text = "Admin Menu"
  33. adminmenu.TextColor3 = Color3.new(0, 0, 0)
  34. adminmenu.TextScaled = true
  35. adminmenu.TextSize = 14
  36. adminmenu.TextWrapped = true
  37.  
  38. RemoteSpy.Name = "Remote Spy"
  39. RemoteSpy.Parent = scripthub_2
  40. RemoteSpy.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  41. RemoteSpy.Position = UDim2.new(0.229547843, 0, 0.224550903, 0)
  42. RemoteSpy.Size = UDim2.new(0, 130, 0, 50)
  43. RemoteSpy.Font = Enum.Font.SourceSans
  44. RemoteSpy.Text = "Remote Spy"
  45. RemoteSpy.TextColor3 = Color3.new(0, 0, 0)
  46. RemoteSpy.TextScaled = true
  47. RemoteSpy.TextSize = 14
  48. RemoteSpy.TextWrapped = true
  49.  
  50. ctrltp.Name = "ctrl tp"
  51. ctrltp.Parent = scripthub_2
  52. ctrltp.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  53. ctrltp.Position = UDim2.new(0.229547843, 0, 0.479041934, 0)
  54. ctrltp.Size = UDim2.new(0, 130, 0, 50)
  55. ctrltp.Font = Enum.Font.SourceSans
  56. ctrltp.Text = "Ctrl + Click to tp"
  57. ctrltp.TextColor3 = Color3.new(0, 0, 0)
  58. ctrltp.TextScaled = true
  59. ctrltp.TextSize = 14
  60. ctrltp.TextWrapped = true
  61.  
  62. noclip.Name = "noclip"
  63. noclip.Parent = scripthub_2
  64. noclip.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  65. noclip.Position = UDim2.new(1.86264515e-08, 0, 0.479041934, 0)
  66. noclip.Size = UDim2.new(0, 130, 0, 50)
  67. noclip.Font = Enum.Font.SourceSans
  68. noclip.Text = "Press \"E\" to Noclip"
  69. noclip.TextColor3 = Color3.new(0, 0, 0)
  70. noclip.TextScaled = true
  71. noclip.TextSize = 14
  72. noclip.TextWrapped = true
  73.  
  74. FEanimationgui.Name = "FE animation gui"
  75. FEanimationgui.Parent = scripthub_2
  76. FEanimationgui.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  77. FEanimationgui.Position = UDim2.new(1.86264515e-08, 0, 0.730538964, 0)
  78. FEanimationgui.Size = UDim2.new(0, 130, 0, 50)
  79. FEanimationgui.Font = Enum.Font.SourceSans
  80. FEanimationgui.Text = "FE animation gui"
  81. FEanimationgui.TextColor3 = Color3.new(0, 0, 0)
  82. FEanimationgui.TextScaled = true
  83. FEanimationgui.TextSize = 14
  84. FEanimationgui.TextWrapped = true
  85.  
  86. biggui.Name = "big gui"
  87. biggui.Parent = scripthub_2
  88. biggui.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  89. biggui.Position = UDim2.new(0.229547843, 0, 0.730538905, 0)
  90. biggui.Size = UDim2.new(0, 130, 0, 50)
  91. biggui.Font = Enum.Font.SourceSans
  92. biggui.Text = "Big Gui"
  93. biggui.TextColor3 = Color3.new(0, 0, 0)
  94. biggui.TextScaled = true
  95. biggui.TextSize = 14
  96. biggui.TextWrapped = true
  97.  
  98. close.Name = "close"
  99. close.Parent = scripthub_2
  100. close.BackgroundColor3 = Color3.new(1, 1, 1)
  101. close.BackgroundTransparency = 1
  102. close.Position = UDim2.new(0.945791304, 0, 0, 0)
  103. close.Size = UDim2.new(0, 34, 0, 26)
  104. close.Font = Enum.Font.SourceSans
  105. close.Text = "X"
  106. close.TextColor3 = Color3.new(0, 0, 0)
  107. close.TextScaled = true
  108. close.TextSize = 14
  109. close.TextWrapped = true
  110.  
  111. TextLabel.Parent = scripthub_2
  112. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  113. TextLabel.BackgroundTransparency = 1
  114. TextLabel.Position = UDim2.new(0.185937494, 0, 0, 0)
  115. TextLabel.Size = UDim2.new(0, 396, 0, 50)
  116. TextLabel.Font = Enum.Font.SourceSans
  117. TextLabel.Text = "Ultimate Gui"
  118. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  119. TextLabel.TextScaled = true
  120. TextLabel.TextSize = 14
  121. TextLabel.TextStrokeColor3 = Color3.new(1, 0.666667, 0)
  122. TextLabel.TextWrapped = true
  123.  
  124. Webhook.Name = "Webhook"
  125. Webhook.Parent = scripthub_2
  126. Webhook.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  127. Webhook.Position = UDim2.new(0.457672834, 0, 0.730538905, 0)
  128. Webhook.Size = UDim2.new(0, 130, 0, 50)
  129. Webhook.Font = Enum.Font.SourceSans
  130. Webhook.Text = "Webhook"
  131. Webhook.TextColor3 = Color3.new(0, 0, 0)
  132. Webhook.TextScaled = true
  133. Webhook.TextSize = 14
  134. Webhook.TextWrapped = true
  135. -- Scripts:
  136. function SCRIPT_IFVE66_FAKESCRIPT() -- adminmenu.LocalScript
  137.     local script = Instance.new('LocalScript')
  138.     script.Parent = adminmenu
  139.     script.Parent.MouseButton1Click:Connect(function()
  140.         loadstring(game:HttpGet("https://pastebin.com/raw/jPrrwew4", true))()
  141.     end)
  142.  
  143. end
  144. coroutine.resume(coroutine.create(SCRIPT_IFVE66_FAKESCRIPT))
  145. function SCRIPT_GUFM72_FAKESCRIPT() -- RemoteSpy.LocalScript
  146.     local script = Instance.new('LocalScript')
  147.     script.Parent = RemoteSpy
  148.     script.Parent.MouseButton1Click:Connect(function()
  149.         loadstring(game:HttpGet("https://mrspyv2source.000webhostapp.com/", true))()
  150.    
  151.     end)
  152.    
  153.  
  154. end
  155. coroutine.resume(coroutine.create(SCRIPT_GUFM72_FAKESCRIPT))
  156. function SCRIPT_ZHSU71_FAKESCRIPT() -- ctrltp.LocalScript
  157.     local script = Instance.new('LocalScript')
  158.     script.Parent = ctrltp
  159.     script.Parent.MouseButton1Click:Connect(function()
  160.         local Plr = game:GetService("Players").LocalPlayer
  161.     local Mouse = Plr:GetMouse()
  162.    
  163.     Mouse.Button1Down:connect(function()
  164.     if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  165.     if not Mouse.Target then return end
  166.     Plr.Character:MoveTo(Mouse.Hit.p)
  167.     end)
  168.     end)
  169.  
  170. end
  171. coroutine.resume(coroutine.create(SCRIPT_ZHSU71_FAKESCRIPT))
  172. function SCRIPT_WUQW71_FAKESCRIPT() -- noclip.LocalScript
  173.     local script = Instance.new('LocalScript')
  174.     script.Parent = noclip
  175.     script.Parent.MouseButton1Click:Connect(function()
  176.         noclip = false
  177.     game:GetService('RunService').Stepped:connect(function()
  178.     if noclip then
  179.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  180.     end
  181.     end)
  182.     plr = game.Players.LocalPlayer
  183.     mouse = plr:GetMouse()
  184.     mouse.KeyDown:connect(function(key)
  185.    
  186.     if key == "e" then
  187.     noclip = not noclip
  188.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  189.     end
  190.     end)
  191.     print('Loaded')
  192.     print('Press "E" to noclip')
  193.     end)
  194.    
  195.  
  196. end
  197. coroutine.resume(coroutine.create(SCRIPT_WUQW71_FAKESCRIPT))
  198. function SCRIPT_UXPI76_FAKESCRIPT() -- FEanimationgui.LocalScript
  199.     local script = Instance.new('LocalScript')
  200.     script.Parent = FEanimationgui
  201.     script.Parent.MouseButton1Click:Connect(function()
  202.         -- Objects
  203.    
  204.     local Energize = Instance.new("ScreenGui") -- The actual GUI
  205.     local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  206.     local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  207.     local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  208.     local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  209.     local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  210.     local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  211.     local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  212.     local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  213.     local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  214.    
  215.     local CrazySlash = Instance.new("TextButton")--COMPLETE
  216.     local Open = Instance.new("TextButton")--COMPLETE
  217.     local R15Spinner = Instance.new("TextButton")--COMPLETE
  218.     local ArmsOut = Instance.new("TextButton")--COMPLETE
  219.     local FloatSlash = Instance.new("TextButton")--COMPLETE
  220.     local WeirdZombie = Instance.new("TextButton")--COMPLETE
  221.     local DownSlash = Instance.new("TextButton")--COMPLETE
  222.     local Pull = Instance.new("TextButton")--COMPLETE
  223.     local CircleArm = Instance.new("TextButton")--COMPLETE
  224.     local Bend = Instance.new("TextButton")--COMPLETE
  225.     local RotateSlash = Instance.new("TextButton")--COMPLETE
  226.     local FlingArms = Instance.new("TextButton")--COMPLETE
  227.    
  228.     local FullSwing = Instance.new("TextButton")--COMPLETE
  229.     local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  230.     local MoonDance = Instance.new("TextButton")--COMPLETE
  231.     local FullPunch = Instance.new("TextButton")--COMPLETE
  232.     local Crouch = Instance.new("TextButton")--COMPLETE
  233.     local SpinDance = Instance.new("TextButton")--COMPLETE
  234.     local FloorFaint = Instance.new("TextButton")--COMPLETE
  235.     local JumpingJacks = Instance.new("TextButton")--COMPLETE
  236.     local Spinner = Instance.new("TextButton")--COMPLETE
  237.     local MegaInsane = Instance.new("TextButton")--COMPLETE
  238.     local ArmDetach = Instance.new("TextButton")--COMPLETE
  239.     local WeirdMove = Instance.new("TextButton")--COMPLETE
  240.     local Faint = Instance.new("TextButton")--COMPLETE
  241.     local CloneIllusion = Instance.new("TextButton")--COMPLETE
  242.     local Levitate = Instance.new("TextButton")--COMPLETE
  243.     local DinoWalk = Instance.new("TextButton")--COMPLETE
  244.     local FloorCrawl = Instance.new("TextButton")--COMPLETE
  245.     local SwordSlam = Instance.new("TextButton")--COMPLETE
  246.     local LoopHead = Instance.new("TextButton")--COMPLETE
  247.     local HeroJump = Instance.new("TextButton")--COMPLETE
  248.     local Insane = Instance.new("TextButton")--COMPLETE
  249.     local FloatingHead = Instance.new("TextButton")--COMPLETE
  250.     local HeadThrow = Instance.new("TextButton")--COMPLETE
  251.     local MovingDance = Instance.new("TextButton")--COMPLETE
  252.     local SuperPunch = Instance.new("TextButton")--COMPLETE
  253.     local ArmTurbine = Instance.new("TextButton")--COMPLETE
  254.     local Dab = Instance.new("TextButton")--COMPLETE
  255.     local FloatSit = Instance.new("TextButton")--COMPLETE
  256.     local SuperFaint = Instance.new("TextButton")--COMPLETE
  257.     local BarrelRoll = Instance.new("TextButton")--COMPLETE
  258.     local Scared = Instance.new("TextButton")--COMPLETE
  259.     local InsaneArms = Instance.new("TextButton")--COMPLETE
  260.     local SwordSlice = Instance.new("TextButton")--COMPLETE
  261.     local SpinDance2 = Instance.new("TextButton")--COMPLETE
  262.     local BowDown = Instance.new("TextButton")--COMPLETE
  263.     local LoopSlam = Instance.new("TextButton")--COMPLETE
  264.    
  265.     local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  266.     local CloseGUI = Instance.new("TextButton") -- To close the GUI
  267.     local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  268.    
  269.     -- Properties
  270.    
  271.     Energize.Name = "A N I M A T I O N S"
  272.     Energize.Parent = game.Players.LocalPlayer.PlayerGui
  273.    
  274.     SideFrame.Name = "SideFrame"
  275.     SideFrame.Parent = Energize
  276.     SideFrame.Active = true
  277.     SideFrame.BackgroundColor3 = Color3.new(1, 0.7, 0.129412)
  278.     SideFrame.Draggable = true
  279.     SideFrame.Position = UDim2.new(0, 376, 0, 125)
  280.     SideFrame.Size = UDim2.new(0, 460, 0, 32)
  281.     SideFrame.Visible = false
  282.    
  283.     OpenGUI.Name = "OpenGUI"
  284.     OpenGUI.Parent = SideFrame
  285.     OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  286.     OpenGUI.BackgroundTransparency = 1
  287.     OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  288.     OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  289.     OpenGUI.Font = Enum.Font.SourceSans
  290.     OpenGUI.FontSize = Enum.FontSize.Size48
  291.     OpenGUI.Text = "X"
  292.     OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  293.     OpenGUI.TextSize = 40
  294.     OpenGUI.TextWrapped = true
  295.    
  296.     SideFrameTitle.Name = "SideFrameTitle"
  297.     SideFrameTitle.Parent = SideFrame
  298.     SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  299.     SideFrameTitle.BackgroundTransparency = 1
  300.     SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  301.     SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  302.     SideFrameTitle.Font = Enum.Font.Arial
  303.     SideFrameTitle.FontSize = Enum.FontSize.Size24
  304.     SideFrameTitle.Text = "¦Energize¦"
  305.     SideFrameTitle.TextSize = 21
  306.     SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  307.     SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  308.    
  309.     MainFrame.Name = "MainFrame"
  310.     MainFrame.Parent = Energize
  311.     MainFrame.Active = true
  312.     MainFrame.BackgroundColor3 = Color3.new(0.8, 1, 1)
  313.     MainFrame.BackgroundTransparency = 1
  314.     MainFrame.Draggable = true
  315.     MainFrame.Position = UDim2.new(0, 376, 0, 125)
  316.     MainFrame.Size = UDim2.new(0, 444, 0, 280)
  317.    
  318.     GuiBottomFrame.Name = "Gui BottomFrame"
  319.     GuiBottomFrame.Parent = MainFrame
  320.     GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  321.     GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  322.     GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  323.     GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  324.    
  325.     Credits.Name = "Credits"
  326.     Credits.Parent = GuiBottomFrame
  327.     Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  328.     Credits.BackgroundTransparency = 1
  329.     Credits.Size = UDim2.new(0, 460, 0, 32)
  330.     Credits.FontSize = Enum.FontSize.Size14
  331.     Credits.Text = "FE Animations Gui"
  332.     Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  333.     Credits.TextSize = 14
  334.     Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  335.     Credits.TextStrokeTransparency = 0.69999998807907
  336.     Credits.TextWrapped = true
  337.    
  338.     ScrollingFrame.Parent = MainFrame
  339.     ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  340.     ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  341.     ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  342.     ScrollingFrame.ScrollBarThickness = 13
  343.    
  344.     FullSwing.Name = "FullSwing"
  345.     FullSwing.Parent = ScrollingFrame
  346.     FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  347.     FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  348.     FullSwing.Position = UDim2.new(0, 17, 0, 322)
  349.     FullSwing.Size = UDim2.new(0, 119, 0, 34)
  350.     FullSwing.Font = Enum.Font.Highway
  351.     FullSwing.FontSize = Enum.FontSize.Size24
  352.     FullSwing.Text = "Full Swing"
  353.     FullSwing.TextSize = 20
  354.     FullSwing.TextWrapped = true
  355.    
  356.     GlitchLevitate.Name = "GlitchLevitate"
  357.     GlitchLevitate.Parent = ScrollingFrame
  358.     GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  359.     GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  360.     GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  361.     GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  362.     GlitchLevitate.Font = Enum.Font.Highway
  363.     GlitchLevitate.FontSize = Enum.FontSize.Size24
  364.     GlitchLevitate.Text = "Glitch Levitate"
  365.     GlitchLevitate.TextSize = 20
  366.     GlitchLevitate.TextWrapped = true
  367.    
  368.     MoonDance.Name = "MoonDance"
  369.     MoonDance.Parent = ScrollingFrame
  370.     MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  371.     MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  372.     MoonDance.Position = UDim2.new(0, 319, 0, 280)
  373.     MoonDance.Size = UDim2.new(0, 119, 0, 34)
  374.     MoonDance.Font = Enum.Font.Highway
  375.     MoonDance.FontSize = Enum.FontSize.Size24
  376.     MoonDance.Text = "Moon Dance"
  377.     MoonDance.TextSize = 20
  378.     MoonDance.TextWrapped = true
  379.    
  380.     FullPunch.Name = "FullPunch"
  381.     FullPunch.Parent = ScrollingFrame
  382.     FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  383.     FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  384.     FullPunch.Position = UDim2.new(0, 17, 0, 280)
  385.     FullPunch.Size = UDim2.new(0, 119, 0, 34)
  386.     FullPunch.Font = Enum.Font.Highway
  387.     FullPunch.FontSize = Enum.FontSize.Size24
  388.     FullPunch.Text = "Full Punch"
  389.     FullPunch.TextSize = 20
  390.     FullPunch.TextWrapped = true
  391.    
  392.     Crouch.Name = "Crouch"
  393.     Crouch.Parent = ScrollingFrame
  394.     Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  395.     Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  396.     Crouch.Position = UDim2.new(0, 168, 0, 280)
  397.     Crouch.Size = UDim2.new(0, 119, 0, 34)
  398.     Crouch.Font = Enum.Font.Highway
  399.     Crouch.FontSize = Enum.FontSize.Size24
  400.     Crouch.Text = "Crouch"
  401.     Crouch.TextSize = 20
  402.     Crouch.TextWrapped = true
  403.    
  404.     SpinDance.Name = "SpinDance"
  405.     SpinDance.Parent = ScrollingFrame
  406.     SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  407.     SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  408.     SpinDance.Position = UDim2.new(0, 168, 0, 236)
  409.     SpinDance.Size = UDim2.new(0, 119, 0, 34)
  410.     SpinDance.Font = Enum.Font.Highway
  411.     SpinDance.FontSize = Enum.FontSize.Size24
  412.     SpinDance.Text = "Spin Dance"
  413.     SpinDance.TextSize = 20
  414.     SpinDance.TextWrapped = true
  415.    
  416.     FloorFaint.Name = "FloorFaint"
  417.     FloorFaint.Parent = ScrollingFrame
  418.     FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  419.     FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  420.     FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  421.     FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  422.     FloorFaint.Font = Enum.Font.Highway
  423.     FloorFaint.FontSize = Enum.FontSize.Size24
  424.     FloorFaint.Text = "Floor Faint"
  425.     FloorFaint.TextSize = 20
  426.     FloorFaint.TextWrapped = true
  427.    
  428.     JumpingJacks.Name = "JumpingJacks"
  429.     JumpingJacks.Parent = ScrollingFrame
  430.     JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  431.     JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  432.     JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  433.     JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  434.     JumpingJacks.Font = Enum.Font.Highway
  435.     JumpingJacks.FontSize = Enum.FontSize.Size24
  436.     JumpingJacks.Text = "Jumping Jacks"
  437.     JumpingJacks.TextSize = 20
  438.     JumpingJacks.TextWrapped = true
  439.    
  440.     Spinner.Name = "Spinner"
  441.     Spinner.Parent = ScrollingFrame
  442.     Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  443.     Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  444.     Spinner.Position = UDim2.new(0, 17, 0, 192)
  445.     Spinner.Size = UDim2.new(0, 119, 0, 34)
  446.     Spinner.Font = Enum.Font.Highway
  447.     Spinner.FontSize = Enum.FontSize.Size24
  448.     Spinner.Text = "Spinner"
  449.     Spinner.TextSize = 20
  450.     Spinner.TextWrapped = true
  451.    
  452.     MegaInsane.Name = "MegaInsane"
  453.     MegaInsane.Parent = ScrollingFrame
  454.     MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  455.     MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  456.     MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  457.     MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  458.     MegaInsane.Font = Enum.Font.Highway
  459.     MegaInsane.FontSize = Enum.FontSize.Size24
  460.     MegaInsane.Text = "Mega Insane"
  461.     MegaInsane.TextSize = 20
  462.     MegaInsane.TextWrapped = true
  463.    
  464.     ArmDetach.Name = "ArmDetach"
  465.     ArmDetach.Parent = ScrollingFrame
  466.     ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  467.     ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  468.     ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  469.     ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  470.     ArmDetach.Font = Enum.Font.Highway
  471.     ArmDetach.FontSize = Enum.FontSize.Size24
  472.     ArmDetach.Text = "Arm Detach"
  473.     ArmDetach.TextSize = 20
  474.     ArmDetach.TextWrapped = true
  475.    
  476.     WeirdMove.Name = "WeirdMove"
  477.     WeirdMove.Parent = ScrollingFrame
  478.     WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  479.     WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  480.     WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  481.     WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  482.     WeirdMove.Font = Enum.Font.Highway
  483.     WeirdMove.FontSize = Enum.FontSize.Size24
  484.     WeirdMove.Text = "Weird Move"
  485.     WeirdMove.TextSize = 20
  486.     WeirdMove.TextWrapped = true
  487.    
  488.     Faint.Name = "Faint"
  489.     Faint.Parent = ScrollingFrame
  490.     Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  491.     Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  492.     Faint.Position = UDim2.new(0, 17, 0, 148)
  493.     Faint.Size = UDim2.new(0, 119, 0, 34)
  494.     Faint.Font = Enum.Font.Highway
  495.     Faint.FontSize = Enum.FontSize.Size24
  496.     Faint.Text = "Faint"
  497.     Faint.TextSize = 20
  498.     Faint.TextWrapped = true
  499.    
  500.     CloneIllusion.Name = "CloneIllusion"
  501.     CloneIllusion.Parent = ScrollingFrame
  502.     CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  503.     CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  504.     CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  505.     CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  506.     CloneIllusion.Font = Enum.Font.Highway
  507.     CloneIllusion.FontSize = Enum.FontSize.Size24
  508.     CloneIllusion.Text = "Clone Illusion"
  509.     CloneIllusion.TextSize = 20
  510.     CloneIllusion.TextWrapped = true
  511.    
  512.     Levitate.Name = "Levitate"
  513.     Levitate.Parent = ScrollingFrame
  514.     Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  515.     Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  516.     Levitate.Position = UDim2.new(0, 17, 0, 104)
  517.     Levitate.Size = UDim2.new(0, 119, 0, 34)
  518.     Levitate.Font = Enum.Font.Highway
  519.     Levitate.FontSize = Enum.FontSize.Size24
  520.     Levitate.Text = "Levitate"
  521.     Levitate.TextSize = 20
  522.     Levitate.TextWrapped = true
  523.    
  524.     DinoWalk.Name = "DinoWalk"
  525.     DinoWalk.Parent = ScrollingFrame
  526.     DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  527.     DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  528.     DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  529.     DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  530.     DinoWalk.Font = Enum.Font.Highway
  531.     DinoWalk.FontSize = Enum.FontSize.Size24
  532.     DinoWalk.Text = "Dino Walk"
  533.     DinoWalk.TextSize = 20
  534.     DinoWalk.TextWrapped = true
  535.    
  536.     FloorCrawl.Name = "FloorCrawl"
  537.     FloorCrawl.Parent = ScrollingFrame
  538.     FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  539.     FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  540.     FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  541.     FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  542.     FloorCrawl.Font = Enum.Font.Highway
  543.     FloorCrawl.FontSize = Enum.FontSize.Size24
  544.     FloorCrawl.Text = "Floor Crawl"
  545.     FloorCrawl.TextSize = 20
  546.     FloorCrawl.TextWrapped = true
  547.    
  548.     SwordSlam.Name = "SwordSlam"
  549.     SwordSlam.Parent = ScrollingFrame
  550.     SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  551.     SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  552.     SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  553.     SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  554.     SwordSlam.Font = Enum.Font.Highway
  555.     SwordSlam.FontSize = Enum.FontSize.Size24
  556.     SwordSlam.Text = "Sword Slam"
  557.     SwordSlam.TextSize = 20
  558.     SwordSlam.TextWrapped = true
  559.    
  560.     LoopHead.Name = "LoopHead"
  561.     LoopHead.Parent = ScrollingFrame
  562.     LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  563.     LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  564.     LoopHead.Position = UDim2.new(0, 168, 0, 60)
  565.     LoopHead.Size = UDim2.new(0, 119, 0, 34)
  566.     LoopHead.Font = Enum.Font.Highway
  567.     LoopHead.FontSize = Enum.FontSize.Size24
  568.     LoopHead.Text = "Loop Head"
  569.     LoopHead.TextSize = 20
  570.     LoopHead.TextWrapped = true
  571.    
  572.     HeroJump.Name = "HeroJump"
  573.     HeroJump.Parent = ScrollingFrame
  574.     HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  575.     HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  576.     HeroJump.Position = UDim2.new(0, 17, 0, 60)
  577.     HeroJump.Size = UDim2.new(0, 119, 0, 34)
  578.     HeroJump.Font = Enum.Font.Highway
  579.     HeroJump.FontSize = Enum.FontSize.Size24
  580.     HeroJump.Text = "Hero Jump"
  581.     HeroJump.TextSize = 20
  582.     HeroJump.TextWrapped = true
  583.    
  584.     Insane.Name = "Insane"
  585.     Insane.Parent = ScrollingFrame
  586.     Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  587.     Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  588.     Insane.Position = UDim2.new(0, 319, 0, 16)
  589.     Insane.Size = UDim2.new(0, 119, 0, 34)
  590.     Insane.Font = Enum.Font.Highway
  591.     Insane.FontSize = Enum.FontSize.Size24
  592.     Insane.Text = "Insane"
  593.     Insane.TextSize = 20
  594.     Insane.TextWrapped = true
  595.    
  596.     FloatingHead.Name = "FloatingHead"
  597.     FloatingHead.Parent = ScrollingFrame
  598.     FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  599.     FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  600.     FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  601.     FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  602.     FloatingHead.Font = Enum.Font.Highway
  603.     FloatingHead.FontSize = Enum.FontSize.Size24
  604.     FloatingHead.Text = "Floating Head"
  605.     FloatingHead.TextSize = 20
  606.     FloatingHead.TextWrapped = true
  607.    
  608.     HeadThrow.Name = "HeadThrow"
  609.     HeadThrow.Parent = ScrollingFrame
  610.     HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  611.     HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  612.     HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  613.     HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  614.     HeadThrow.Font = Enum.Font.Highway
  615.     HeadThrow.FontSize = Enum.FontSize.Size24
  616.     HeadThrow.Text = "Head Throw"
  617.     HeadThrow.TextSize = 20
  618.     HeadThrow.TextWrapped = true
  619.    
  620.     MovingDance.Name = "MovingDance"
  621.     MovingDance.Parent = ScrollingFrame
  622.     MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  623.     MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  624.     MovingDance.Position = UDim2.new(0, 168, 0, 324)
  625.     MovingDance.Size = UDim2.new(0, 119, 0, 34)
  626.     MovingDance.Font = Enum.Font.Highway
  627.     MovingDance.FontSize = Enum.FontSize.Size24
  628.     MovingDance.Text = "Moving Dance"
  629.     MovingDance.TextSize = 20
  630.     MovingDance.TextWrapped = true
  631.    
  632.     SuperPunch.Name = "SuperPunch"
  633.     SuperPunch.Parent = ScrollingFrame
  634.     SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  635.     SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  636.     SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  637.     SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  638.     SuperPunch.Font = Enum.Font.Highway
  639.     SuperPunch.FontSize = Enum.FontSize.Size24
  640.     SuperPunch.Text = "Super Punch"
  641.     SuperPunch.TextSize = 20
  642.     SuperPunch.TextWrapped = true
  643.    
  644.     ArmTurbine.Name = "ArmTurbine"
  645.     ArmTurbine.Parent = ScrollingFrame
  646.     ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  647.     ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  648.     ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  649.     ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  650.     ArmTurbine.Font = Enum.Font.Highway
  651.     ArmTurbine.FontSize = Enum.FontSize.Size24
  652.     ArmTurbine.Text = "Arm Turbine"
  653.     ArmTurbine.TextSize = 20
  654.     ArmTurbine.TextWrapped = true
  655.    
  656.     Dab.Name = "Dab"
  657.     Dab.Parent = ScrollingFrame
  658.     Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  659.     Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  660.     Dab.Position = UDim2.new(0, 17, 0, 366)
  661.     Dab.Size = UDim2.new(0, 119, 0, 34)
  662.     Dab.Font = Enum.Font.Highway
  663.     Dab.FontSize = Enum.FontSize.Size24
  664.     Dab.Text = "Dab"
  665.     Dab.TextSize = 20
  666.     Dab.TextWrapped = true
  667.    
  668.     FloatSit.Name = "FloatSit"
  669.     FloatSit.Parent = ScrollingFrame
  670.     FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  671.     FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  672.     FloatSit.Position = UDim2.new(0, 168, 0, 410)
  673.     FloatSit.Size = UDim2.new(0, 119, 0, 34)
  674.     FloatSit.Font = Enum.Font.Highway
  675.     FloatSit.FontSize = Enum.FontSize.Size24
  676.     FloatSit.Text = "Float Sit"
  677.     FloatSit.TextSize = 20
  678.     FloatSit.TextWrapped = true
  679.    
  680.     SuperFaint.Name = "SuperFaint"
  681.     SuperFaint.Parent = ScrollingFrame
  682.     SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  683.     SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  684.     SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  685.     SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  686.     SuperFaint.Font = Enum.Font.Highway
  687.     SuperFaint.FontSize = Enum.FontSize.Size24
  688.     SuperFaint.Text = "Super Faint"
  689.     SuperFaint.TextSize = 20
  690.     SuperFaint.TextWrapped = true
  691.    
  692.     BarrelRoll.Name = "BarrelRoll"
  693.     BarrelRoll.Parent = ScrollingFrame
  694.     BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  695.     BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  696.     BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  697.     BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  698.     BarrelRoll.Font = Enum.Font.Highway
  699.     BarrelRoll.FontSize = Enum.FontSize.Size24
  700.     BarrelRoll.Text = "Barrel Roll"
  701.     BarrelRoll.TextSize = 20
  702.     BarrelRoll.TextWrapped = true
  703.    
  704.     Scared.Name = "Scared"
  705.     Scared.Parent = ScrollingFrame
  706.     Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  707.     Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  708.     Scared.Position = UDim2.new(0, 319, 0, 454)
  709.     Scared.Size = UDim2.new(0, 119, 0, 34)
  710.     Scared.Font = Enum.Font.Highway
  711.     Scared.FontSize = Enum.FontSize.Size24
  712.     Scared.Text = "Scared"
  713.     Scared.TextSize = 20
  714.     Scared.TextWrapped = true
  715.    
  716.     InsaneArms.Name = "InsaneArms"
  717.     InsaneArms.Parent = ScrollingFrame
  718.     InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  719.     InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  720.     InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  721.     InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  722.     InsaneArms.Font = Enum.Font.Highway
  723.     InsaneArms.FontSize = Enum.FontSize.Size24
  724.     InsaneArms.Text = "Insane Arms"
  725.     InsaneArms.TextSize = 20
  726.     InsaneArms.TextWrapped = true
  727.    
  728.     SwordSlice.Name = "SwordSlice"
  729.     SwordSlice.Parent = ScrollingFrame
  730.     SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  731.     SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  732.     SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  733.     SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  734.     SwordSlice.Font = Enum.Font.Highway
  735.     SwordSlice.FontSize = Enum.FontSize.Size24
  736.     SwordSlice.Text = "Sword Slice"
  737.     SwordSlice.TextSize = 20
  738.     SwordSlice.TextWrapped = true
  739.    
  740.     SpinDance2.Name = "SpinDance2"
  741.     SpinDance2.Parent = ScrollingFrame
  742.     SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  743.     SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  744.     SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  745.     SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  746.     SpinDance2.Font = Enum.Font.Highway
  747.     SpinDance2.FontSize = Enum.FontSize.Size24
  748.     SpinDance2.Text = "Spin Dance 2"
  749.     SpinDance2.TextSize = 20
  750.     SpinDance2.TextWrapped = true
  751.    
  752.     BowDown.Name = "BowDown"
  753.     BowDown.Parent = ScrollingFrame
  754.     BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  755.     BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  756.     BowDown.Position = UDim2.new(0, 319, 0, 498)
  757.     BowDown.Size = UDim2.new(0, 119, 0, 34)
  758.     BowDown.Font = Enum.Font.Highway
  759.     BowDown.FontSize = Enum.FontSize.Size24
  760.     BowDown.Text = "Bow Down"
  761.     BowDown.TextSize = 20
  762.     BowDown.TextWrapped = true
  763.    
  764.     LoopSlam.Name = "LoopSlam"
  765.     LoopSlam.Parent = ScrollingFrame
  766.     LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  767.     LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  768.     LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  769.     LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  770.     LoopSlam.Font = Enum.Font.Highway
  771.     LoopSlam.FontSize = Enum.FontSize.Size24
  772.     LoopSlam.Text = "Loop Slam"
  773.     LoopSlam.TextSize = 20
  774.     LoopSlam.TextWrapped = true
  775.    
  776.     GuiTopFrame.Name = "Gui TopFrame"
  777.     GuiTopFrame.Parent = MainFrame
  778.     GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  779.     GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  780.     GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  781.    
  782.     CloseGUI.Name = "CloseGUI"
  783.     CloseGUI.Parent = GuiTopFrame
  784.     CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  785.     CloseGUI.BackgroundTransparency = 1
  786.     CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  787.     CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  788.     CloseGUI.Font = Enum.Font.SourceSans
  789.     CloseGUI.FontSize = Enum.FontSize.Size48
  790.     CloseGUI.Text = "X"
  791.     CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  792.     CloseGUI.TextSize = 40
  793.     CloseGUI.TextWrapped = true
  794.    
  795.     Title.Name = "Title"
  796.     Title.Parent = GuiTopFrame
  797.     Title.BackgroundColor3 = Color3.new(1, 1, 1)
  798.     Title.BackgroundTransparency = 1
  799.     Title.Size = UDim2.new(0, 460, 0, 32)
  800.     Title.FontSize = Enum.FontSize.Size14
  801.     Title.Text = "|Leaked FE Animation"
  802.     Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  803.     Title.TextSize = 14
  804.     Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  805.     Title.TextStrokeTransparency = 0.69999998807907
  806.     Title.TextWrapped = true
  807.    
  808.     CheckR.Name = "CheckR"
  809.     CheckR.Parent = GuiTopFrame
  810.     CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  811.     CheckR.BackgroundTransparency = 1
  812.     CheckR.Size = UDim2.new(0, 171, 0, 32)
  813.     CheckR.Font = Enum.Font.SourceSansBold
  814.     CheckR.FontSize = Enum.FontSize.Size14
  815.     CheckR.Text = "Text"
  816.     CheckR.TextScaled = true
  817.     CheckR.TextSize = 14
  818.     CheckR.TextWrapped = true
  819.    
  820.     ScrollingFrameR15.Name = "ScrollingFrameR15"
  821.     ScrollingFrameR15.Parent = MainFrame
  822.     ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  823.     ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  824.     ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  825.     ScrollingFrameR15.Visible = false
  826.     ScrollingFrameR15.ScrollBarThickness = 13
  827.    
  828.     CrazySlash.Name = "CrazySlash"
  829.     CrazySlash.Parent = ScrollingFrameR15
  830.     CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  831.     CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  832.     CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  833.     CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  834.     CrazySlash.Font = Enum.Font.Highway
  835.     CrazySlash.FontSize = Enum.FontSize.Size24
  836.     CrazySlash.Text = "CrazySlash"
  837.     CrazySlash.TextSize = 20
  838.     CrazySlash.TextWrapped = true
  839.    
  840.     Open.Name = "Open"
  841.     Open.Parent = ScrollingFrameR15
  842.     Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  843.     Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  844.     Open.Position = UDim2.new(0, 168, 0, 16)
  845.     Open.Size = UDim2.new(0, 119, 0, 34)
  846.     Open.Font = Enum.Font.Highway
  847.     Open.FontSize = Enum.FontSize.Size24
  848.     Open.Text = "Open"
  849.     Open.TextSize = 20
  850.     Open.TextWrapped = true
  851.    
  852.     R15Spinner.Name = "R15Spinner"
  853.     R15Spinner.Parent = ScrollingFrameR15
  854.     R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  855.     R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  856.     R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  857.     R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  858.     R15Spinner.Font = Enum.Font.Highway
  859.     R15Spinner.FontSize = Enum.FontSize.Size24
  860.     R15Spinner.Text = "Spinner"
  861.     R15Spinner.TextSize = 20
  862.     R15Spinner.TextWrapped = true
  863.    
  864.     ArmsOut.Name = "ArmsOut"
  865.     ArmsOut.Parent = ScrollingFrameR15
  866.     ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  867.     ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  868.     ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  869.     ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  870.     ArmsOut.Font = Enum.Font.Highway
  871.     ArmsOut.FontSize = Enum.FontSize.Size24
  872.     ArmsOut.Text = "ArmsOut"
  873.     ArmsOut.TextSize = 20
  874.     ArmsOut.TextWrapped = true
  875.    
  876.     FloatSlash.Name = "FloatSlash"
  877.     FloatSlash.Parent = ScrollingFrameR15
  878.     FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  879.     FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  880.     FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  881.     FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  882.     FloatSlash.Font = Enum.Font.Highway
  883.     FloatSlash.FontSize = Enum.FontSize.Size24
  884.     FloatSlash.Text = "FloatSlash"
  885.     FloatSlash.TextSize = 20
  886.     FloatSlash.TextWrapped = true
  887.    
  888.     WeirdZombie.Name = "WeirdZombie"
  889.     WeirdZombie.Parent = ScrollingFrameR15
  890.     WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  891.     WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  892.     WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  893.     WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  894.     WeirdZombie.Font = Enum.Font.Highway
  895.     WeirdZombie.FontSize = Enum.FontSize.Size24
  896.     WeirdZombie.Text = "WeirdZombie"
  897.     WeirdZombie.TextSize = 20
  898.     WeirdZombie.TextWrapped = true
  899.    
  900.     DownSlash.Name = "DownSlash"
  901.     DownSlash.Parent = ScrollingFrameR15
  902.     DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  903.     DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  904.     DownSlash.Position = UDim2.new(0, 319, 0, 148)
  905.     DownSlash.Size = UDim2.new(0, 119, 0, 34)
  906.     DownSlash.Font = Enum.Font.Highway
  907.     DownSlash.FontSize = Enum.FontSize.Size24
  908.     DownSlash.Text = "DownSlash"
  909.     DownSlash.TextSize = 20
  910.     DownSlash.TextWrapped = true
  911.    
  912.     Pull.Name = "Pull"
  913.     Pull.Parent = ScrollingFrameR15
  914.     Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  915.     Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  916.     Pull.Position = UDim2.new(0, 17, 0, 104)
  917.     Pull.Size = UDim2.new(0, 119, 0, 34)
  918.     Pull.Font = Enum.Font.Highway
  919.     Pull.FontSize = Enum.FontSize.Size24
  920.     Pull.Text = "Pull"
  921.     Pull.TextSize = 20
  922.     Pull.TextWrapped = true
  923.    
  924.     CircleArm.Name = "CircleArm"
  925.     CircleArm.Parent = ScrollingFrameR15
  926.     CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  927.     CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  928.     CircleArm.Position = UDim2.new(0, 168, 0, 104)
  929.     CircleArm.Size = UDim2.new(0, 119, 0, 34)
  930.     CircleArm.Font = Enum.Font.Highway
  931.     CircleArm.FontSize = Enum.FontSize.Size24
  932.     CircleArm.Text = "CircleArm"
  933.     CircleArm.TextSize = 20
  934.     CircleArm.TextWrapped = true
  935.    
  936.     Bend.Name = "Bend"
  937.     Bend.Parent = ScrollingFrameR15
  938.     Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  939.     Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  940.     Bend.Position = UDim2.new(0, 319, 0, 104)
  941.     Bend.Size = UDim2.new(0, 119, 0, 34)
  942.     Bend.Font = Enum.Font.Highway
  943.     Bend.FontSize = Enum.FontSize.Size24
  944.     Bend.Text = "Bend"
  945.     Bend.TextSize = 20
  946.     Bend.TextWrapped = true
  947.    
  948.     RotateSlash.Name = "RotateSlash"
  949.     RotateSlash.Parent = ScrollingFrameR15
  950.     RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  951.     RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  952.     RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  953.     RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  954.     RotateSlash.Font = Enum.Font.Highway
  955.     RotateSlash.FontSize = Enum.FontSize.Size24
  956.     RotateSlash.Text = "RotateSlash"
  957.     RotateSlash.TextSize = 20
  958.     RotateSlash.TextWrapped = true
  959.    
  960.     FlingArms.Name = "FlingArms"
  961.     FlingArms.Parent = ScrollingFrameR15
  962.     FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  963.     FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  964.     FlingArms.Position = UDim2.new(0, 168, 0, 60)
  965.     FlingArms.Size = UDim2.new(0, 119, 0, 34)
  966.     FlingArms.Font = Enum.Font.Highway
  967.     FlingArms.FontSize = Enum.FontSize.Size24
  968.     FlingArms.Text = "FlingArms"
  969.     FlingArms.TextSize = 20
  970.     FlingArms.TextWrapped = true
  971.    
  972.     -- Buttons
  973.     col = Color3.new(0.886275, 0.776471, 0.368627)
  974.     loc = Color3.new(1, 0.906471, 0.568627)
  975.     rcol = Color3.new(0.682353, 0.701961, 0.792157)
  976.     rloc = Color3.new(0.882353, 0.901961, 0.992157)
  977.    
  978.     CloseGUI.MouseButton1Click:connect(function()
  979.     MainFrame.Visible = false
  980.     SideFrame.Visible = true
  981.     SideFrame.Position = MainFrame.Position
  982.     end)
  983.    
  984.     OpenGUI.MouseButton1Click:connect(function()
  985.     MainFrame.Visible = true
  986.     SideFrame.Visible = false
  987.     MainFrame.Position = SideFrame.Position
  988.     end)
  989.    
  990.     if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  991.         ScrollingFrame.Visible = false
  992.         ScrollingFrameR15.Visible = true
  993.         CheckR.Text = "Showing R15 Animations"
  994.     else
  995.         ScrollingFrame.Visible = true
  996.         ScrollingFrameR15.Visible = false
  997.         CheckR.Text = "Streets death"
  998.     end
  999.    
  1000.     local Anim = Instance.new("Animation")
  1001.     Anim.AnimationId = "rbxassetid://35154961"
  1002.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1003.     local HeadThrowACTIVE = false
  1004.     HeadThrow.MouseButton1Click:connect(function()
  1005.         HeadThrowACTIVE = not HeadThrowACTIVE
  1006.         if HeadThrowACTIVE then
  1007.             HeadThrow.BackgroundColor3 = loc
  1008.             while wait() do
  1009.              if track.IsPlaying == false then
  1010.                 if HeadThrowACTIVE then
  1011.                     track:Play(.1, 1, 1)
  1012.                 end
  1013.              end
  1014.             end
  1015.         else
  1016.             track:Stop()
  1017.             HeadThrow.BackgroundColor3 = col
  1018.         end
  1019.     end)
  1020.    
  1021.     local Anim = Instance.new("Animation")
  1022.     Anim.AnimationId = "rbxassetid://121572214"
  1023.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1024.     local FloatingHeadACTIVE = false
  1025.     FloatingHead.MouseButton1Click:connect(function()
  1026.         FloatingHeadACTIVE = not FloatingHeadACTIVE
  1027.         if FloatingHeadACTIVE then
  1028.             track:Play(.1, 1, 1)
  1029.             FloatingHead.BackgroundColor3 = loc
  1030.         else
  1031.             track:Stop()
  1032.             FloatingHead.BackgroundColor3 = col
  1033.         end
  1034.     end)
  1035.    
  1036.     local Anim = Instance.new("Animation")
  1037.     Anim.AnimationId = "rbxassetid://182724289"
  1038.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1039.     local CrouchACTIVE = false
  1040.     Crouch.MouseButton1Click:connect(function()
  1041.         CrouchACTIVE = not CrouchACTIVE
  1042.         if CrouchACTIVE then
  1043.             track:Play(.1, 1, 1)
  1044.             Crouch.BackgroundColor3 = loc
  1045.         else
  1046.             track:Stop()
  1047.             Crouch.BackgroundColor3 = col
  1048.         end
  1049.     end)
  1050.    
  1051.     local Anim = Instance.new("Animation")
  1052.     Anim.AnimationId = "rbxassetid://282574440"
  1053.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1054.     local FloorCrawlACTIVE = false
  1055.     FloorCrawl.MouseButton1Click:connect(function()
  1056.         FloorCrawlACTIVE = not FloorCrawlACTIVE
  1057.         if FloorCrawlACTIVE then
  1058.             track:Play(.1, 1, 1)
  1059.             FloorCrawl.BackgroundColor3 = loc
  1060.         else
  1061.             track:Stop()
  1062.             FloorCrawl.BackgroundColor3 = col
  1063.         end
  1064.     end)
  1065.    
  1066.     local Anim = Instance.new("Animation")
  1067.     Anim.AnimationId = "rbxassetid://204328711"
  1068.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1069.     local DinoWalkACTIVE = false
  1070.     DinoWalk.MouseButton1Click:connect(function()
  1071.         DinoWalkACTIVE = not DinoWalkACTIVE
  1072.         if DinoWalkACTIVE then
  1073.             track:Play(.1, 1, 1)
  1074.             DinoWalk.BackgroundColor3 = loc
  1075.         else
  1076.             track:Stop()
  1077.             DinoWalk.BackgroundColor3 = col
  1078.         end
  1079.     end)
  1080.    
  1081.     local Anim = Instance.new("Animation")
  1082.     Anim.AnimationId = "rbxassetid://429681631"
  1083.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1084.     local JumpingJacksACTIVE = false
  1085.     JumpingJacks.MouseButton1Click:connect(function()
  1086.         JumpingJacksACTIVE = not JumpingJacksACTIVE
  1087.         if JumpingJacksACTIVE then
  1088.             track:Play(.1, 1, 1)
  1089.             JumpingJacks.BackgroundColor3 = loc
  1090.         else
  1091.             track:Stop()
  1092.             JumpingJacks.BackgroundColor3 = col
  1093.         end
  1094.     end)
  1095.    
  1096.     local Anim = Instance.new("Animation")
  1097.     Anim.AnimationId = "rbxassetid://35154961"
  1098.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1099.     local LoopHeadACTIVE = false
  1100.     LoopHead.MouseButton1Click:connect(function()
  1101.         LoopHeadACTIVE = not LoopHeadACTIVE
  1102.         if LoopHeadACTIVE then
  1103.             LoopHead.BackgroundColor3 = loc
  1104.             while wait() do
  1105.              if track.IsPlaying == false then
  1106.                 if LoopHeadACTIVE then
  1107.                     track:Play(.5, 1, 1e6)
  1108.                 end
  1109.              end
  1110.             end
  1111.         else
  1112.             track:Stop()
  1113.             LoopHead.BackgroundColor3 = col
  1114.         end
  1115.     end)
  1116.    
  1117.     local Anim = Instance.new("Animation")
  1118.     Anim.AnimationId = "rbxassetid://184574340"
  1119.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1120.     local HeroJumpACTIVE = false
  1121.     HeroJump.MouseButton1Click:connect(function()
  1122.         HeroJumpACTIVE = not HeroJumpACTIVE
  1123.         if HeroJumpACTIVE then
  1124.             HeroJump.BackgroundColor3 = loc
  1125.             while wait() do
  1126.              if track.IsPlaying == false then
  1127.                 if HeroJumpACTIVE then
  1128.                     track:Play(.1, 1, 1)
  1129.                 end
  1130.              end
  1131.             end
  1132.         else
  1133.             track:Stop()
  1134.             HeroJump.BackgroundColor3 = col
  1135.         end
  1136.     end)
  1137.    
  1138.     local Anim = Instance.new("Animation")
  1139.     Anim.AnimationId = "rbxassetid://181526230"
  1140.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1141.     local FaintACTIVE = false
  1142.     Faint.MouseButton1Click:connect(function()
  1143.         FaintACTIVE = not FaintACTIVE
  1144.         if FaintACTIVE then
  1145.             track:Play(.1, 1, 1)
  1146.             Faint.BackgroundColor3 = loc
  1147.         else
  1148.             track:Stop()
  1149.             Faint.BackgroundColor3 = col
  1150.         end
  1151.     end)
  1152.    
  1153.     local Anim = Instance.new("Animation")
  1154.     Anim.AnimationId = "rbxassetid://181525546"
  1155.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1156.     local FloorFaintACTIVE = false
  1157.     FloorFaint.MouseButton1Click:connect(function()
  1158.         FloorFaintACTIVE = not FloorFaintACTIVE
  1159.         if FloorFaintACTIVE then
  1160.             FloorFaint.BackgroundColor3 = loc
  1161.             while wait() do
  1162.              if track.IsPlaying == false then
  1163.                 if FloorFaintACTIVE then
  1164.                     track:Play(.1, 1, 2)
  1165.                 end
  1166.              end
  1167.             end
  1168.         else
  1169.             track:Stop()
  1170.             FloorFaint.BackgroundColor3 = col
  1171.         end
  1172.     end)
  1173.    
  1174.     local Anim = Instance.new("Animation")
  1175.     Anim.AnimationId = "rbxassetid://181525546"
  1176.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1177.     local SuperFaintACTIVE = false
  1178.     SuperFaint.MouseButton1Click:connect(function()
  1179.         SuperFaintACTIVE = not SuperFaintACTIVE
  1180.         if SuperFaintACTIVE then
  1181.             SuperFaint.BackgroundColor3 = loc
  1182.             while wait() do
  1183.              if track.IsPlaying == false then
  1184.                 if SuperFaintACTIVE then
  1185.                     track:Play(.1, 0.5, 40)
  1186.                 end
  1187.              end
  1188.             end
  1189.         else
  1190.             track:Stop()
  1191.             SuperFaint.BackgroundColor3 = col
  1192.         end
  1193.     end)
  1194.    
  1195.     local Anim = Instance.new("Animation")
  1196.     Anim.AnimationId = "rbxassetid://313762630"
  1197.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1198.     local LevitateACTIVE = false
  1199.     Levitate.MouseButton1Click:connect(function()
  1200.         LevitateACTIVE = not LevitateACTIVE
  1201.         if LevitateACTIVE then
  1202.             track:Play(.1, 1, 1)
  1203.             Levitate.BackgroundColor3 = loc
  1204.         else
  1205.             track:Stop()
  1206.             Levitate.BackgroundColor3 = col
  1207.         end
  1208.     end)
  1209.    
  1210.     local Anim = Instance.new("Animation")
  1211.     Anim.AnimationId = "rbxassetid://183412246"
  1212.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1213.     local DabACTIVE = false
  1214.     Dab.MouseButton1Click:connect(function()
  1215.         DabACTIVE = not DabACTIVE
  1216.         if DabACTIVE then
  1217.             Dab.BackgroundColor3 = loc
  1218.             while wait() do
  1219.              if track.IsPlaying == false then
  1220.                 if DabACTIVE then
  1221.                     track:Play(.1, 1, 1)
  1222.                 end
  1223.              end
  1224.             end
  1225.         else
  1226.             track:Stop()
  1227.             Dab.BackgroundColor3 = col
  1228.         end
  1229.     end)
  1230.    
  1231.     local Anim = Instance.new("Animation")
  1232.     Anim.AnimationId = "rbxassetid://188632011"
  1233.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1234.     local SpinACTIVE = false
  1235.     Spinner.MouseButton1Click:connect(function()
  1236.         SpinACTIVE = not SpinACTIVE
  1237.         if SpinACTIVE then
  1238.             Spinner.BackgroundColor3 = loc
  1239.             while wait() do
  1240.              if track.IsPlaying == false then
  1241.                 if SpinACTIVE then
  1242.                     track:Play(.1, 1, 2)
  1243.                 end
  1244.              end
  1245.             end
  1246.         else
  1247.             track:Stop()
  1248.             Spinner.BackgroundColor3 = col
  1249.         end
  1250.     end)
  1251.    
  1252.     local Anim = Instance.new("Animation")
  1253.     Anim.AnimationId = "rbxassetid://179224234"
  1254.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1255.     local FloatSitACTIVE = false
  1256.     FloatSit.MouseButton1Click:connect(function()
  1257.         FloatSitACTIVE = not FloatSitACTIVE
  1258.         if FloatSitACTIVE then
  1259.             track:Play(.1, 1, 1)
  1260.             FloatSit.BackgroundColor3 = loc
  1261.         else
  1262.             track:Stop()
  1263.             FloatSit.BackgroundColor3 = col
  1264.         end
  1265.     end)
  1266.    
  1267.     local Anim = Instance.new("Animation")
  1268.     Anim.AnimationId = "rbxassetid://429703734"
  1269.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1270.     local MovingDanceACTIVE = false
  1271.     MovingDance.MouseButton1Click:connect(function()
  1272.         MovingDanceACTIVE = not MovingDanceACTIVE
  1273.         if MovingDanceACTIVE then
  1274.             MovingDance.BackgroundColor3 = loc
  1275.             while wait() do
  1276.              if track.IsPlaying == false then
  1277.                 if MovingDanceACTIVE then
  1278.                     track:Play(.1, 1, 1)
  1279.                 end
  1280.              end
  1281.             end
  1282.         else
  1283.             track:Stop()
  1284.             MovingDance.BackgroundColor3 = col
  1285.         end
  1286.     end)
  1287.    
  1288.     local Anim = Instance.new("Animation")
  1289.     Anim.AnimationId = "rbxassetid://215384594"
  1290.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1291.     local WeirdMoveACTIVE = false
  1292.     WeirdMove.MouseButton1Click:connect(function()
  1293.         WeirdMoveACTIVE = not WeirdMoveACTIVE
  1294.         if WeirdMoveACTIVE then
  1295.             track:Play(.1, 1, 1)
  1296.             WeirdMove.BackgroundColor3 = loc
  1297.         else
  1298.             track:Stop()
  1299.             WeirdMove.BackgroundColor3 = col
  1300.         end
  1301.     end)
  1302.    
  1303.     local Anim = Instance.new("Animation")
  1304.     Anim.AnimationId = "rbxassetid://215384594"
  1305.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1306.     local CloneIllusionACTIVE = false
  1307.     CloneIllusion.MouseButton1Click:connect(function()
  1308.         CloneIllusionACTIVE = not CloneIllusionACTIVE
  1309.         if CloneIllusionACTIVE then
  1310.             track:Play(.5, 1, 1e7)
  1311.             CloneIllusion.BackgroundColor3 = loc
  1312.         else
  1313.             track:Stop()
  1314.             CloneIllusion.BackgroundColor3 = col
  1315.         end
  1316.     end)
  1317.    
  1318.     local Anim = Instance.new("Animation")
  1319.     Anim.AnimationId = "rbxassetid://313762630"
  1320.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1321.     local GlitchLevitateACTIVE = false
  1322.     GlitchLevitate.MouseButton1Click:connect(function()
  1323.         GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  1324.         if GlitchLevitateACTIVE then
  1325.             track:Play(.5, 1, 1e7)
  1326.             GlitchLevitate.BackgroundColor3 = loc
  1327.         else
  1328.             track:Stop()
  1329.             GlitchLevitate.BackgroundColor3 = col
  1330.         end
  1331.     end)
  1332.    
  1333.     local Anim = Instance.new("Animation")
  1334.     Anim.AnimationId = "rbxassetid://429730430"
  1335.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1336.     local SpinDanceACTIVE = false
  1337.     SpinDance.MouseButton1Click:connect(function()
  1338.         SpinDanceACTIVE = not SpinDanceACTIVE
  1339.         if SpinDanceACTIVE then
  1340.             SpinDance.BackgroundColor3 = loc
  1341.             while wait() do
  1342.              if track.IsPlaying == false then
  1343.                 if SpinDanceACTIVE then
  1344.                     track:Play(.1, 1, 1)
  1345.                 end
  1346.              end
  1347.             end
  1348.         else
  1349.             track:Stop()
  1350.             SpinDance.BackgroundColor3 = col
  1351.         end
  1352.     end)
  1353.    
  1354.     local Anim = Instance.new("Animation")
  1355.     Anim.AnimationId = "rbxassetid://45834924"
  1356.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1357.     local MoonDanceACTIVE = false
  1358.     MoonDance.MouseButton1Click:connect(function()
  1359.         MoonDanceACTIVE = not MoonDanceACTIVE
  1360.         if MoonDanceACTIVE then
  1361.             MoonDance.BackgroundColor3 = loc
  1362.             while wait() do
  1363.              if track.IsPlaying == false then
  1364.                 if MoonDanceACTIVE then
  1365.                     track:Play(.1, 1, 1)
  1366.                 end
  1367.              end
  1368.             end
  1369.         else
  1370.             track:Stop()
  1371.             MoonDance.BackgroundColor3 = col
  1372.         end
  1373.     end)
  1374.    
  1375.     local Anim = Instance.new("Animation")
  1376.     Anim.AnimationId = "rbxassetid://204062532"
  1377.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1378.     local FullPunchACTIVE = false
  1379.     FullPunch.MouseButton1Click:connect(function()
  1380.         FullPunchACTIVE = not FullPunchACTIVE
  1381.         if FullPunchACTIVE then
  1382.             FullPunch.BackgroundColor3 = loc
  1383.             while wait() do
  1384.              if track.IsPlaying == false then
  1385.                 if FullPunchACTIVE then
  1386.                     track:Play(.1, 1, 1)
  1387.                 end
  1388.              end
  1389.             end
  1390.         else
  1391.             track:Stop()
  1392.             FullPunch.BackgroundColor3 = col
  1393.         end
  1394.     end)
  1395.    
  1396.     local Anim = Instance.new("Animation")
  1397.     Anim.AnimationId = "rbxassetid://186934910"
  1398.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1399.     local SpinDance2ACTIVE = false
  1400.     SpinDance2.MouseButton1Click:connect(function()
  1401.         SpinDance2ACTIVE = not SpinDance2ACTIVE
  1402.         if SpinDance2ACTIVE then
  1403.             SpinDance2.BackgroundColor3 = loc
  1404.             while wait() do
  1405.              if track.IsPlaying == false then
  1406.                 if SpinDance2ACTIVE then
  1407.                     track:Play(.1, 1, 1)
  1408.                 end
  1409.              end
  1410.             end
  1411.         else
  1412.             track:Stop()
  1413.             SpinDance2.BackgroundColor3 = col
  1414.         end
  1415.     end)
  1416.    
  1417.     local Anim = Instance.new("Animation")
  1418.     Anim.AnimationId = "rbxassetid://204292303"
  1419.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1420.     local BowDownACTIVE = false
  1421.     BowDown.MouseButton1Click:connect(function()
  1422.         BowDownACTIVE = not BowDownACTIVE
  1423.         if BowDownACTIVE then
  1424.             BowDown.BackgroundColor3 = loc
  1425.             while wait() do
  1426.              if track.IsPlaying == false then
  1427.                 if BowDownACTIVE then
  1428.                     track:Play(.1, 1, 3)
  1429.                 end
  1430.              end
  1431.             end
  1432.         else
  1433.             track:Stop()
  1434.             BowDown.BackgroundColor3 = col
  1435.         end
  1436.     end)
  1437.    
  1438.     local Anim = Instance.new("Animation")
  1439.     Anim.AnimationId = "rbxassetid://204295235"
  1440.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1441.     local SwordSlamACTIVE = false
  1442.     SwordSlam.MouseButton1Click:connect(function()
  1443.         SwordSlamACTIVE = not SwordSlamACTIVE
  1444.         if SwordSlamACTIVE then
  1445.             SwordSlam.BackgroundColor3 = loc
  1446.             while wait() do
  1447.              if track.IsPlaying == false then
  1448.                 if SwordSlamACTIVE then
  1449.                     track:Play(.1, 1, 1)
  1450.                 end
  1451.              end
  1452.             end
  1453.         else
  1454.             track:Stop()
  1455.             SwordSlam.BackgroundColor3 = col
  1456.         end
  1457.     end)
  1458.    
  1459.     local Anim = Instance.new("Animation")
  1460.     Anim.AnimationId = "rbxassetid://204295235"
  1461.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1462.     local LoopSlamACTIVE = false
  1463.     LoopSlam.MouseButton1Click:connect(function()
  1464.         LoopSlamACTIVE = not LoopSlamACTIVE
  1465.         if LoopSlamACTIVE then
  1466.             LoopSlam.BackgroundColor3 = loc
  1467.             while wait() do
  1468.              if track.IsPlaying == false then
  1469.                 if LoopSlamACTIVE then
  1470.                     track:Play(.1, 1, 1e4)
  1471.                 end
  1472.              end
  1473.             end
  1474.         else
  1475.             track:Stop()
  1476.             LoopSlam.BackgroundColor3 = col
  1477.         end
  1478.     end)
  1479.    
  1480.     local Anim = Instance.new("Animation")
  1481.     Anim.AnimationId = "rbxassetid://184574340"
  1482.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1483.     local MegaInsaneACTIVE = false
  1484.     MegaInsane.MouseButton1Click:connect(function()
  1485.         MegaInsaneACTIVE = not MegaInsaneACTIVE
  1486.         if MegaInsaneACTIVE then
  1487.             MegaInsane.BackgroundColor3 = loc
  1488.             while wait() do
  1489.              if track.IsPlaying == false then
  1490.                 if MegaInsaneACTIVE then
  1491.                     track:Play(.1, 0.5, 40)
  1492.                 end
  1493.              end
  1494.             end
  1495.         else
  1496.             track:Stop()
  1497.             MegaInsane.BackgroundColor3 = col
  1498.         end
  1499.     end)
  1500.    
  1501.     local Anim = Instance.new("Animation")
  1502.     Anim.AnimationId = "rbxassetid://126753849"
  1503.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1504.     local SuperPunchACTIVE = false
  1505.     SuperPunch.MouseButton1Click:connect(function()
  1506.         SuperPunchACTIVE = not SuperPunchACTIVE
  1507.         if SuperPunchACTIVE then
  1508.             SuperPunch.BackgroundColor3 = loc
  1509.             while wait() do
  1510.              if track.IsPlaying == false then
  1511.                 if SuperPunchACTIVE then
  1512.                     track:Play(.1, 1, 3)
  1513.                 end
  1514.              end
  1515.             end
  1516.         else
  1517.             track:Stop()
  1518.             SuperPunch.BackgroundColor3 = col
  1519.         end
  1520.     end)
  1521.    
  1522.     local Anim = Instance.new("Animation")
  1523.     Anim.AnimationId = "rbxassetid://218504594"
  1524.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1525.     local FullSwingACTIVE = false
  1526.     FullSwing.MouseButton1Click:connect(function()
  1527.         FullSwingACTIVE = not FullSwingACTIVE
  1528.         if FullSwingACTIVE then
  1529.             FullSwing.BackgroundColor3 = loc
  1530.             while wait() do
  1531.              if track.IsPlaying == false then
  1532.                 if FullSwingACTIVE then
  1533.                     track:Play(.1, 1, 1)
  1534.                 end
  1535.              end
  1536.             end
  1537.         else
  1538.             track:Stop()
  1539.             FullSwing.BackgroundColor3 = col
  1540.         end
  1541.     end)
  1542.    
  1543.     local Anim = Instance.new("Animation")
  1544.     Anim.AnimationId = "rbxassetid://259438880"
  1545.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1546.     local ArmTurbineACTIVE = false
  1547.     ArmTurbine.MouseButton1Click:connect(function()
  1548.         ArmTurbineACTIVE = not ArmTurbineACTIVE
  1549.         if ArmTurbineACTIVE then
  1550.             track:Play(.1, 1, 1e3)
  1551.             ArmTurbine.BackgroundColor3 = loc
  1552.         else
  1553.             track:Stop()
  1554.             ArmTurbine.BackgroundColor3 = col
  1555.         end
  1556.     end)
  1557.    
  1558.     local Anim = Instance.new("Animation")
  1559.     Anim.AnimationId = "rbxassetid://136801964"
  1560.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1561.     local BarrelRollACTIVE = false
  1562.     BarrelRoll.MouseButton1Click:connect(function()
  1563.         BarrelRollACTIVE = not BarrelRollACTIVE
  1564.         if BarrelRollACTIVE then
  1565.             BarrelRoll.BackgroundColor3 = loc
  1566.             while wait() do
  1567.              if track.IsPlaying == false then
  1568.                 if BarrelRollACTIVE then
  1569.                     track:Play(.1, 1, 1)
  1570.                 end
  1571.              end
  1572.             end
  1573.         else
  1574.             track:Stop()
  1575.             BarrelRoll.BackgroundColor3 = col
  1576.         end
  1577.     end)
  1578.    
  1579.     local Anim = Instance.new("Animation")
  1580.     Anim.AnimationId = "rbxassetid://180612465"
  1581.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1582.     local ScaredACTIVE = false
  1583.     Scared.MouseButton1Click:connect(function()
  1584.         ScaredACTIVE = not ScaredACTIVE
  1585.         if ScaredACTIVE then
  1586.             Scared.BackgroundColor3 = loc
  1587.             while wait() do
  1588.              if track.IsPlaying == false then
  1589.                 if ScaredACTIVE then
  1590.                     track:Play(.1, 1, 1)
  1591.                 end
  1592.              end
  1593.             end
  1594.         else
  1595.             track:Stop()
  1596.             Scared.BackgroundColor3 = col
  1597.         end
  1598.     end)
  1599.    
  1600.     local Anim = Instance.new("Animation")
  1601.     Anim.AnimationId = "rbxassetid://33796059"
  1602.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1603.     local InsaneACTIVE = false
  1604.     Insane.MouseButton1Click:connect(function()
  1605.         InsaneACTIVE = not InsaneACTIVE
  1606.         if InsaneACTIVE then
  1607.             track:Play(.1, 1, 1e8)
  1608.             Insane.BackgroundColor3 = loc
  1609.         else
  1610.             track:Stop()
  1611.             Insane.BackgroundColor3 = col
  1612.         end
  1613.     end)
  1614.    
  1615.     local Anim = Instance.new("Animation")
  1616.     Anim.AnimationId = "rbxassetid://33169583"
  1617.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1618.     local ArmDetachACTIVE = false
  1619.     ArmDetach.MouseButton1Click:connect(function()
  1620.         ArmDetachACTIVE = not ArmDetachACTIVE
  1621.         if ArmDetachACTIVE then
  1622.             ArmDetach.BackgroundColor3 = loc
  1623.             while wait() do
  1624.              if track.IsPlaying == false then
  1625.                 if ArmDetachACTIVE then
  1626.                     track:Play(.1, 1, 1e6)
  1627.                 end
  1628.              end
  1629.             end
  1630.         else
  1631.             track:Stop()
  1632.             ArmDetach.BackgroundColor3 = col
  1633.         end
  1634.     end)
  1635.    
  1636.     local Anim = Instance.new("Animation")
  1637.     Anim.AnimationId = "rbxassetid://35978879"
  1638.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1639.     local SwordSliceACTIVE = false
  1640.     SwordSlice.MouseButton1Click:connect(function()
  1641.         SwordSliceACTIVE = not SwordSliceACTIVE
  1642.         if SwordSliceACTIVE then
  1643.             track:Play(.1, 1, 1)
  1644.             SwordSlice.BackgroundColor3 = loc
  1645.         else
  1646.             track:Stop()
  1647.             SwordSlice.BackgroundColor3 = col
  1648.         end
  1649.     end)
  1650.    
  1651.     local Anim = Instance.new("Animation")
  1652.     Anim.AnimationId = "rbxassetid://27432691"
  1653.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1654.     local InsaneArmsACTIVE = false
  1655.     InsaneArms.MouseButton1Click:connect(function()
  1656.         InsaneArmsACTIVE = not InsaneArmsACTIVE
  1657.         if InsaneArmsACTIVE then
  1658.             InsaneArms.BackgroundColor3 = loc
  1659.             while wait() do
  1660.              if track.IsPlaying == false then
  1661.                 if InsaneArmsACTIVE then
  1662.                     track:Play(.1, 1, 1e4)
  1663.                 end
  1664.              end
  1665.             end
  1666.         else
  1667.             track:Stop()
  1668.             InsaneArms.BackgroundColor3 = col
  1669.         end
  1670.     end)
  1671.     -- R15
  1672.     local Anim = Instance.new("Animation")
  1673.     Anim.AnimationId = "rbxassetid://674871189"
  1674.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1675.     local CrazySlashACTIVE = false
  1676.     CrazySlash.MouseButton1Click:connect(function()
  1677.         CrazySlashACTIVE = not CrazySlashACTIVE
  1678.         if CrazySlashACTIVE then
  1679.             CrazySlash.BackgroundColor3 = rloc
  1680.             while wait() do
  1681.              if track.IsPlaying == false then
  1682.                 if CrazySlashACTIVE then
  1683.                     track:Play(.1, 1, 1)
  1684.                 end
  1685.              end
  1686.             end
  1687.         else
  1688.             track:Stop()
  1689.             CrazySlash.BackgroundColor3 = rcol
  1690.         end
  1691.     end)
  1692.    
  1693.     local Anim = Instance.new("Animation")
  1694.     Anim.AnimationId = "rbxassetid://582855105"
  1695.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1696.     local OpenACTIVE = false
  1697.     Open.MouseButton1Click:connect(function()
  1698.         OpenACTIVE = not OpenACTIVE
  1699.         if OpenACTIVE then
  1700.             Open.BackgroundColor3 = rloc
  1701.             while wait() do
  1702.              if track.IsPlaying == false then
  1703.                 if OpenACTIVE then
  1704.                     track:Play(.1, 1, 1)
  1705.                 end
  1706.              end
  1707.             end
  1708.         else
  1709.             track:Stop()
  1710.             Open.BackgroundColor3 = rcol
  1711.         end
  1712.     end)
  1713.    
  1714.     local Anim = Instance.new("Animation")
  1715.     Anim.AnimationId = "rbxassetid://754658275"
  1716.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1717.     local R15SpinnerACTIVE = false
  1718.     R15Spinner.MouseButton1Click:connect(function()
  1719.         R15SpinnerACTIVE = not R15SpinnerACTIVE
  1720.         if R15SpinnerACTIVE then
  1721.             R15Spinner.BackgroundColor3 = rloc
  1722.             while wait() do
  1723.              if track.IsPlaying == false then
  1724.                 if R15SpinnerACTIVE then
  1725.                     track:Play(.1, 1, 1)
  1726.                 end
  1727.              end
  1728.             end
  1729.         else
  1730.             track:Stop()
  1731.             R15Spinner.BackgroundColor3 = rcol
  1732.         end
  1733.     end)
  1734.    
  1735.     local Anim = Instance.new("Animation")
  1736.     Anim.AnimationId = "rbxassetid://582384156"
  1737.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1738.     local ArmsOutACTIVE = false
  1739.     ArmsOut.MouseButton1Click:connect(function()
  1740.         ArmsOutACTIVE = not ArmsOutACTIVE
  1741.         if ArmsOutACTIVE then
  1742.             ArmsOut.BackgroundColor3 = rloc
  1743.             while wait() do
  1744.              if track.IsPlaying == false then
  1745.                 if ArmsOutACTIVE then
  1746.                     track:Play(.1, 1, 1)
  1747.                 end
  1748.              end
  1749.             end
  1750.         else
  1751.             track:Stop()
  1752.             ArmsOut.BackgroundColor3 = rcol
  1753.         end
  1754.     end)
  1755.    
  1756.     local Anim = Instance.new("Animation")
  1757.     Anim.AnimationId = "rbxassetid://717879555"
  1758.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1759.     local FloatSlashACTIVE = false
  1760.     FloatSlash.MouseButton1Click:connect(function()
  1761.         FloatSlashACTIVE = not FloatSlashACTIVE
  1762.         if FloatSlashACTIVE then
  1763.             FloatSlash.BackgroundColor3 = rloc
  1764.             while wait() do
  1765.              if track.IsPlaying == false then
  1766.                 if FloatSlashACTIVE then
  1767.                     track:Play(.1, 1, 1)
  1768.                 end
  1769.              end
  1770.             end
  1771.         else
  1772.             track:Stop()
  1773.             FloatSlash.BackgroundColor3 = rcol
  1774.         end
  1775.     end)
  1776.    
  1777.     local Anim = Instance.new("Animation")
  1778.     Anim.AnimationId = "rbxassetid://708553116"
  1779.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1780.     WeirdZombieACTIVE = false
  1781.     WeirdZombie.MouseButton1Click:connect(function()
  1782.         WeirdZombieACTIVE = not WeirdZombieACTIVE
  1783.         if WeirdZombieACTIVE then
  1784.             WeirdZombie.BackgroundColor3 = rloc
  1785.             while wait() do
  1786.              if track.IsPlaying == false then
  1787.                 if WeirdZombieACTIVE then
  1788.                     track:Play(.1, 1, 1)
  1789.                 end
  1790.              end
  1791.             end
  1792.         else
  1793.             track:Stop()
  1794.             WeirdZombie.BackgroundColor3 = rcol
  1795.         end
  1796.     end)
  1797.    
  1798.     local Anim = Instance.new("Animation")
  1799.     Anim.AnimationId = "rbxassetid://746398327"
  1800.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1801.     DownSlashACTIVE = false
  1802.     DownSlash.MouseButton1Click:connect(function()
  1803.         DownSlashACTIVE = not DownSlashACTIVE
  1804.         if DownSlashACTIVE then
  1805.             DownSlash.BackgroundColor3 = rloc
  1806.             while wait() do
  1807.              if track.IsPlaying == false then
  1808.                 if DownSlashACTIVE then
  1809.                     track:Play(.1, 1, 1)
  1810.                 end
  1811.              end
  1812.             end
  1813.         else
  1814.             track:Stop()
  1815.             DownSlash.BackgroundColor3 = rcol
  1816.         end
  1817.     end)
  1818.    
  1819.     local Anim = Instance.new("Animation")
  1820.     Anim.AnimationId = "rbxassetid://675025795"
  1821.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1822.     PullACTIVE = false
  1823.     Pull.MouseButton1Click:connect(function()
  1824.         PullACTIVE = not PullACTIVE
  1825.         if PullACTIVE then
  1826.             Pull.BackgroundColor3 = rloc
  1827.             while wait() do
  1828.              if track.IsPlaying == false then
  1829.                 if PullACTIVE then
  1830.                     track:Play(.1, 1, 1)
  1831.                 end
  1832.              end
  1833.             end
  1834.         else
  1835.             track:Stop()
  1836.             Pull.BackgroundColor3 = rcol
  1837.         end
  1838.     end)
  1839.    
  1840.     local Anim = Instance.new("Animation")
  1841.     Anim.AnimationId = "rbxassetid://698251653"
  1842.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1843.     CircleArmACTIVE = false
  1844.     CircleArm.MouseButton1Click:connect(function()
  1845.         CircleArmACTIVE = not CircleArmACTIVE
  1846.         if CircleArmACTIVE then
  1847.             CircleArm.BackgroundColor3 = rloc
  1848.             while wait() do
  1849.              if track.IsPlaying == false then
  1850.                 if CircleArmACTIVE then
  1851.                     track:Play(.1, 1, 1)
  1852.                 end
  1853.              end
  1854.             end
  1855.         else
  1856.             track:Stop()
  1857.             CircleArm.BackgroundColor3 = rcol
  1858.         end
  1859.     end)
  1860.    
  1861.     local Anim = Instance.new("Animation")
  1862.     Anim.AnimationId = "rbxassetid://696096087"
  1863.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1864.     BendACTIVE = false
  1865.     Bend.MouseButton1Click:connect(function()
  1866.         BendACTIVE = not BendACTIVE
  1867.         if BendACTIVE then
  1868.             Bend.BackgroundColor3 = rloc
  1869.             while wait() do
  1870.              if track.IsPlaying == false then
  1871.                 if BendACTIVE then
  1872.                     track:Play(.1, 1, 1)
  1873.                 end
  1874.              end
  1875.             end
  1876.         else
  1877.             track:Stop()
  1878.             Bend.BackgroundColor3 = rcol
  1879.         end
  1880.     end)
  1881.    
  1882.     local Anim = Instance.new("Animation")
  1883.     Anim.AnimationId = "rbxassetid://675025570"
  1884.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1885.     RotateSlashACTIVE = false
  1886.     RotateSlash.MouseButton1Click:connect(function()
  1887.         RotateSlashACTIVE = not RotateSlashACTIVE
  1888.         if RotateSlashACTIVE then
  1889.             RotateSlash.BackgroundColor3 = rloc
  1890.             while wait() do
  1891.              if track.IsPlaying == false then
  1892.                 if RotateSlashACTIVE then
  1893.                     track:Play(.1, 1, 1)
  1894.                 end
  1895.              end
  1896.             end
  1897.         else
  1898.             track:Stop()
  1899.             RotateSlash.BackgroundColor3 = rcol
  1900.         end
  1901.     end)
  1902.    
  1903.     local Anim = Instance.new("Animation")
  1904.     Anim.AnimationId = "rbxassetid://754656200"
  1905.     local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1906.     FlingArmsACTIVE = false
  1907.     FlingArms.MouseButton1Click:connect(function()
  1908.         FlingArmsACTIVE = not FlingArmsACTIVE
  1909.         if FlingArmsACTIVE then
  1910.             FlingArms.BackgroundColor3 = rloc
  1911.             while wait() do
  1912.              if track.IsPlaying == false then
  1913.                 if FlingArmsACTIVE then
  1914.                     track:Play(.1, 1, 10)
  1915.                 end
  1916.              end
  1917.             end
  1918.         else
  1919.             track:Stop()
  1920.             FlingArms.BackgroundColor3 = rcol
  1921.         end
  1922.     end)
  1923.    
  1924.     -- Finished update!
  1925.     end)
  1926.  
  1927. end
  1928. coroutine.resume(coroutine.create(SCRIPT_UXPI76_FAKESCRIPT))
  1929. function SCRIPT_XFSZ69_FAKESCRIPT() -- biggui.LocalScript
  1930.     local script = Instance.new('LocalScript')
  1931.     script.Parent = biggui
  1932.     script.Parent.MouseButton1Click:Connect(function()
  1933.     loadstring(game:HttpGet("https://pastebin.com/raw/ej3kF5K9", true))()
  1934.     end)
  1935.    
  1936.  
  1937. end
  1938. coroutine.resume(coroutine.create(SCRIPT_XFSZ69_FAKESCRIPT))
  1939. function SCRIPT_XNLX85_FAKESCRIPT() -- close.LocalScript
  1940.     local script = Instance.new('LocalScript')
  1941.     script.Parent = close
  1942.     script.Parent.MouseButton1Click:Connect(function()
  1943.         script.Parent.Parent.Visible = false
  1944.     end)
  1945.  
  1946. end
  1947. coroutine.resume(coroutine.create(SCRIPT_XNLX85_FAKESCRIPT))
  1948. function SCRIPT_YYFK81_FAKESCRIPT() -- scripthub_2.LocalScript
  1949.     local script = Instance.new('LocalScript')
  1950.     script.Parent = scripthub_2
  1951.     local UserInputService = game:GetService("UserInputService")
  1952.    
  1953.     local gui = script.Parent
  1954.    
  1955.     local dragging
  1956.     local dragInput
  1957.     local dragStart
  1958.     local startPos
  1959.    
  1960.     local function update(input)
  1961.     local delta = input.Position - dragStart
  1962.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1963.     end
  1964.    
  1965.     gui.InputBegan:Connect(function(input)
  1966.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1967.     dragging = true
  1968.     dragStart = input.Position
  1969.     startPos = gui.Position
  1970.    
  1971.     input.Changed:Connect(function()
  1972.     if input.UserInputState == Enum.UserInputState.End then
  1973.     dragging = false
  1974.     end
  1975.     end)
  1976.     end
  1977.     end)
  1978.    
  1979.     gui.InputChanged:Connect(function(input)
  1980.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1981.     dragInput = input
  1982.     end
  1983.     end)
  1984.    
  1985.     UserInputService.InputChanged:Connect(function(input)
  1986.     if input == dragInput and dragging then
  1987.     update(input)
  1988.     end
  1989.     end)
  1990.  
  1991. end
  1992. coroutine.resume(coroutine.create(SCRIPT_YYFK81_FAKESCRIPT))
  1993. function SCRIPT_UWIJ72_FAKESCRIPT() -- Webhook.LocalScript
  1994.     local script = Instance.new('LocalScript')
  1995.     script.Parent = Webhook
  1996.     script.Parent.MouseButton1Click:Connect(function()
  1997.     loadstring(game:HttpGet("https://pastebin.com/raw/RmjHCSfs", true))()
  1998.     end)
  1999.    
  2000.  
  2001. end
  2002. coroutine.resume(coroutine.create(SCRIPT_UWIJ72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement