Guest User

Untitled

a guest
Dec 27th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 333.81 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Gui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Title = Instance.new("TextBox")
  9. local Credits = Instance.new("TextBox")
  10. local FEFling = Instance.new("TextButton")
  11. local FERape = Instance.new("TextButton")
  12. local FEAnimations = Instance.new("TextButton")
  13. local FEHAX1337 = Instance.new("TextButton")
  14. local OPFinality = Instance.new("TextButton")
  15. local FeX = Instance.new("TextButton")
  16. local Close = Instance.new("TextButton")
  17. --Properties:
  18. Gui.Name = "Gui"
  19. Gui.Parent = game.Workspace
  20.  
  21. Frame.Parent = Gui
  22. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Frame.Position = UDim2.new(0, 0, 0.56602186, 0)
  24. Frame.Size = UDim2.new(0, 143, 0, 40)
  25. Frame.Style = Enum.FrameStyle.DropShadow
  26.  
  27. TextButton.Parent = Frame
  28. TextButton.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  29. TextButton.Position = UDim2.new(-0.00661564991, 0, 0.0949997008, 0)
  30. TextButton.Size = UDim2.new(0, 129, 0, 26)
  31. TextButton.Font = Enum.Font.SciFi
  32. TextButton.Text = "Open"
  33. TextButton.TextColor3 = Color3.new(1, 1, 1)
  34. TextButton.TextScaled = true
  35. TextButton.TextSize = 14
  36. TextButton.TextStrokeTransparency = 0.5
  37. TextButton.TextWrapped = true
  38. open.MouseButton1Down:connect(function()
  39. main.Visible = true
  40. Frame.Visible = false
  41. end)
  42.  
  43. Main.Name = "Main"
  44. Main.Parent = Gui
  45. Main.BackgroundColor3 = Color3.new(0.321569, 0.392157, 0.827451)
  46. Main.Position = UDim2.new(0.34374997, 0, 0.31370905, 0)
  47. Main.Size = UDim2.new(0, 666, 0, 350)
  48. Main.Visible = false
  49. Main.Style = Enum.FrameStyle.ChatBlue
  50. Main.Active = true
  51. Main.Draggable = true
  52. Title.Name = "Title"
  53. Title.Parent = Main
  54. Title.BackgroundColor3 = Color3.new(0.988235, 0, 0.941177)
  55. Title.BorderColor3 = Color3.new(0.960784, 1, 0.105882)
  56. Title.Position = UDim2.new(0.000648109242, 0, -0.0495673455, 0)
  57. Title.Size = UDim2.new(0, 632, 0, 35)
  58. Title.Font = Enum.Font.SourceSans
  59. Title.Text = "Gay FE Hax GUI"
  60. Title.TextColor3 = Color3.new(0, 0, 0)
  61. Title.TextScaled = true
  62. Title.TextSize = 14
  63. Title.TextStrokeColor3 = Color3.new(0.788235, 0, 0.8)
  64. Title.TextWrapped = true
  65.  
  66. Credits.Name = "Credits"
  67. Credits.Parent = Main
  68. Credits.BackgroundColor3 = Color3.new(0.945098, 0.937255, 1)
  69. Credits.BorderColor3 = Color3.new(0.960784, 1, 0.105882)
  70. Credits.Position = UDim2.new(0.212946355, 0, 0.921670079, 0)
  71. Credits.Size = UDim2.new(0, 337, 0, 35)
  72. Credits.Font = Enum.Font.SourceSans
  73. Credits.Text = "Credits To WaterSerphant1234#5173 And all script Creators"
  74. Credits.TextColor3 = Color3.new(0, 0, 0)
  75. Credits.TextScaled = true
  76. Credits.TextSize = 14
  77. Credits.TextStrokeColor3 = Color3.new(0.788235, 0, 0.8)
  78. Credits.TextWrapped = true
  79.  
  80. FEFling.Name = "FE Fling"
  81. FEFling.Parent = Main
  82. FEFling.BackgroundColor3 = Color3.new(0.988235, 0, 0.0352941)
  83. FEFling.Position = UDim2.new(0, 33, 0, 53)
  84. FEFling.Size = UDim2.new(0, 200, 0, 66)
  85. FEFling.Font = Enum.Font.SourceSans
  86. FEFling.Text = "FE Fling"
  87. FEFling.TextColor3 = Color3.new(0.945098, 0.486275, 0.164706)
  88. FEFling.TextScaled = true
  89. FEFling.TextSize = 14
  90. FEFling.TextWrapped = true
  91. FEFling.MouseButton1Down:connect(function()
  92. -- Made By JackMcJagger15
  93. local FlingKill = Instance.new("ScreenGui")
  94. local Main = Instance.new("Frame")
  95. local Label = Instance.new("Frame")
  96. local Shadow = Instance.new("Frame")
  97. local StartKill = Instance.new("TextButton")
  98. local StopKill = Instance.new("TextButton")
  99. local Instructions = Instance.new("TextLabel")
  100. local CurrentPower = Instance.new("TextLabel")
  101. local Recomendation = Instance.new("TextLabel")
  102. local NameOfGui = Instance.new("TextLabel")
  103. local Exit = Instance.new("TextButton")
  104. local UPArrow = Instance.new("TextButton")
  105. local DownArrow = Instance.new("TextButton")
  106.  
  107. -- Properties
  108.  
  109. FlingKill.Name = "Fling/Kill"
  110. FlingKill.Parent = game.CoreGui
  111.  
  112. Main.Name = "Main"
  113. Main.Parent = FlingKill
  114. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  115. Main.BorderSizePixel = 0
  116. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  117. Main.Size = UDim2.new(0, 217, 0, 233)
  118. Main.Selectable = true
  119. Main.Active = true
  120. Main.Draggable = true
  121.  
  122. Label.Name = "Label"
  123. Label.Parent = Main
  124. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  125. Label.BorderSizePixel = 0
  126. Label.Size = UDim2.new(0, 217, 0, 27)
  127.  
  128. Shadow.Name = "Shadow"
  129. Shadow.Parent = Main
  130. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  131. Shadow.BorderSizePixel = 0
  132. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  133. Shadow.Size = UDim2.new(0, 217, 0, 9)
  134.  
  135. StartKill.Name = "StartKill"
  136. StartKill.Parent = Main
  137. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  138. StartKill.BorderSizePixel = 0
  139. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  140. StartKill.Size = UDim2.new(0, 126, 0, 23)
  141. StartKill.Font = Enum.Font.Cartoon
  142. StartKill.Text = "FE Kill/Fling"
  143. StartKill.TextColor3 = Color3.new(0, 0, 0)
  144. StartKill.TextSize = 14
  145.  
  146. StopKill.Name = "StopKill"
  147. StopKill.Parent = Main
  148. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  149. StopKill.BorderSizePixel = 0
  150. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  151. StopKill.Size = UDim2.new(0, 124, 0, 23)
  152. StopKill.Font = Enum.Font.Cartoon
  153. StopKill.Text = "Stop FE Kill/Fling"
  154. StopKill.TextColor3 = Color3.new(0, 0, 0)
  155. StopKill.TextSize = 14
  156.  
  157. Instructions.Name = "Instructions"
  158. Instructions.Parent = Main
  159. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Instructions.BackgroundTransparency = 1
  161. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  162. Instructions.Size = UDim2.new(0, 200, 0, 32)
  163. Instructions.Font = Enum.Font.Cartoon
  164. Instructions.Text = "Just touch someone to watch the fly to their death!"
  165. Instructions.TextColor3 = Color3.new(0, 0, 0)
  166. Instructions.TextSize = 14
  167. Instructions.TextWrapped = true
  168.  
  169. CurrentPower.Name = "CurrentPower"
  170. CurrentPower.Parent = Main
  171. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  172. CurrentPower.BackgroundTransparency = 1
  173. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  174. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  175. CurrentPower.Font = Enum.Font.Cartoon
  176. CurrentPower.Text = "Current Power = 5"
  177. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  178. CurrentPower.TextSize = 14
  179.  
  180. Recomendation.Name = "Recomendation"
  181. Recomendation.Parent = Main
  182. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Recomendation.BackgroundTransparency = 1
  184. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  185. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  186. Recomendation.Font = Enum.Font.Cartoon
  187. Recomendation.Text = "Recommended Power is 5"
  188. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  189. Recomendation.TextSize = 14
  190.  
  191. NameOfGui.Name = "NameOfGui"
  192. NameOfGui.Parent = Main
  193. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  194. NameOfGui.BackgroundTransparency = 1
  195. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  196. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  197. NameOfGui.Font = Enum.Font.Cartoon
  198. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  199. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  200. NameOfGui.TextSize = 14
  201.  
  202. Exit.Name = "Exit"
  203. Exit.Parent = Main
  204. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Exit.BackgroundTransparency = 1
  206. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  207. Exit.Size = UDim2.new(0, 20, 0, 27)
  208. Exit.Font = Enum.Font.Cartoon
  209. Exit.Text = "X"
  210. Exit.TextColor3 = Color3.new(0, 0, 0)
  211. Exit.TextSize = 14
  212.  
  213. UPArrow.Name = "UPArrow"
  214. UPArrow.Parent = Main
  215. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  216. UPArrow.BackgroundTransparency = 1
  217. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  218. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  219. UPArrow.Font = Enum.Font.Cartoon
  220. UPArrow.Text = "Up"
  221. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  222. UPArrow.TextSize = 12
  223. UPArrow.TextWrapped = true
  224.  
  225. DownArrow.Name = "DownArrow"
  226. DownArrow.Parent = Main
  227. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  228. DownArrow.BackgroundTransparency = 1
  229. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  230. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  231. DownArrow.Font = Enum.Font.Cartoon
  232. DownArrow.Text = "Down"
  233. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  234. DownArrow.TextSize = 12
  235. DownArrow.TextWrapped = true
  236.  
  237. power = 500
  238. active = false
  239. local val = Instance.new("IntValue")
  240. val.Name = "Number"
  241. val.Parent = game.Players.LocalPlayer
  242. val.Value = 5
  243.  
  244. Exit.MouseButton1Click:connect(function()
  245. FlingKill.Enabled = false
  246. end)
  247.  
  248. StartKill.MouseButton1Click:connect(function()
  249. game:GetService('RunService').Stepped:connect(function()
  250. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  251. game.Players.LocalPlayer.Character.Head.CanCollide = false
  252. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  253. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  254. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  255. else
  256. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  257. game.Players.LocalPlayer.Character.Head.CanCollide = false
  258. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  259. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  261. end
  262. end
  263. end)
  264. wait(.1)
  265. local bambam = Instance.new("BodyThrust")
  266. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  267. bambam.Force = Vector3.new(power,0,power)
  268. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  269. end)
  270.  
  271. StopKill.MouseButton1Click:connect(function()
  272. active = false
  273. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  274. end)
  275.  
  276. UPArrow.MouseButton1Click:connect(function()
  277. power = power + 100
  278. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  279. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  280. end)
  281.  
  282. DownArrow.MouseButton1Click:connect(function()
  283. power = power - 100
  284. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  285. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  286. end)
  287. end)
  288. FERape.Name = "FE Rape"
  289. FERape.Parent = Main
  290. FERape.BackgroundColor3 = Color3.new(0.996078, 0.647059, 0.203922)
  291. FERape.Position = UDim2.new(0, 290, 0, 53)
  292. FERape.Size = UDim2.new(0, 200, 0, 66)
  293. FERape.Font = Enum.Font.SourceSans
  294. FERape.Text = "FE Rape"
  295. FERape.TextColor3 = Color3.new(0.690196, 0.847059, 0.0823529)
  296. FERape.TextScaled = true
  297. FERape.TextSize = 14
  298. FERape.TextWrapped = true
  299. FERape.MouseButton1Down:connect(function()
  300. -- Made By JackMcJagger15
  301. local FlingKill = Instance.new("ScreenGui")
  302. local Main = Instance.new("Frame")
  303. local Label = Instance.new("Frame")
  304. local Shadow = Instance.new("Frame")
  305. local StartKill = Instance.new("TextButton")
  306. local StopKill = Instance.new("TextButton")
  307. local Instructions = Instance.new("TextLabel")
  308. local CurrentPower = Instance.new("TextLabel")
  309. local Recomendation = Instance.new("TextLabel")
  310. local NameOfGui = Instance.new("TextLabel")
  311. local Exit = Instance.new("TextButton")
  312. local UPArrow = Instance.new("TextButton")
  313. local DownArrow = Instance.new("TextButton")
  314.  
  315. -- Properties
  316.  
  317. FlingKill.Name = "Fling/Kill"
  318. FlingKill.Parent = game.CoreGui
  319.  
  320. Main.Name = "Main"
  321. Main.Parent = FlingKill
  322. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  323. Main.BorderSizePixel = 0
  324. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  325. Main.Size = UDim2.new(0, 217, 0, 233)
  326. Main.Selectable = true
  327. Main.Active = true
  328. Main.Draggable = true
  329.  
  330. Label.Name = "Label"
  331. Label.Parent = Main
  332. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  333. Label.BorderSizePixel = 0
  334. Label.Size = UDim2.new(0, 217, 0, 27)
  335.  
  336. Shadow.Name = "Shadow"
  337. Shadow.Parent = Main
  338. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  339. Shadow.BorderSizePixel = 0
  340. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  341. Shadow.Size = UDim2.new(0, 217, 0, 9)
  342.  
  343. StartKill.Name = "StartKill"
  344. StartKill.Parent = Main
  345. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  346. StartKill.BorderSizePixel = 0
  347. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  348. StartKill.Size = UDim2.new(0, 126, 0, 23)
  349. StartKill.Font = Enum.Font.Cartoon
  350. StartKill.Text = "FE Kill/Fling"
  351. StartKill.TextColor3 = Color3.new(0, 0, 0)
  352. StartKill.TextSize = 14
  353.  
  354. StopKill.Name = "StopKill"
  355. StopKill.Parent = Main
  356. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  357. StopKill.BorderSizePixel = 0
  358. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  359. StopKill.Size = UDim2.new(0, 124, 0, 23)
  360. StopKill.Font = Enum.Font.Cartoon
  361. StopKill.Text = "Stop FE Kill/Fling"
  362. StopKill.TextColor3 = Color3.new(0, 0, 0)
  363. StopKill.TextSize = 14
  364.  
  365. Instructions.Name = "Instructions"
  366. Instructions.Parent = Main
  367. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  368. Instructions.BackgroundTransparency = 1
  369. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  370. Instructions.Size = UDim2.new(0, 200, 0, 32)
  371. Instructions.Font = Enum.Font.Cartoon
  372. Instructions.Text = "Just touch someone to watch the fly to their death!"
  373. Instructions.TextColor3 = Color3.new(0, 0, 0)
  374. Instructions.TextSize = 14
  375. Instructions.TextWrapped = true
  376.  
  377. CurrentPower.Name = "CurrentPower"
  378. CurrentPower.Parent = Main
  379. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  380. CurrentPower.BackgroundTransparency = 1
  381. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  382. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  383. CurrentPower.Font = Enum.Font.Cartoon
  384. CurrentPower.Text = "Current Power = 5"
  385. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  386. CurrentPower.TextSize = 14
  387.  
  388. Recomendation.Name = "Recomendation"
  389. Recomendation.Parent = Main
  390. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Recomendation.BackgroundTransparency = 1
  392. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  393. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  394. Recomendation.Font = Enum.Font.Cartoon
  395. Recomendation.Text = "Recommended Power is 5"
  396. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  397. Recomendation.TextSize = 14
  398.  
  399. NameOfGui.Name = "NameOfGui"
  400. NameOfGui.Parent = Main
  401. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  402. NameOfGui.BackgroundTransparency = 1
  403. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  404. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  405. NameOfGui.Font = Enum.Font.Cartoon
  406. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  407. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  408. NameOfGui.TextSize = 14
  409.  
  410. Exit.Name = "Exit"
  411. Exit.Parent = Main
  412. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  413. Exit.BackgroundTransparency = 1
  414. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  415. Exit.Size = UDim2.new(0, 20, 0, 27)
  416. Exit.Font = Enum.Font.Cartoon
  417. Exit.Text = "X"
  418. Exit.TextColor3 = Color3.new(0, 0, 0)
  419. Exit.TextSize = 14
  420.  
  421. UPArrow.Name = "UPArrow"
  422. UPArrow.Parent = Main
  423. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  424. UPArrow.BackgroundTransparency = 1
  425. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  426. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  427. UPArrow.Font = Enum.Font.Cartoon
  428. UPArrow.Text = "Up"
  429. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  430. UPArrow.TextSize = 12
  431. UPArrow.TextWrapped = true
  432.  
  433. DownArrow.Name = "DownArrow"
  434. DownArrow.Parent = Main
  435. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  436. DownArrow.BackgroundTransparency = 1
  437. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  438. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  439. DownArrow.Font = Enum.Font.Cartoon
  440. DownArrow.Text = "Down"
  441. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  442. DownArrow.TextSize = 12
  443. DownArrow.TextWrapped = true
  444.  
  445. power = 500
  446. active = false
  447. local val = Instance.new("IntValue")
  448. val.Name = "Number"
  449. val.Parent = game.Players.LocalPlayer
  450. val.Value = 5
  451.  
  452. Exit.MouseButton1Click:connect(function()
  453. FlingKill.Enabled = false
  454. end)
  455.  
  456. StartKill.MouseButton1Click:connect(function()
  457. game:GetService('RunService').Stepped:connect(function()
  458. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  459. game.Players.LocalPlayer.Character.Head.CanCollide = false
  460. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  461. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  462. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  463. else
  464. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  465. game.Players.LocalPlayer.Character.Head.CanCollide = false
  466. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  467. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  468. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  469. end
  470. end
  471. end)
  472. wait(.1)
  473. local bambam = Instance.new("BodyThrust")
  474. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  475. bambam.Force = Vector3.new(power,0,power)
  476. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  477. end)
  478.  
  479. StopKill.MouseButton1Click:connect(function()
  480. active = false
  481. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  482. end)
  483.  
  484. UPArrow.MouseButton1Click:connect(function()
  485. power = power + 100
  486. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  487. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  488. end)
  489.  
  490. DownArrow.MouseButton1Click:connect(function()
  491. power = power - 100
  492. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  493. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  494. end)
  495. end)
  496. FEAnimations.Name = "FE Animations"
  497. FEAnimations.Parent = Main
  498. FEAnimations.BackgroundColor3 = Color3.new(0.972549, 0.909804, 0.0392157)
  499. FEAnimations.Position = UDim2.new(0, 33, 0, 151)
  500. FEAnimations.Size = UDim2.new(0, 200, 0, 60)
  501. FEAnimations.Font = Enum.Font.SourceSans
  502. FEAnimations.Text = "FE Animations"
  503. FEAnimations.TextColor3 = Color3.new(0.152941, 1, 0.0235294)
  504. FEAnimations.TextScaled = true
  505. FEAnimations.TextSize = 14
  506. FEAnimations.TextWrapped = true
  507. FEAnimations.MouseButton1Down:connect(function()
  508. local Energize = Instance.new("ScreenGui")
  509. local SideFrame = Instance.new("Frame")
  510. local OpenGUI = Instance.new("TextButton")
  511. local SideFrameTitle = Instance.new("TextLabel")
  512. local MainFrame = Instance.new("Frame")
  513. local GuiBottomFrame = Instance.new("Frame")
  514. local Credits = Instance.new("TextLabel")
  515. local ScrollingFrame = Instance.new("ScrollingFrame")
  516. local CheckR = Instance.new("TextLabel")
  517. local ScrollingFrameR15 = Instance.new("ScrollingFrame")
  518.  
  519. local CrazySlash = Instance.new("TextButton")--COMPLETE
  520. local Open = Instance.new("TextButton")--COMPLETE
  521. local R15Spinner = Instance.new("TextButton")--COMPLETE
  522. local ArmsOut = Instance.new("TextButton")--COMPLETE
  523. local FloatSlash = Instance.new("TextButton")--COMPLETE
  524. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  525. local DownSlash = Instance.new("TextButton")--COMPLETE
  526. local Pull = Instance.new("TextButton")--COMPLETE
  527. local CircleArm = Instance.new("TextButton")--COMPLETE
  528. local Bend = Instance.new("TextButton")--COMPLETE
  529. local RotateSlash = Instance.new("TextButton")--COMPLETE
  530. local FlingArms = Instance.new("TextButton")--COMPLETE
  531.  
  532. local FullSwing = Instance.new("TextButton")--COMPLETE
  533. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  534. local MoonDance = Instance.new("TextButton")--COMPLETE
  535. local FullPunch = Instance.new("TextButton")--COMPLETE
  536. local Crouch = Instance.new("TextButton")--COMPLETE
  537. local SpinDance = Instance.new("TextButton")--COMPLETE
  538. local FloorFaint = Instance.new("TextButton")--COMPLETE
  539. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  540. local Spinner = Instance.new("TextButton")--COMPLETE
  541. local MegaInsane = Instance.new("TextButton")--COMPLETE
  542. local ArmDetach = Instance.new("TextButton")--COMPLETE
  543. local WeirdMove = Instance.new("TextButton")--COMPLETE
  544. local Faint = Instance.new("TextButton")--COMPLETE
  545. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  546. local Levitate = Instance.new("TextButton")--COMPLETE
  547. local DinoWalk = Instance.new("TextButton")--COMPLETE
  548. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  549. local SwordSlam = Instance.new("TextButton")--COMPLETE
  550. local LoopHead = Instance.new("TextButton")--COMPLETE
  551. local HeroJump = Instance.new("TextButton")--COMPLETE
  552. local Insane = Instance.new("TextButton")--COMPLETE
  553. local FloatingHead = Instance.new("TextButton")--COMPLETE
  554. local HeadThrow = Instance.new("TextButton")--COMPLETE
  555. local MovingDance = Instance.new("TextButton")--COMPLETE
  556. local SuperPunch = Instance.new("TextButton")--COMPLETE
  557. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  558. local Dab = Instance.new("TextButton")--COMPLETE
  559. local FloatSit = Instance.new("TextButton")--COMPLETE
  560. local SuperFaint = Instance.new("TextButton")--COMPLETE
  561. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  562. local Scared = Instance.new("TextButton")--COMPLETE
  563. local InsaneArms = Instance.new("TextButton")--COMPLETE
  564. local SwordSlice = Instance.new("TextButton")--COMPLETE
  565. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  566. local BowDown = Instance.new("TextButton")--COMPLETE
  567. local LoopSlam = Instance.new("TextButton")--COMPLETE
  568.  
  569. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  570. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  571. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  572.  
  573. -- Properties
  574.  
  575. Energize.Name = "Energize"
  576. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  577.  
  578. SideFrame.Name = "SideFrame"
  579. SideFrame.Parent = Energize
  580. SideFrame.Active = true
  581. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  582. SideFrame.Draggable = true
  583. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  584. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  585. SideFrame.Visible = false
  586.  
  587. OpenGUI.Name = "OpenGUI"
  588. OpenGUI.Parent = SideFrame
  589. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  590. OpenGUI.BackgroundTransparency = 1
  591. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  592. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  593. OpenGUI.Font = Enum.Font.SourceSans
  594. OpenGUI.FontSize = Enum.FontSize.Size48
  595. OpenGUI.Text = "X"
  596. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  597. OpenGUI.TextSize = 40
  598. OpenGUI.TextWrapped = true
  599.  
  600. SideFrameTitle.Name = "SideFrameTitle"
  601. SideFrameTitle.Parent = SideFrame
  602. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  603. SideFrameTitle.BackgroundTransparency = 1
  604. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  605. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  606. SideFrameTitle.Font = Enum.Font.Arial
  607. SideFrameTitle.FontSize = Enum.FontSize.Size24
  608. SideFrameTitle.Text = "¦Energize¦"
  609. SideFrameTitle.TextSize = 21
  610. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  611. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  612.  
  613. MainFrame.Name = "MainFrame"
  614. MainFrame.Parent = Energize
  615. MainFrame.Active = true
  616. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  617. MainFrame.BackgroundTransparency = 1
  618. MainFrame.Draggable = true
  619. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  620. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  621.  
  622. GuiBottomFrame.Name = "Gui BottomFrame"
  623. GuiBottomFrame.Parent = MainFrame
  624. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  625. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  626. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  627. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  628.  
  629. Credits.Name = "Credits"
  630. Credits.Parent = GuiBottomFrame
  631. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  632. Credits.BackgroundTransparency = 1
  633. Credits.Size = UDim2.new(0, 460, 0, 32)
  634. Credits.FontSize = Enum.FontSize.Size14
  635. Credits.Text = "By illremember ¦FE Animations Gui"
  636. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  637. Credits.TextSize = 14
  638. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  639. Credits.TextStrokeTransparency = 0.69999998807907
  640. Credits.TextWrapped = true
  641.  
  642. ScrollingFrame.Parent = MainFrame
  643. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  644. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  645. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  646. ScrollingFrame.ScrollBarThickness = 13
  647.  
  648. FullSwing.Name = "FullSwing"
  649. FullSwing.Parent = ScrollingFrame
  650. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  651. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  652. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  653. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  654. FullSwing.Font = Enum.Font.Highway
  655. FullSwing.FontSize = Enum.FontSize.Size24
  656. FullSwing.Text = "Full Swing"
  657. FullSwing.TextSize = 20
  658. FullSwing.TextWrapped = true
  659.  
  660. GlitchLevitate.Name = "GlitchLevitate"
  661. GlitchLevitate.Parent = ScrollingFrame
  662. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  663. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  664. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  665. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  666. GlitchLevitate.Font = Enum.Font.Highway
  667. GlitchLevitate.FontSize = Enum.FontSize.Size24
  668. GlitchLevitate.Text = "Glitch Levitate"
  669. GlitchLevitate.TextSize = 20
  670. GlitchLevitate.TextWrapped = true
  671.  
  672. MoonDance.Name = "MoonDance"
  673. MoonDance.Parent = ScrollingFrame
  674. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  675. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  676. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  677. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  678. MoonDance.Font = Enum.Font.Highway
  679. MoonDance.FontSize = Enum.FontSize.Size24
  680. MoonDance.Text = "Moon Dance"
  681. MoonDance.TextSize = 20
  682. MoonDance.TextWrapped = true
  683.  
  684. FullPunch.Name = "FullPunch"
  685. FullPunch.Parent = ScrollingFrame
  686. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  687. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  688. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  689. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  690. FullPunch.Font = Enum.Font.Highway
  691. FullPunch.FontSize = Enum.FontSize.Size24
  692. FullPunch.Text = "Full Punch"
  693. FullPunch.TextSize = 20
  694. FullPunch.TextWrapped = true
  695.  
  696. Crouch.Name = "Crouch"
  697. Crouch.Parent = ScrollingFrame
  698. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  699. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  700. Crouch.Position = UDim2.new(0, 168, 0, 280)
  701. Crouch.Size = UDim2.new(0, 119, 0, 34)
  702. Crouch.Font = Enum.Font.Highway
  703. Crouch.FontSize = Enum.FontSize.Size24
  704. Crouch.Text = "Crouch"
  705. Crouch.TextSize = 20
  706. Crouch.TextWrapped = true
  707.  
  708. SpinDance.Name = "SpinDance"
  709. SpinDance.Parent = ScrollingFrame
  710. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  711. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  712. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  713. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  714. SpinDance.Font = Enum.Font.Highway
  715. SpinDance.FontSize = Enum.FontSize.Size24
  716. SpinDance.Text = "Spin Dance"
  717. SpinDance.TextSize = 20
  718. SpinDance.TextWrapped = true
  719.  
  720. FloorFaint.Name = "FloorFaint"
  721. FloorFaint.Parent = ScrollingFrame
  722. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  723. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  724. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  725. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  726. FloorFaint.Font = Enum.Font.Highway
  727. FloorFaint.FontSize = Enum.FontSize.Size24
  728. FloorFaint.Text = "Floor Faint"
  729. FloorFaint.TextSize = 20
  730. FloorFaint.TextWrapped = true
  731.  
  732. JumpingJacks.Name = "JumpingJacks"
  733. JumpingJacks.Parent = ScrollingFrame
  734. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  735. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  736. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  737. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  738. JumpingJacks.Font = Enum.Font.Highway
  739. JumpingJacks.FontSize = Enum.FontSize.Size24
  740. JumpingJacks.Text = "Jumping Jacks"
  741. JumpingJacks.TextSize = 20
  742. JumpingJacks.TextWrapped = true
  743.  
  744. Spinner.Name = "Spinner"
  745. Spinner.Parent = ScrollingFrame
  746. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  747. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  748. Spinner.Position = UDim2.new(0, 17, 0, 192)
  749. Spinner.Size = UDim2.new(0, 119, 0, 34)
  750. Spinner.Font = Enum.Font.Highway
  751. Spinner.FontSize = Enum.FontSize.Size24
  752. Spinner.Text = "Spinner"
  753. Spinner.TextSize = 20
  754. Spinner.TextWrapped = true
  755.  
  756. MegaInsane.Name = "MegaInsane"
  757. MegaInsane.Parent = ScrollingFrame
  758. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  759. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  760. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  761. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  762. MegaInsane.Font = Enum.Font.Highway
  763. MegaInsane.FontSize = Enum.FontSize.Size24
  764. MegaInsane.Text = "Mega Insane"
  765. MegaInsane.TextSize = 20
  766. MegaInsane.TextWrapped = true
  767.  
  768. ArmDetach.Name = "ArmDetach"
  769. ArmDetach.Parent = ScrollingFrame
  770. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  771. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  772. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  773. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  774. ArmDetach.Font = Enum.Font.Highway
  775. ArmDetach.FontSize = Enum.FontSize.Size24
  776. ArmDetach.Text = "Arm Detach"
  777. ArmDetach.TextSize = 20
  778. ArmDetach.TextWrapped = true
  779.  
  780. WeirdMove.Name = "WeirdMove"
  781. WeirdMove.Parent = ScrollingFrame
  782. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  783. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  784. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  785. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  786. WeirdMove.Font = Enum.Font.Highway
  787. WeirdMove.FontSize = Enum.FontSize.Size24
  788. WeirdMove.Text = "Weird Move"
  789. WeirdMove.TextSize = 20
  790. WeirdMove.TextWrapped = true
  791.  
  792. Faint.Name = "Faint"
  793. Faint.Parent = ScrollingFrame
  794. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  795. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  796. Faint.Position = UDim2.new(0, 17, 0, 148)
  797. Faint.Size = UDim2.new(0, 119, 0, 34)
  798. Faint.Font = Enum.Font.Highway
  799. Faint.FontSize = Enum.FontSize.Size24
  800. Faint.Text = "Faint"
  801. Faint.TextSize = 20
  802. Faint.TextWrapped = true
  803.  
  804. CloneIllusion.Name = "CloneIllusion"
  805. CloneIllusion.Parent = ScrollingFrame
  806. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  807. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  808. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  809. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  810. CloneIllusion.Font = Enum.Font.Highway
  811. CloneIllusion.FontSize = Enum.FontSize.Size24
  812. CloneIllusion.Text = "Clone Illusion"
  813. CloneIllusion.TextSize = 20
  814. CloneIllusion.TextWrapped = true
  815.  
  816. Levitate.Name = "Levitate"
  817. Levitate.Parent = ScrollingFrame
  818. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  819. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  820. Levitate.Position = UDim2.new(0, 17, 0, 104)
  821. Levitate.Size = UDim2.new(0, 119, 0, 34)
  822. Levitate.Font = Enum.Font.Highway
  823. Levitate.FontSize = Enum.FontSize.Size24
  824. Levitate.Text = "Levitate"
  825. Levitate.TextSize = 20
  826. Levitate.TextWrapped = true
  827.  
  828. DinoWalk.Name = "DinoWalk"
  829. DinoWalk.Parent = ScrollingFrame
  830. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  831. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  832. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  833. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  834. DinoWalk.Font = Enum.Font.Highway
  835. DinoWalk.FontSize = Enum.FontSize.Size24
  836. DinoWalk.Text = "Dino Walk"
  837. DinoWalk.TextSize = 20
  838. DinoWalk.TextWrapped = true
  839.  
  840. FloorCrawl.Name = "FloorCrawl"
  841. FloorCrawl.Parent = ScrollingFrame
  842. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  843. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  844. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  845. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  846. FloorCrawl.Font = Enum.Font.Highway
  847. FloorCrawl.FontSize = Enum.FontSize.Size24
  848. FloorCrawl.Text = "Floor Crawl"
  849. FloorCrawl.TextSize = 20
  850. FloorCrawl.TextWrapped = true
  851.  
  852. SwordSlam.Name = "SwordSlam"
  853. SwordSlam.Parent = ScrollingFrame
  854. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  855. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  856. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  857. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  858. SwordSlam.Font = Enum.Font.Highway
  859. SwordSlam.FontSize = Enum.FontSize.Size24
  860. SwordSlam.Text = "Sword Slam"
  861. SwordSlam.TextSize = 20
  862. SwordSlam.TextWrapped = true
  863.  
  864. LoopHead.Name = "LoopHead"
  865. LoopHead.Parent = ScrollingFrame
  866. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  867. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  868. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  869. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  870. LoopHead.Font = Enum.Font.Highway
  871. LoopHead.FontSize = Enum.FontSize.Size24
  872. LoopHead.Text = "Loop Head"
  873. LoopHead.TextSize = 20
  874. LoopHead.TextWrapped = true
  875.  
  876. HeroJump.Name = "HeroJump"
  877. HeroJump.Parent = ScrollingFrame
  878. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  879. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  880. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  881. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  882. HeroJump.Font = Enum.Font.Highway
  883. HeroJump.FontSize = Enum.FontSize.Size24
  884. HeroJump.Text = "Hero Jump"
  885. HeroJump.TextSize = 20
  886. HeroJump.TextWrapped = true
  887.  
  888. Insane.Name = "Insane"
  889. Insane.Parent = ScrollingFrame
  890. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  891. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  892. Insane.Position = UDim2.new(0, 319, 0, 16)
  893. Insane.Size = UDim2.new(0, 119, 0, 34)
  894. Insane.Font = Enum.Font.Highway
  895. Insane.FontSize = Enum.FontSize.Size24
  896. Insane.Text = "Insane"
  897. Insane.TextSize = 20
  898. Insane.TextWrapped = true
  899.  
  900. FloatingHead.Name = "FloatingHead"
  901. FloatingHead.Parent = ScrollingFrame
  902. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  903. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  904. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  905. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  906. FloatingHead.Font = Enum.Font.Highway
  907. FloatingHead.FontSize = Enum.FontSize.Size24
  908. FloatingHead.Text = "Floating Head"
  909. FloatingHead.TextSize = 20
  910. FloatingHead.TextWrapped = true
  911.  
  912. HeadThrow.Name = "HeadThrow"
  913. HeadThrow.Parent = ScrollingFrame
  914. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  915. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  916. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  917. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  918. HeadThrow.Font = Enum.Font.Highway
  919. HeadThrow.FontSize = Enum.FontSize.Size24
  920. HeadThrow.Text = "Head Throw"
  921. HeadThrow.TextSize = 20
  922. HeadThrow.TextWrapped = true
  923.  
  924. MovingDance.Name = "MovingDance"
  925. MovingDance.Parent = ScrollingFrame
  926. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  927. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  928. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  929. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  930. MovingDance.Font = Enum.Font.Highway
  931. MovingDance.FontSize = Enum.FontSize.Size24
  932. MovingDance.Text = "Moving Dance"
  933. MovingDance.TextSize = 20
  934. MovingDance.TextWrapped = true
  935.  
  936. SuperPunch.Name = "SuperPunch"
  937. SuperPunch.Parent = ScrollingFrame
  938. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  939. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  940. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  941. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  942. SuperPunch.Font = Enum.Font.Highway
  943. SuperPunch.FontSize = Enum.FontSize.Size24
  944. SuperPunch.Text = "Super Punch"
  945. SuperPunch.TextSize = 20
  946. SuperPunch.TextWrapped = true
  947.  
  948. ArmTurbine.Name = "ArmTurbine"
  949. ArmTurbine.Parent = ScrollingFrame
  950. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  951. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  952. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  953. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  954. ArmTurbine.Font = Enum.Font.Highway
  955. ArmTurbine.FontSize = Enum.FontSize.Size24
  956. ArmTurbine.Text = "Arm Turbine"
  957. ArmTurbine.TextSize = 20
  958. ArmTurbine.TextWrapped = true
  959.  
  960. Dab.Name = "Dab"
  961. Dab.Parent = ScrollingFrame
  962. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  963. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  964. Dab.Position = UDim2.new(0, 17, 0, 366)
  965. Dab.Size = UDim2.new(0, 119, 0, 34)
  966. Dab.Font = Enum.Font.Highway
  967. Dab.FontSize = Enum.FontSize.Size24
  968. Dab.Text = "Dab"
  969. Dab.TextSize = 20
  970. Dab.TextWrapped = true
  971.  
  972. FloatSit.Name = "FloatSit"
  973. FloatSit.Parent = ScrollingFrame
  974. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  975. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  976. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  977. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  978. FloatSit.Font = Enum.Font.Highway
  979. FloatSit.FontSize = Enum.FontSize.Size24
  980. FloatSit.Text = "Float Sit"
  981. FloatSit.TextSize = 20
  982. FloatSit.TextWrapped = true
  983.  
  984. SuperFaint.Name = "SuperFaint"
  985. SuperFaint.Parent = ScrollingFrame
  986. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  987. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  988. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  989. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  990. SuperFaint.Font = Enum.Font.Highway
  991. SuperFaint.FontSize = Enum.FontSize.Size24
  992. SuperFaint.Text = "Super Faint"
  993. SuperFaint.TextSize = 20
  994. SuperFaint.TextWrapped = true
  995.  
  996. BarrelRoll.Name = "BarrelRoll"
  997. BarrelRoll.Parent = ScrollingFrame
  998. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  999. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1000. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  1001. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  1002. BarrelRoll.Font = Enum.Font.Highway
  1003. BarrelRoll.FontSize = Enum.FontSize.Size24
  1004. BarrelRoll.Text = "Barrel Roll"
  1005. BarrelRoll.TextSize = 20
  1006. BarrelRoll.TextWrapped = true
  1007.  
  1008. Scared.Name = "Scared"
  1009. Scared.Parent = ScrollingFrame
  1010. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1011. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1012. Scared.Position = UDim2.new(0, 319, 0, 454)
  1013. Scared.Size = UDim2.new(0, 119, 0, 34)
  1014. Scared.Font = Enum.Font.Highway
  1015. Scared.FontSize = Enum.FontSize.Size24
  1016. Scared.Text = "Scared"
  1017. Scared.TextSize = 20
  1018. Scared.TextWrapped = true
  1019.  
  1020. InsaneArms.Name = "InsaneArms"
  1021. InsaneArms.Parent = ScrollingFrame
  1022. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1023. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1024. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  1025. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  1026. InsaneArms.Font = Enum.Font.Highway
  1027. InsaneArms.FontSize = Enum.FontSize.Size24
  1028. InsaneArms.Text = "Insane Arms"
  1029. InsaneArms.TextSize = 20
  1030. InsaneArms.TextWrapped = true
  1031.  
  1032. SwordSlice.Name = "SwordSlice"
  1033. SwordSlice.Parent = ScrollingFrame
  1034. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1035. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1036. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  1037. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  1038. SwordSlice.Font = Enum.Font.Highway
  1039. SwordSlice.FontSize = Enum.FontSize.Size24
  1040. SwordSlice.Text = "Sword Slice"
  1041. SwordSlice.TextSize = 20
  1042. SwordSlice.TextWrapped = true
  1043.  
  1044. SpinDance2.Name = "SpinDance2"
  1045. SpinDance2.Parent = ScrollingFrame
  1046. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1047. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1048. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  1049. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  1050. SpinDance2.Font = Enum.Font.Highway
  1051. SpinDance2.FontSize = Enum.FontSize.Size24
  1052. SpinDance2.Text = "Spin Dance 2"
  1053. SpinDance2.TextSize = 20
  1054. SpinDance2.TextWrapped = true
  1055.  
  1056. BowDown.Name = "BowDown"
  1057. BowDown.Parent = ScrollingFrame
  1058. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1059. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1060. BowDown.Position = UDim2.new(0, 319, 0, 498)
  1061. BowDown.Size = UDim2.new(0, 119, 0, 34)
  1062. BowDown.Font = Enum.Font.Highway
  1063. BowDown.FontSize = Enum.FontSize.Size24
  1064. BowDown.Text = "Bow Down"
  1065. BowDown.TextSize = 20
  1066. BowDown.TextWrapped = true
  1067.  
  1068. LoopSlam.Name = "LoopSlam"
  1069. LoopSlam.Parent = ScrollingFrame
  1070. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  1071. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1072. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  1073. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  1074. LoopSlam.Font = Enum.Font.Highway
  1075. LoopSlam.FontSize = Enum.FontSize.Size24
  1076. LoopSlam.Text = "Loop Slam"
  1077. LoopSlam.TextSize = 20
  1078. LoopSlam.TextWrapped = true
  1079.  
  1080. GuiTopFrame.Name = "Gui TopFrame"
  1081. GuiTopFrame.Parent = MainFrame
  1082. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  1083. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  1084. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  1085.  
  1086. CloseGUI.Name = "CloseGUI"
  1087. CloseGUI.Parent = GuiTopFrame
  1088. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1089. CloseGUI.BackgroundTransparency = 1
  1090. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  1091. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  1092. CloseGUI.Font = Enum.Font.SourceSans
  1093. CloseGUI.FontSize = Enum.FontSize.Size48
  1094. CloseGUI.Text = "X"
  1095. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  1096. CloseGUI.TextSize = 40
  1097. CloseGUI.TextWrapped = true
  1098.  
  1099. Title.Name = "Title"
  1100. Title.Parent = GuiTopFrame
  1101. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1102. Title.BackgroundTransparency = 1
  1103. Title.Size = UDim2.new(0, 460, 0, 32)
  1104. Title.FontSize = Enum.FontSize.Size14
  1105. Title.Text = "¦Energize¦"
  1106. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1107. Title.TextSize = 14
  1108. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  1109. Title.TextStrokeTransparency = 0.69999998807907
  1110. Title.TextWrapped = true
  1111.  
  1112. CheckR.Name = "CheckR"
  1113. CheckR.Parent = GuiTopFrame
  1114. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. CheckR.BackgroundTransparency = 1
  1116. CheckR.Size = UDim2.new(0, 171, 0, 32)
  1117. CheckR.Font = Enum.Font.SourceSansBold
  1118. CheckR.FontSize = Enum.FontSize.Size14
  1119. CheckR.Text = "Text"
  1120. CheckR.TextScaled = true
  1121. CheckR.TextSize = 14
  1122. CheckR.TextWrapped = true
  1123.  
  1124. ScrollingFrameR15.Name = "ScrollingFrameR15"
  1125. ScrollingFrameR15.Parent = MainFrame
  1126. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  1127. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  1128. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  1129. ScrollingFrameR15.Visible = false
  1130. ScrollingFrameR15.ScrollBarThickness = 13
  1131.  
  1132. CrazySlash.Name = "CrazySlash"
  1133. CrazySlash.Parent = ScrollingFrameR15
  1134. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1135. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1136. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  1137. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  1138. CrazySlash.Font = Enum.Font.Highway
  1139. CrazySlash.FontSize = Enum.FontSize.Size24
  1140. CrazySlash.Text = "CrazySlash"
  1141. CrazySlash.TextSize = 20
  1142. CrazySlash.TextWrapped = true
  1143.  
  1144. Open.Name = "Open"
  1145. Open.Parent = ScrollingFrameR15
  1146. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1147. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1148. Open.Position = UDim2.new(0, 168, 0, 16)
  1149. Open.Size = UDim2.new(0, 119, 0, 34)
  1150. Open.Font = Enum.Font.Highway
  1151. Open.FontSize = Enum.FontSize.Size24
  1152. Open.Text = "Open"
  1153. Open.TextSize = 20
  1154. Open.TextWrapped = true
  1155.  
  1156. R15Spinner.Name = "R15Spinner"
  1157. R15Spinner.Parent = ScrollingFrameR15
  1158. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1159. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1160. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  1161. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  1162. R15Spinner.Font = Enum.Font.Highway
  1163. R15Spinner.FontSize = Enum.FontSize.Size24
  1164. R15Spinner.Text = "Spinner"
  1165. R15Spinner.TextSize = 20
  1166. R15Spinner.TextWrapped = true
  1167.  
  1168. ArmsOut.Name = "ArmsOut"
  1169. ArmsOut.Parent = ScrollingFrameR15
  1170. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1171. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1172. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  1173. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  1174. ArmsOut.Font = Enum.Font.Highway
  1175. ArmsOut.FontSize = Enum.FontSize.Size24
  1176. ArmsOut.Text = "ArmsOut"
  1177. ArmsOut.TextSize = 20
  1178. ArmsOut.TextWrapped = true
  1179.  
  1180. FloatSlash.Name = "FloatSlash"
  1181. FloatSlash.Parent = ScrollingFrameR15
  1182. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1183. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1184. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  1185. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  1186. FloatSlash.Font = Enum.Font.Highway
  1187. FloatSlash.FontSize = Enum.FontSize.Size24
  1188. FloatSlash.Text = "FloatSlash"
  1189. FloatSlash.TextSize = 20
  1190. FloatSlash.TextWrapped = true
  1191.  
  1192. WeirdZombie.Name = "WeirdZombie"
  1193. WeirdZombie.Parent = ScrollingFrameR15
  1194. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1195. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1196. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  1197. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  1198. WeirdZombie.Font = Enum.Font.Highway
  1199. WeirdZombie.FontSize = Enum.FontSize.Size24
  1200. WeirdZombie.Text = "WeirdZombie"
  1201. WeirdZombie.TextSize = 20
  1202. WeirdZombie.TextWrapped = true
  1203.  
  1204. DownSlash.Name = "DownSlash"
  1205. DownSlash.Parent = ScrollingFrameR15
  1206. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1207. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1208. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  1209. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  1210. DownSlash.Font = Enum.Font.Highway
  1211. DownSlash.FontSize = Enum.FontSize.Size24
  1212. DownSlash.Text = "DownSlash"
  1213. DownSlash.TextSize = 20
  1214. DownSlash.TextWrapped = true
  1215.  
  1216. Pull.Name = "Pull"
  1217. Pull.Parent = ScrollingFrameR15
  1218. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1219. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1220. Pull.Position = UDim2.new(0, 17, 0, 104)
  1221. Pull.Size = UDim2.new(0, 119, 0, 34)
  1222. Pull.Font = Enum.Font.Highway
  1223. Pull.FontSize = Enum.FontSize.Size24
  1224. Pull.Text = "Pull"
  1225. Pull.TextSize = 20
  1226. Pull.TextWrapped = true
  1227.  
  1228. CircleArm.Name = "CircleArm"
  1229. CircleArm.Parent = ScrollingFrameR15
  1230. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1231. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1232. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  1233. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  1234. CircleArm.Font = Enum.Font.Highway
  1235. CircleArm.FontSize = Enum.FontSize.Size24
  1236. CircleArm.Text = "CircleArm"
  1237. CircleArm.TextSize = 20
  1238. CircleArm.TextWrapped = true
  1239.  
  1240. Bend.Name = "Bend"
  1241. Bend.Parent = ScrollingFrameR15
  1242. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1243. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1244. Bend.Position = UDim2.new(0, 319, 0, 104)
  1245. Bend.Size = UDim2.new(0, 119, 0, 34)
  1246. Bend.Font = Enum.Font.Highway
  1247. Bend.FontSize = Enum.FontSize.Size24
  1248. Bend.Text = "Bend"
  1249. Bend.TextSize = 20
  1250. Bend.TextWrapped = true
  1251.  
  1252. RotateSlash.Name = "RotateSlash"
  1253. RotateSlash.Parent = ScrollingFrameR15
  1254. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1255. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1256. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  1257. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  1258. RotateSlash.Font = Enum.Font.Highway
  1259. RotateSlash.FontSize = Enum.FontSize.Size24
  1260. RotateSlash.Text = "RotateSlash"
  1261. RotateSlash.TextSize = 20
  1262. RotateSlash.TextWrapped = true
  1263.  
  1264. FlingArms.Name = "FlingArms"
  1265. FlingArms.Parent = ScrollingFrameR15
  1266. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  1267. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1268. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  1269. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  1270. FlingArms.Font = Enum.Font.Highway
  1271. FlingArms.FontSize = Enum.FontSize.Size24
  1272. FlingArms.Text = "FlingArms"
  1273. FlingArms.TextSize = 20
  1274. FlingArms.TextWrapped = true
  1275.  
  1276. -- Buttons
  1277. col = Color3.new(0.886275, 0.776471, 0.368627)
  1278. loc = Color3.new(1, 0.906471, 0.568627)
  1279. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  1280. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  1281.  
  1282. CloseGUI.MouseButton1Click:connect(function()
  1283. MainFrame.Visible = false
  1284. SideFrame.Visible = true
  1285. SideFrame.Position = MainFrame.Position
  1286. end)
  1287.  
  1288. OpenGUI.MouseButton1Click:connect(function()
  1289. MainFrame.Visible = true
  1290. SideFrame.Visible = false
  1291. MainFrame.Position = SideFrame.Position
  1292. end)
  1293.  
  1294. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  1295. ScrollingFrame.Visible = false
  1296. ScrollingFrameR15.Visible = true
  1297. CheckR.Text = "Showing R15 Animations"
  1298. else
  1299. ScrollingFrame.Visible = true
  1300. ScrollingFrameR15.Visible = false
  1301. CheckR.Text = "Showing R6 Animations"
  1302. end
  1303.  
  1304. local Anim = Instance.new("Animation")
  1305. Anim.AnimationId = "rbxassetid://35154961"
  1306. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1307. local HeadThrowACTIVE = false
  1308. HeadThrow.MouseButton1Click:connect(function()
  1309. HeadThrowACTIVE = not HeadThrowACTIVE
  1310. if HeadThrowACTIVE then
  1311. HeadThrow.BackgroundColor3 = loc
  1312. while wait() do
  1313. if track.IsPlaying == false then
  1314. if HeadThrowACTIVE then
  1315. track:Play(.1, 1, 1)
  1316. end
  1317. end
  1318. end
  1319. else
  1320. track:Stop()
  1321. HeadThrow.BackgroundColor3 = col
  1322. end
  1323. end)
  1324.  
  1325. local Anim = Instance.new("Animation")
  1326. Anim.AnimationId = "rbxassetid://121572214"
  1327. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1328. local FloatingHeadACTIVE = false
  1329. FloatingHead.MouseButton1Click:connect(function()
  1330. FloatingHeadACTIVE = not FloatingHeadACTIVE
  1331. if FloatingHeadACTIVE then
  1332. track:Play(.1, 1, 1)
  1333. FloatingHead.BackgroundColor3 = loc
  1334. else
  1335. track:Stop()
  1336. FloatingHead.BackgroundColor3 = col
  1337. end
  1338. end)
  1339.  
  1340. local Anim = Instance.new("Animation")
  1341. Anim.AnimationId = "rbxassetid://182724289"
  1342. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1343. local CrouchACTIVE = false
  1344. Crouch.MouseButton1Click:connect(function()
  1345. CrouchACTIVE = not CrouchACTIVE
  1346. if CrouchACTIVE then
  1347. track:Play(.1, 1, 1)
  1348. Crouch.BackgroundColor3 = loc
  1349. else
  1350. track:Stop()
  1351. Crouch.BackgroundColor3 = col
  1352. end
  1353. end)
  1354.  
  1355. local Anim = Instance.new("Animation")
  1356. Anim.AnimationId = "rbxassetid://282574440"
  1357. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1358. local FloorCrawlACTIVE = false
  1359. FloorCrawl.MouseButton1Click:connect(function()
  1360. FloorCrawlACTIVE = not FloorCrawlACTIVE
  1361. if FloorCrawlACTIVE then
  1362. track:Play(.1, 1, 1)
  1363. FloorCrawl.BackgroundColor3 = loc
  1364. else
  1365. track:Stop()
  1366. FloorCrawl.BackgroundColor3 = col
  1367. end
  1368. end)
  1369.  
  1370. local Anim = Instance.new("Animation")
  1371. Anim.AnimationId = "rbxassetid://204328711"
  1372. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1373. local DinoWalkACTIVE = false
  1374. DinoWalk.MouseButton1Click:connect(function()
  1375. DinoWalkACTIVE = not DinoWalkACTIVE
  1376. if DinoWalkACTIVE then
  1377. track:Play(.1, 1, 1)
  1378. DinoWalk.BackgroundColor3 = loc
  1379. else
  1380. track:Stop()
  1381. DinoWalk.BackgroundColor3 = col
  1382. end
  1383. end)
  1384.  
  1385. local Anim = Instance.new("Animation")
  1386. Anim.AnimationId = "rbxassetid://429681631"
  1387. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1388. local JumpingJacksACTIVE = false
  1389. JumpingJacks.MouseButton1Click:connect(function()
  1390. JumpingJacksACTIVE = not JumpingJacksACTIVE
  1391. if JumpingJacksACTIVE then
  1392. track:Play(.1, 1, 1)
  1393. JumpingJacks.BackgroundColor3 = loc
  1394. else
  1395. track:Stop()
  1396. JumpingJacks.BackgroundColor3 = col
  1397. end
  1398. end)
  1399.  
  1400. local Anim = Instance.new("Animation")
  1401. Anim.AnimationId = "rbxassetid://35154961"
  1402. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1403. local LoopHeadACTIVE = false
  1404. LoopHead.MouseButton1Click:connect(function()
  1405. LoopHeadACTIVE = not LoopHeadACTIVE
  1406. if LoopHeadACTIVE then
  1407. LoopHead.BackgroundColor3 = loc
  1408. while wait() do
  1409. if track.IsPlaying == false then
  1410. if LoopHeadACTIVE then
  1411. track:Play(.5, 1, 1e6)
  1412. end
  1413. end
  1414. end
  1415. else
  1416. track:Stop()
  1417. LoopHead.BackgroundColor3 = col
  1418. end
  1419. end)
  1420.  
  1421. local Anim = Instance.new("Animation")
  1422. Anim.AnimationId = "rbxassetid://184574340"
  1423. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1424. local HeroJumpACTIVE = false
  1425. HeroJump.MouseButton1Click:connect(function()
  1426. HeroJumpACTIVE = not HeroJumpACTIVE
  1427. if HeroJumpACTIVE then
  1428. HeroJump.BackgroundColor3 = loc
  1429. while wait() do
  1430. if track.IsPlaying == false then
  1431. if HeroJumpACTIVE then
  1432. track:Play(.1, 1, 1)
  1433. end
  1434. end
  1435. end
  1436. else
  1437. track:Stop()
  1438. HeroJump.BackgroundColor3 = col
  1439. end
  1440. end)
  1441.  
  1442. local Anim = Instance.new("Animation")
  1443. Anim.AnimationId = "rbxassetid://181526230"
  1444. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1445. local FaintACTIVE = false
  1446. Faint.MouseButton1Click:connect(function()
  1447. FaintACTIVE = not FaintACTIVE
  1448. if FaintACTIVE then
  1449. track:Play(.1, 1, 1)
  1450. Faint.BackgroundColor3 = loc
  1451. else
  1452. track:Stop()
  1453. Faint.BackgroundColor3 = col
  1454. end
  1455. end)
  1456.  
  1457. local Anim = Instance.new("Animation")
  1458. Anim.AnimationId = "rbxassetid://181525546"
  1459. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1460. local FloorFaintACTIVE = false
  1461. FloorFaint.MouseButton1Click:connect(function()
  1462. FloorFaintACTIVE = not FloorFaintACTIVE
  1463. if FloorFaintACTIVE then
  1464. FloorFaint.BackgroundColor3 = loc
  1465. while wait() do
  1466. if track.IsPlaying == false then
  1467. if FloorFaintACTIVE then
  1468. track:Play(.1, 1, 2)
  1469. end
  1470. end
  1471. end
  1472. else
  1473. track:Stop()
  1474. FloorFaint.BackgroundColor3 = col
  1475. end
  1476. end)
  1477.  
  1478. local Anim = Instance.new("Animation")
  1479. Anim.AnimationId = "rbxassetid://181525546"
  1480. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1481. local SuperFaintACTIVE = false
  1482. SuperFaint.MouseButton1Click:connect(function()
  1483. SuperFaintACTIVE = not SuperFaintACTIVE
  1484. if SuperFaintACTIVE then
  1485. SuperFaint.BackgroundColor3 = loc
  1486. while wait() do
  1487. if track.IsPlaying == false then
  1488. if SuperFaintACTIVE then
  1489. track:Play(.1, 0.5, 40)
  1490. end
  1491. end
  1492. end
  1493. else
  1494. track:Stop()
  1495. SuperFaint.BackgroundColor3 = col
  1496. end
  1497. end)
  1498.  
  1499. local Anim = Instance.new("Animation")
  1500. Anim.AnimationId = "rbxassetid://313762630"
  1501. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1502. local LevitateACTIVE = false
  1503. Levitate.MouseButton1Click:connect(function()
  1504. LevitateACTIVE = not LevitateACTIVE
  1505. if LevitateACTIVE then
  1506. track:Play(.1, 1, 1)
  1507. Levitate.BackgroundColor3 = loc
  1508. else
  1509. track:Stop()
  1510. Levitate.BackgroundColor3 = col
  1511. end
  1512. end)
  1513.  
  1514. local Anim = Instance.new("Animation")
  1515. Anim.AnimationId = "rbxassetid://183412246"
  1516. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1517. local DabACTIVE = false
  1518. Dab.MouseButton1Click:connect(function()
  1519. DabACTIVE = not DabACTIVE
  1520. if DabACTIVE then
  1521. Dab.BackgroundColor3 = loc
  1522. while wait() do
  1523. if track.IsPlaying == false then
  1524. if DabACTIVE then
  1525. track:Play(.1, 1, 1)
  1526. end
  1527. end
  1528. end
  1529. else
  1530. track:Stop()
  1531. Dab.BackgroundColor3 = col
  1532. end
  1533. end)
  1534.  
  1535. local Anim = Instance.new("Animation")
  1536. Anim.AnimationId = "rbxassetid://188632011"
  1537. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1538. local SpinACTIVE = false
  1539. Spinner.MouseButton1Click:connect(function()
  1540. SpinACTIVE = not SpinACTIVE
  1541. if SpinACTIVE then
  1542. Spinner.BackgroundColor3 = loc
  1543. while wait() do
  1544. if track.IsPlaying == false then
  1545. if SpinACTIVE then
  1546. track:Play(.1, 1, 2)
  1547. end
  1548. end
  1549. end
  1550. else
  1551. track:Stop()
  1552. Spinner.BackgroundColor3 = col
  1553. end
  1554. end)
  1555.  
  1556. local Anim = Instance.new("Animation")
  1557. Anim.AnimationId = "rbxassetid://179224234"
  1558. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1559. local FloatSitACTIVE = false
  1560. FloatSit.MouseButton1Click:connect(function()
  1561. FloatSitACTIVE = not FloatSitACTIVE
  1562. if FloatSitACTIVE then
  1563. track:Play(.1, 1, 1)
  1564. FloatSit.BackgroundColor3 = loc
  1565. else
  1566. track:Stop()
  1567. FloatSit.BackgroundColor3 = col
  1568. end
  1569. end)
  1570.  
  1571. local Anim = Instance.new("Animation")
  1572. Anim.AnimationId = "rbxassetid://429703734"
  1573. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1574. local MovingDanceACTIVE = false
  1575. MovingDance.MouseButton1Click:connect(function()
  1576. MovingDanceACTIVE = not MovingDanceACTIVE
  1577. if MovingDanceACTIVE then
  1578. MovingDance.BackgroundColor3 = loc
  1579. while wait() do
  1580. if track.IsPlaying == false then
  1581. if MovingDanceACTIVE then
  1582. track:Play(.1, 1, 1)
  1583. end
  1584. end
  1585. end
  1586. else
  1587. track:Stop()
  1588. MovingDance.BackgroundColor3 = col
  1589. end
  1590. end)
  1591.  
  1592. local Anim = Instance.new("Animation")
  1593. Anim.AnimationId = "rbxassetid://215384594"
  1594. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1595. local WeirdMoveACTIVE = false
  1596. WeirdMove.MouseButton1Click:connect(function()
  1597. WeirdMoveACTIVE = not WeirdMoveACTIVE
  1598. if WeirdMoveACTIVE then
  1599. track:Play(.1, 1, 1)
  1600. WeirdMove.BackgroundColor3 = loc
  1601. else
  1602. track:Stop()
  1603. WeirdMove.BackgroundColor3 = col
  1604. end
  1605. end)
  1606.  
  1607. local Anim = Instance.new("Animation")
  1608. Anim.AnimationId = "rbxassetid://215384594"
  1609. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1610. local CloneIllusionACTIVE = false
  1611. CloneIllusion.MouseButton1Click:connect(function()
  1612. CloneIllusionACTIVE = not CloneIllusionACTIVE
  1613. if CloneIllusionACTIVE then
  1614. track:Play(.5, 1, 1e7)
  1615. CloneIllusion.BackgroundColor3 = loc
  1616. else
  1617. track:Stop()
  1618. CloneIllusion.BackgroundColor3 = col
  1619. end
  1620. end)
  1621.  
  1622. local Anim = Instance.new("Animation")
  1623. Anim.AnimationId = "rbxassetid://313762630"
  1624. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1625. local GlitchLevitateACTIVE = false
  1626. GlitchLevitate.MouseButton1Click:connect(function()
  1627. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  1628. if GlitchLevitateACTIVE then
  1629. track:Play(.5, 1, 1e7)
  1630. GlitchLevitate.BackgroundColor3 = loc
  1631. else
  1632. track:Stop()
  1633. GlitchLevitate.BackgroundColor3 = col
  1634. end
  1635. end)
  1636.  
  1637. local Anim = Instance.new("Animation")
  1638. Anim.AnimationId = "rbxassetid://429730430"
  1639. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1640. local SpinDanceACTIVE = false
  1641. SpinDance.MouseButton1Click:connect(function()
  1642. SpinDanceACTIVE = not SpinDanceACTIVE
  1643. if SpinDanceACTIVE then
  1644. SpinDance.BackgroundColor3 = loc
  1645. while wait() do
  1646. if track.IsPlaying == false then
  1647. if SpinDanceACTIVE then
  1648. track:Play(.1, 1, 1)
  1649. end
  1650. end
  1651. end
  1652. else
  1653. track:Stop()
  1654. SpinDance.BackgroundColor3 = col
  1655. end
  1656. end)
  1657.  
  1658. local Anim = Instance.new("Animation")
  1659. Anim.AnimationId = "rbxassetid://45834924"
  1660. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1661. local MoonDanceACTIVE = false
  1662. MoonDance.MouseButton1Click:connect(function()
  1663. MoonDanceACTIVE = not MoonDanceACTIVE
  1664. if MoonDanceACTIVE then
  1665. MoonDance.BackgroundColor3 = loc
  1666. while wait() do
  1667. if track.IsPlaying == false then
  1668. if MoonDanceACTIVE then
  1669. track:Play(.1, 1, 1)
  1670. end
  1671. end
  1672. end
  1673. else
  1674. track:Stop()
  1675. MoonDance.BackgroundColor3 = col
  1676. end
  1677. end)
  1678.  
  1679. local Anim = Instance.new("Animation")
  1680. Anim.AnimationId = "rbxassetid://204062532"
  1681. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1682. local FullPunchACTIVE = false
  1683. FullPunch.MouseButton1Click:connect(function()
  1684. FullPunchACTIVE = not FullPunchACTIVE
  1685. if FullPunchACTIVE then
  1686. FullPunch.BackgroundColor3 = loc
  1687. while wait() do
  1688. if track.IsPlaying == false then
  1689. if FullPunchACTIVE then
  1690. track:Play(.1, 1, 1)
  1691. end
  1692. end
  1693. end
  1694. else
  1695. track:Stop()
  1696. FullPunch.BackgroundColor3 = col
  1697. end
  1698. end)
  1699.  
  1700. local Anim = Instance.new("Animation")
  1701. Anim.AnimationId = "rbxassetid://186934910"
  1702. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1703. local SpinDance2ACTIVE = false
  1704. SpinDance2.MouseButton1Click:connect(function()
  1705. SpinDance2ACTIVE = not SpinDance2ACTIVE
  1706. if SpinDance2ACTIVE then
  1707. SpinDance2.BackgroundColor3 = loc
  1708. while wait() do
  1709. if track.IsPlaying == false then
  1710. if SpinDance2ACTIVE then
  1711. track:Play(.1, 1, 1)
  1712. end
  1713. end
  1714. end
  1715. else
  1716. track:Stop()
  1717. SpinDance2.BackgroundColor3 = col
  1718. end
  1719. end)
  1720.  
  1721. local Anim = Instance.new("Animation")
  1722. Anim.AnimationId = "rbxassetid://204292303"
  1723. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1724. local BowDownACTIVE = false
  1725. BowDown.MouseButton1Click:connect(function()
  1726. BowDownACTIVE = not BowDownACTIVE
  1727. if BowDownACTIVE then
  1728. BowDown.BackgroundColor3 = loc
  1729. while wait() do
  1730. if track.IsPlaying == false then
  1731. if BowDownACTIVE then
  1732. track:Play(.1, 1, 3)
  1733. end
  1734. end
  1735. end
  1736. else
  1737. track:Stop()
  1738. BowDown.BackgroundColor3 = col
  1739. end
  1740. end)
  1741.  
  1742. local Anim = Instance.new("Animation")
  1743. Anim.AnimationId = "rbxassetid://204295235"
  1744. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1745. local SwordSlamACTIVE = false
  1746. SwordSlam.MouseButton1Click:connect(function()
  1747. SwordSlamACTIVE = not SwordSlamACTIVE
  1748. if SwordSlamACTIVE then
  1749. SwordSlam.BackgroundColor3 = loc
  1750. while wait() do
  1751. if track.IsPlaying == false then
  1752. if SwordSlamACTIVE then
  1753. track:Play(.1, 1, 1)
  1754. end
  1755. end
  1756. end
  1757. else
  1758. track:Stop()
  1759. SwordSlam.BackgroundColor3 = col
  1760. end
  1761. end)
  1762.  
  1763. local Anim = Instance.new("Animation")
  1764. Anim.AnimationId = "rbxassetid://204295235"
  1765. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1766. local LoopSlamACTIVE = false
  1767. LoopSlam.MouseButton1Click:connect(function()
  1768. LoopSlamACTIVE = not LoopSlamACTIVE
  1769. if LoopSlamACTIVE then
  1770. LoopSlam.BackgroundColor3 = loc
  1771. while wait() do
  1772. if track.IsPlaying == false then
  1773. if LoopSlamACTIVE then
  1774. track:Play(.1, 1, 1e4)
  1775. end
  1776. end
  1777. end
  1778. else
  1779. track:Stop()
  1780. LoopSlam.BackgroundColor3 = col
  1781. end
  1782. end)
  1783.  
  1784. local Anim = Instance.new("Animation")
  1785. Anim.AnimationId = "rbxassetid://184574340"
  1786. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1787. local MegaInsaneACTIVE = false
  1788. MegaInsane.MouseButton1Click:connect(function()
  1789. MegaInsaneACTIVE = not MegaInsaneACTIVE
  1790. if MegaInsaneACTIVE then
  1791. MegaInsane.BackgroundColor3 = loc
  1792. while wait() do
  1793. if track.IsPlaying == false then
  1794. if MegaInsaneACTIVE then
  1795. track:Play(.1, 0.5, 40)
  1796. end
  1797. end
  1798. end
  1799. else
  1800. track:Stop()
  1801. MegaInsane.BackgroundColor3 = col
  1802. end
  1803. end)
  1804.  
  1805. local Anim = Instance.new("Animation")
  1806. Anim.AnimationId = "rbxassetid://126753849"
  1807. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1808. local SuperPunchACTIVE = false
  1809. SuperPunch.MouseButton1Click:connect(function()
  1810. SuperPunchACTIVE = not SuperPunchACTIVE
  1811. if SuperPunchACTIVE then
  1812. SuperPunch.BackgroundColor3 = loc
  1813. while wait() do
  1814. if track.IsPlaying == false then
  1815. if SuperPunchACTIVE then
  1816. track:Play(.1, 1, 3)
  1817. end
  1818. end
  1819. end
  1820. else
  1821. track:Stop()
  1822. SuperPunch.BackgroundColor3 = col
  1823. end
  1824. end)
  1825.  
  1826. local Anim = Instance.new("Animation")
  1827. Anim.AnimationId = "rbxassetid://218504594"
  1828. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1829. local FullSwingACTIVE = false
  1830. FullSwing.MouseButton1Click:connect(function()
  1831. FullSwingACTIVE = not FullSwingACTIVE
  1832. if FullSwingACTIVE then
  1833. FullSwing.BackgroundColor3 = loc
  1834. while wait() do
  1835. if track.IsPlaying == false then
  1836. if FullSwingACTIVE then
  1837. track:Play(.1, 1, 1)
  1838. end
  1839. end
  1840. end
  1841. else
  1842. track:Stop()
  1843. FullSwing.BackgroundColor3 = col
  1844. end
  1845. end)
  1846.  
  1847. local Anim = Instance.new("Animation")
  1848. Anim.AnimationId = "rbxassetid://259438880"
  1849. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1850. local ArmTurbineACTIVE = false
  1851. ArmTurbine.MouseButton1Click:connect(function()
  1852. ArmTurbineACTIVE = not ArmTurbineACTIVE
  1853. if ArmTurbineACTIVE then
  1854. track:Play(.1, 1, 1e3)
  1855. ArmTurbine.BackgroundColor3 = loc
  1856. else
  1857. track:Stop()
  1858. ArmTurbine.BackgroundColor3 = col
  1859. end
  1860. end)
  1861.  
  1862. local Anim = Instance.new("Animation")
  1863. Anim.AnimationId = "rbxassetid://136801964"
  1864. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1865. local BarrelRollACTIVE = false
  1866. BarrelRoll.MouseButton1Click:connect(function()
  1867. BarrelRollACTIVE = not BarrelRollACTIVE
  1868. if BarrelRollACTIVE then
  1869. BarrelRoll.BackgroundColor3 = loc
  1870. while wait() do
  1871. if track.IsPlaying == false then
  1872. if BarrelRollACTIVE then
  1873. track:Play(.1, 1, 1)
  1874. end
  1875. end
  1876. end
  1877. else
  1878. track:Stop()
  1879. BarrelRoll.BackgroundColor3 = col
  1880. end
  1881. end)
  1882.  
  1883. local Anim = Instance.new("Animation")
  1884. Anim.AnimationId = "rbxassetid://180612465"
  1885. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1886. local ScaredACTIVE = false
  1887. Scared.MouseButton1Click:connect(function()
  1888. ScaredACTIVE = not ScaredACTIVE
  1889. if ScaredACTIVE then
  1890. Scared.BackgroundColor3 = loc
  1891. while wait() do
  1892. if track.IsPlaying == false then
  1893. if ScaredACTIVE then
  1894. track:Play(.1, 1, 1)
  1895. end
  1896. end
  1897. end
  1898. else
  1899. track:Stop()
  1900. Scared.BackgroundColor3 = col
  1901. end
  1902. end)
  1903.  
  1904. local Anim = Instance.new("Animation")
  1905. Anim.AnimationId = "rbxassetid://33796059"
  1906. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1907. local InsaneACTIVE = false
  1908. Insane.MouseButton1Click:connect(function()
  1909. InsaneACTIVE = not InsaneACTIVE
  1910. if InsaneACTIVE then
  1911. track:Play(.1, 1, 1e8)
  1912. Insane.BackgroundColor3 = loc
  1913. else
  1914. track:Stop()
  1915. Insane.BackgroundColor3 = col
  1916. end
  1917. end)
  1918.  
  1919. local Anim = Instance.new("Animation")
  1920. Anim.AnimationId = "rbxassetid://33169583"
  1921. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1922. local ArmDetachACTIVE = false
  1923. ArmDetach.MouseButton1Click:connect(function()
  1924. ArmDetachACTIVE = not ArmDetachACTIVE
  1925. if ArmDetachACTIVE then
  1926. ArmDetach.BackgroundColor3 = loc
  1927. while wait() do
  1928. if track.IsPlaying == false then
  1929. if ArmDetachACTIVE then
  1930. track:Play(.1, 1, 1e6)
  1931. end
  1932. end
  1933. end
  1934. else
  1935. track:Stop()
  1936. ArmDetach.BackgroundColor3 = col
  1937. end
  1938. end)
  1939.  
  1940. local Anim = Instance.new("Animation")
  1941. Anim.AnimationId = "rbxassetid://35978879"
  1942. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1943. local SwordSliceACTIVE = false
  1944. SwordSlice.MouseButton1Click:connect(function()
  1945. SwordSliceACTIVE = not SwordSliceACTIVE
  1946. if SwordSliceACTIVE then
  1947. track:Play(.1, 1, 1)
  1948. SwordSlice.BackgroundColor3 = loc
  1949. else
  1950. track:Stop()
  1951. SwordSlice.BackgroundColor3 = col
  1952. end
  1953. end)
  1954.  
  1955. local Anim = Instance.new("Animation")
  1956. Anim.AnimationId = "rbxassetid://27432691"
  1957. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1958. local InsaneArmsACTIVE = false
  1959. InsaneArms.MouseButton1Click:connect(function()
  1960. InsaneArmsACTIVE = not InsaneArmsACTIVE
  1961. if InsaneArmsACTIVE then
  1962. InsaneArms.BackgroundColor3 = loc
  1963. while wait() do
  1964. if track.IsPlaying == false then
  1965. if InsaneArmsACTIVE then
  1966. track:Play(.1, 1, 1e4)
  1967. end
  1968. end
  1969. end
  1970. else
  1971. track:Stop()
  1972. InsaneArms.BackgroundColor3 = col
  1973. end
  1974. end)
  1975. -- R15
  1976. local Anim = Instance.new("Animation")
  1977. Anim.AnimationId = "rbxassetid://674871189"
  1978. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1979. local CrazySlashACTIVE = false
  1980. CrazySlash.MouseButton1Click:connect(function()
  1981. CrazySlashACTIVE = not CrazySlashACTIVE
  1982. if CrazySlashACTIVE then
  1983. CrazySlash.BackgroundColor3 = rloc
  1984. while wait() do
  1985. if track.IsPlaying == false then
  1986. if CrazySlashACTIVE then
  1987. track:Play(.1, 1, 1)
  1988. end
  1989. end
  1990. end
  1991. else
  1992. track:Stop()
  1993. CrazySlash.BackgroundColor3 = rcol
  1994. end
  1995. end)
  1996.  
  1997. local Anim = Instance.new("Animation")
  1998. Anim.AnimationId = "rbxassetid://582855105"
  1999. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2000. local OpenACTIVE = false
  2001. Open.MouseButton1Click:connect(function()
  2002. OpenACTIVE = not OpenACTIVE
  2003. if OpenACTIVE then
  2004. Open.BackgroundColor3 = rloc
  2005. while wait() do
  2006. if track.IsPlaying == false then
  2007. if OpenACTIVE then
  2008. track:Play(.1, 1, 1)
  2009. end
  2010. end
  2011. end
  2012. else
  2013. track:Stop()
  2014. Open.BackgroundColor3 = rcol
  2015. end
  2016. end)
  2017.  
  2018. local Anim = Instance.new("Animation")
  2019. Anim.AnimationId = "rbxassetid://754658275"
  2020. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2021. local R15SpinnerACTIVE = false
  2022. R15Spinner.MouseButton1Click:connect(function()
  2023. R15SpinnerACTIVE = not R15SpinnerACTIVE
  2024. if R15SpinnerACTIVE then
  2025. R15Spinner.BackgroundColor3 = rloc
  2026. while wait() do
  2027. if track.IsPlaying == false then
  2028. if R15SpinnerACTIVE then
  2029. track:Play(.1, 1, 1)
  2030. end
  2031. end
  2032. end
  2033. else
  2034. track:Stop()
  2035. R15Spinner.BackgroundColor3 = rcol
  2036. end
  2037. end)
  2038.  
  2039. local Anim = Instance.new("Animation")
  2040. Anim.AnimationId = "rbxassetid://582384156"
  2041. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2042. local ArmsOutACTIVE = false
  2043. ArmsOut.MouseButton1Click:connect(function()
  2044. ArmsOutACTIVE = not ArmsOutACTIVE
  2045. if ArmsOutACTIVE then
  2046. ArmsOut.BackgroundColor3 = rloc
  2047. while wait() do
  2048. if track.IsPlaying == false then
  2049. if ArmsOutACTIVE then
  2050. track:Play(.1, 1, 1)
  2051. end
  2052. end
  2053. end
  2054. else
  2055. track:Stop()
  2056. ArmsOut.BackgroundColor3 = rcol
  2057. end
  2058. end)
  2059.  
  2060. local Anim = Instance.new("Animation")
  2061. Anim.AnimationId = "rbxassetid://717879555"
  2062. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2063. local FloatSlashACTIVE = false
  2064. FloatSlash.MouseButton1Click:connect(function()
  2065. FloatSlashACTIVE = not FloatSlashACTIVE
  2066. if FloatSlashACTIVE then
  2067. FloatSlash.BackgroundColor3 = rloc
  2068. while wait() do
  2069. if track.IsPlaying == false then
  2070. if FloatSlashACTIVE then
  2071. track:Play(.1, 1, 1)
  2072. end
  2073. end
  2074. end
  2075. else
  2076. track:Stop()
  2077. FloatSlash.BackgroundColor3 = rcol
  2078. end
  2079. end)
  2080.  
  2081. local Anim = Instance.new("Animation")
  2082. Anim.AnimationId = "rbxassetid://708553116"
  2083. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2084. WeirdZombieACTIVE = false
  2085. WeirdZombie.MouseButton1Click:connect(function()
  2086. WeirdZombieACTIVE = not WeirdZombieACTIVE
  2087. if WeirdZombieACTIVE then
  2088. WeirdZombie.BackgroundColor3 = rloc
  2089. while wait() do
  2090. if track.IsPlaying == false then
  2091. if WeirdZombieACTIVE then
  2092. track:Play(.1, 1, 1)
  2093. end
  2094. end
  2095. end
  2096. else
  2097. track:Stop()
  2098. WeirdZombie.BackgroundColor3 = rcol
  2099. end
  2100. end)
  2101.  
  2102. local Anim = Instance.new("Animation")
  2103. Anim.AnimationId = "rbxassetid://746398327"
  2104. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2105. DownSlashACTIVE = false
  2106. DownSlash.MouseButton1Click:connect(function()
  2107. DownSlashACTIVE = not DownSlashACTIVE
  2108. if DownSlashACTIVE then
  2109. DownSlash.BackgroundColor3 = rloc
  2110. while wait() do
  2111. if track.IsPlaying == false then
  2112. if DownSlashACTIVE then
  2113. track:Play(.1, 1, 1)
  2114. end
  2115. end
  2116. end
  2117. else
  2118. track:Stop()
  2119. DownSlash.BackgroundColor3 = rcol
  2120. end
  2121. end)
  2122.  
  2123. local Anim = Instance.new("Animation")
  2124. Anim.AnimationId = "rbxassetid://675025795"
  2125. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2126. PullACTIVE = false
  2127. Pull.MouseButton1Click:connect(function()
  2128. PullACTIVE = not PullACTIVE
  2129. if PullACTIVE then
  2130. Pull.BackgroundColor3 = rloc
  2131. while wait() do
  2132. if track.IsPlaying == false then
  2133. if PullACTIVE then
  2134. track:Play(.1, 1, 1)
  2135. end
  2136. end
  2137. end
  2138. else
  2139. track:Stop()
  2140. Pull.BackgroundColor3 = rcol
  2141. end
  2142. end)
  2143.  
  2144. local Anim = Instance.new("Animation")
  2145. Anim.AnimationId = "rbxassetid://698251653"
  2146. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2147. CircleArmACTIVE = false
  2148. CircleArm.MouseButton1Click:connect(function()
  2149. CircleArmACTIVE = not CircleArmACTIVE
  2150. if CircleArmACTIVE then
  2151. CircleArm.BackgroundColor3 = rloc
  2152. while wait() do
  2153. if track.IsPlaying == false then
  2154. if CircleArmACTIVE then
  2155. track:Play(.1, 1, 1)
  2156. end
  2157. end
  2158. end
  2159. else
  2160. track:Stop()
  2161. CircleArm.BackgroundColor3 = rcol
  2162. end
  2163. end)
  2164.  
  2165. local Anim = Instance.new("Animation")
  2166. Anim.AnimationId = "rbxassetid://696096087"
  2167. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2168. BendACTIVE = false
  2169. Bend.MouseButton1Click:connect(function()
  2170. BendACTIVE = not BendACTIVE
  2171. if BendACTIVE then
  2172. Bend.BackgroundColor3 = rloc
  2173. while wait() do
  2174. if track.IsPlaying == false then
  2175. if BendACTIVE then
  2176. track:Play(.1, 1, 1)
  2177. end
  2178. end
  2179. end
  2180. else
  2181. track:Stop()
  2182. Bend.BackgroundColor3 = rcol
  2183. end
  2184. end)
  2185.  
  2186. local Anim = Instance.new("Animation")
  2187. Anim.AnimationId = "rbxassetid://675025570"
  2188. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2189. RotateSlashACTIVE = false
  2190. RotateSlash.MouseButton1Click:connect(function()
  2191. RotateSlashACTIVE = not RotateSlashACTIVE
  2192. if RotateSlashACTIVE then
  2193. RotateSlash.BackgroundColor3 = rloc
  2194. while wait() do
  2195. if track.IsPlaying == false then
  2196. if RotateSlashACTIVE then
  2197. track:Play(.1, 1, 1)
  2198. end
  2199. end
  2200. end
  2201. else
  2202. track:Stop()
  2203. RotateSlash.BackgroundColor3 = rcol
  2204. end
  2205. end)
  2206.  
  2207. local Anim = Instance.new("Animation")
  2208. Anim.AnimationId = "rbxassetid://754656200"
  2209. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2210. FlingArmsACTIVE = false
  2211. FlingArms.MouseButton1Click:connect(function()
  2212. FlingArmsACTIVE = not FlingArmsACTIVE
  2213. if FlingArmsACTIVE then
  2214. FlingArms.BackgroundColor3 = rloc
  2215. while wait() do
  2216. if track.IsPlaying == false then
  2217. if FlingArmsACTIVE then
  2218. track:Play(.1, 1, 10)
  2219. end
  2220. end
  2221. end
  2222. else
  2223. track:Stop()
  2224. FlingArms.BackgroundColor3 = rcol
  2225. end
  2226. end)
  2227.  
  2228. -- Finished update!
  2229. end)
  2230. FEHAX1337.Name = "FE HAX 1337"
  2231. FEHAX1337.Parent = Main
  2232. FEHAX1337.BackgroundColor3 = Color3.new(0.160784, 0.992157, 0.0235294)
  2233. FEHAX1337.Position = UDim2.new(0, 290, 0, 151)
  2234. FEHAX1337.Size = UDim2.new(0, 197, 0, 60)
  2235. FEHAX1337.Font = Enum.Font.SourceSans
  2236. FEHAX1337.Text = "FE HAX 1337"
  2237. FEHAX1337.TextColor3 = Color3.new(0.262745, 0.309804, 0.913726)
  2238. FEHAX1337.TextScaled = true
  2239. FEHAX1337.TextSize = 14
  2240. FEHAX1337.TextWrapped = true
  2241. FEHAX1337.MouseButton1Down:connect(function()
  2242. -- Objects
  2243.  
  2244. local FeHax1337 = Instance.new("ScreenGui")
  2245. local Base = Instance.new("Frame")
  2246. local Annoy = Instance.new("TextButton")
  2247. local Hatspin = Instance.new("TextButton")
  2248. local Creeper = Instance.new("TextButton")
  2249. local Username = Instance.new("TextBox")
  2250. local Naked = Instance.new("TextButton")
  2251. local Rape = Instance.new("TextButton")
  2252. local DropHats = Instance.new("TextButton")
  2253. local GameRuiner = Instance.new("TextButton")
  2254. local Fly = Instance.new("TextButton")
  2255. local Noclip = Instance.new("TextButton")
  2256. local GUILine = Instance.new("Frame")
  2257. local no = Instance.new("Frame")
  2258. local FE = Instance.new("TextLabel")
  2259. local GUILine_2 = Instance.new("Frame")
  2260. local no_2 = Instance.new("Frame")
  2261. local Creditz = Instance.new("TextLabel")
  2262.  
  2263. -- Properties
  2264.  
  2265. FeHax1337.Name = "FeHax1337"
  2266. FeHax1337.Parent = game.CoreGui
  2267.  
  2268. Base.Name = "Base"
  2269. Base.Parent = FeHax1337
  2270. Base.Active = true
  2271. Base.BackgroundColor3 = Color3.new(1, 1, 1)
  2272. Base.BorderSizePixel = 0
  2273. Base.Draggable = true
  2274. Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0)
  2275. Base.Selectable = true
  2276. Base.Size = UDim2.new(0, 496, 0, 449)
  2277.  
  2278. Annoy.Name = "Annoy"
  2279. Annoy.Parent = Base
  2280. Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2281. Annoy.BorderSizePixel = 0
  2282. Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0)
  2283. Annoy.Size = UDim2.new(0, 144, 0, 50)
  2284. Annoy.Font = Enum.Font.Highway
  2285. Annoy.Text = "Annoy"
  2286. Annoy.TextColor3 = Color3.new(0, 0, 0)
  2287. Annoy.TextSize = 25
  2288. Annoy.MouseButton1Down:connect(function()
  2289. local Victim = Username.Text
  2290. local P=game:GetService'Players'.LocalPlayer
  2291. local C=P.Character or P.CharacterAdded:Wait()
  2292. game:GetService'RunService'.Stepped:Connect(function()
  2293. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  2294. end)
  2295. end)
  2296.  
  2297. Hatspin.Name = "Hatspin"
  2298. Hatspin.Parent = Base
  2299. Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2300. Hatspin.BorderSizePixel = 0
  2301. Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0)
  2302. Hatspin.Size = UDim2.new(0, 144, 0, 50)
  2303. Hatspin.Font = Enum.Font.Highway
  2304. Hatspin.Text = "Hatspin"
  2305. Hatspin.TextColor3 = Color3.new(0, 0, 0)
  2306. Hatspin.TextSize = 25
  2307. Hatspin.MouseButton1Down:connect(function()
  2308. local obese = game:GetService('Players')
  2309. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  2310. if v.ClassName == "Accessory" then
  2311. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  2312. if stg == nil then
  2313. local a = Instance.new("BodyPosition")
  2314. local b = Instance.new("BodyAngularVelocity")
  2315. a.Parent = v.Handle
  2316. b.Parent = v.Handle
  2317. v.Handle.AccessoryWeld:Destroy()
  2318. b.AngularVelocity = Vector3.new(0,100,0)
  2319. b.MaxTorque = Vector3.new(0,200,0)
  2320. a.P = 30000
  2321. a.D = 50
  2322. game:GetService('RunService').Stepped:connect(function()
  2323. a.Position = obese.LocalPlayer.Character.Head.Position
  2324. end)
  2325. end
  2326. end
  2327. end
  2328. end)
  2329.  
  2330. Creeper.Name = "Creeper"
  2331. Creeper.Parent = Base
  2332. Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2333. Creeper.BorderSizePixel = 0
  2334. Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0)
  2335. Creeper.Size = UDim2.new(0, 144, 0, 50)
  2336. Creeper.Font = Enum.Font.Highway
  2337. Creeper.Text = "Creeper"
  2338. Creeper.TextColor3 = Color3.new(0, 0, 0)
  2339. Creeper.TextSize = 25
  2340. Creeper.MouseButton1Down:connect(function()
  2341. local plr = game.Players.LocalPlayer.Character.Humanoid
  2342. if plr.RigType == R15 then
  2343. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  2344. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  2345. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  2346. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  2347. game.Players.LocalPlayer.Character.RightHand:Destroy()
  2348. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  2349. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  2350. else
  2351. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  2352. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  2353. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  2354. end
  2355. end)
  2356.  
  2357.  
  2358. Username.Name = "Username"
  2359. Username.Parent = Base
  2360. Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  2361. Username.BackgroundTransparency = 0.25
  2362. Username.BorderSizePixel = 0
  2363. Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0)
  2364. Username.Size = UDim2.new(0, 403, 0, 50)
  2365. Username.Font = Enum.Font.Highway
  2366. Username.Text = "Username"
  2367. Username.TextColor3 = Color3.new(0, 0, 0)
  2368. Username.TextSize = 28
  2369. Username.TextWrapped = true
  2370.  
  2371. Naked.Name = "Naked"
  2372. Naked.Parent = Base
  2373. Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2374. Naked.BorderSizePixel = 0
  2375. Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0)
  2376. Naked.Size = UDim2.new(0, 144, 0, 50)
  2377. Naked.Font = Enum.Font.Highway
  2378. Naked.Text = "Naked"
  2379. Naked.TextColor3 = Color3.new(0, 0, 0)
  2380. Naked.TextSize = 25
  2381. Naked.MouseButton1Down:connect(function()
  2382. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  2383. pcall(function()
  2384. hummy.Parent.Pants:Destroy()
  2385. end)
  2386. pcall(function()
  2387. hummy.Parent.Shirt:Destroy()
  2388. end)
  2389. end)
  2390.  
  2391.  
  2392. Rape.Name = "Rape"
  2393. Rape.Parent = Base
  2394. Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2395. Rape.BorderSizePixel = 0
  2396. Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0)
  2397. Rape.Size = UDim2.new(0, 144, 0, 50)
  2398. Rape.Font = Enum.Font.Highway
  2399. Rape.Text = "Rape"
  2400. Rape.TextColor3 = Color3.new(0, 0, 0)
  2401. Rape.TextSize = 25
  2402. Rape.MouseButton1Down:connect(function()
  2403.  
  2404. player = Username.Text
  2405. stupid = Instance.new('Animation')
  2406. stupid.AnimationId = 'rbxassetid://148840371'
  2407. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  2408. pcall(function()
  2409. hummy.Parent.Pants:Destroy()
  2410. end)
  2411. pcall(function()
  2412. hummy.Parent.Shirt:Destroy()
  2413. end)
  2414. notfunny = hummy:LoadAnimation(stupid)
  2415. notfunny:Play()
  2416. notfunny:AdjustSpeed(10)
  2417. while hummy.Parent.Parent ~= nil do
  2418. wait()
  2419. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  2420. end
  2421. end)
  2422.  
  2423. DropHats.Name = "Drop Hats"
  2424. DropHats.Parent = Base
  2425. DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2426. DropHats.BorderSizePixel = 0
  2427. DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0)
  2428. DropHats.Size = UDim2.new(0, 144, 0, 50)
  2429. DropHats.Font = Enum.Font.Highway
  2430. DropHats.Text = "Drop Hats"
  2431. DropHats.TextColor3 = Color3.new(0, 0, 0)
  2432. DropHats.TextSize = 25
  2433. DropHats.MouseButton1Down:connect(function()
  2434. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2435. if (v:IsA("Accessory")) then
  2436. v.Parent = workspace
  2437. end
  2438. end
  2439. end)
  2440.  
  2441. GameRuiner.Name = "GameRuiner"
  2442. GameRuiner.Parent = Base
  2443. GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2444. GameRuiner.BorderSizePixel = 0
  2445. GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0)
  2446. GameRuiner.Size = UDim2.new(0, 144, 0, 50)
  2447. GameRuiner.Font = Enum.Font.Highway
  2448. GameRuiner.Text = "GameRuiner"
  2449. GameRuiner.TextColor3 = Color3.new(0, 0, 0)
  2450. GameRuiner.TextSize = 25
  2451. GameRuiner.MouseButton1Down:connect(function()
  2452. -- Objects
  2453.  
  2454. local GameRuiner = Instance.new("ScreenGui")
  2455. local Main = Instance.new("Frame")
  2456. local info = Instance.new("TextLabel")
  2457. local close = Instance.new("TextButton")
  2458. local username = Instance.new("TextBox")
  2459. local shutdown = Instance.new("TextButton")
  2460. local give = Instance.new("TextButton")
  2461. local goto = Instance.new("TextButton")
  2462.  
  2463. -- Properties
  2464.  
  2465. GameRuiner.Name = "GameRuiner"
  2466. GameRuiner.Parent = game.Players.LocalPlayer.PlayerGui
  2467.  
  2468. Main.Name = "Main"
  2469. Main.Parent = GameRuiner
  2470. Main.Active = true
  2471. Main.Selectable = true
  2472. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2473. Main.BorderColor3 = Color3.new(1, 1, 1)
  2474. Main.Draggable = true
  2475. Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
  2476. Main.Size = UDim2.new(0, 400, 0, 300)
  2477.  
  2478. info.Name = "info"
  2479. info.Parent = Main
  2480. info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  2481. info.BorderColor3 = Color3.new(1, 1, 1)
  2482. info.Size = UDim2.new(0, 350, 0, 50)
  2483. info.Font = Enum.Font.SourceSansLight
  2484. info.FontSize = Enum.FontSize.Size32
  2485. info.Text = "GameRuiner GUI V2.0"
  2486. info.TextColor3 = Color3.new(0, 0, 0)
  2487. info.TextSize = 30
  2488. info.TextWrapped = true
  2489.  
  2490. close.Name = "close"
  2491. close.Parent = Main
  2492. close.BackgroundColor3 = Color3.new(1, 0, 0)
  2493. close.BorderColor3 = Color3.new(1, 1, 1)
  2494. close.Position = UDim2.new(0, 350, 0, 0)
  2495. close.Size = UDim2.new(0, 50, 0, 50)
  2496. close.Font = Enum.Font.SourceSansLight
  2497. close.FontSize = Enum.FontSize.Size14
  2498. close.Text = "X"
  2499. close.TextColor3 = Color3.new(0, 0, 0)
  2500. close.TextScaled = true
  2501. close.TextSize = 14
  2502. close.TextWrapped = true
  2503.  
  2504. username.Name = "username"
  2505. username.Parent = Main
  2506. username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  2507. username.BorderColor3 = Color3.new(0, 0, 0)
  2508. username.Position = UDim2.new(0, 50, 0, 100)
  2509. username.Size = UDim2.new(0, 300, 0, 50)
  2510. username.Font = Enum.Font.SourceSansLight
  2511. username.FontSize = Enum.FontSize.Size14
  2512. username.Text = "Username"
  2513. username.TextColor3 = Color3.new(0, 0, 0)
  2514. username.TextScaled = true
  2515. username.TextSize = 14
  2516. username.TextWrapped = true
  2517.  
  2518. shutdown.Name = "shutdown"
  2519. shutdown.Parent = Main
  2520. shutdown.BackgroundColor3 = Color3.new(1, 0, 1)
  2521. shutdown.BorderColor3 = Color3.new(1, 1, 1)
  2522. shutdown.ClipsDescendants = true
  2523. shutdown.Position = UDim2.new(0, 50, 0, 250)
  2524. shutdown.Size = UDim2.new(0, 300, 0, 50)
  2525. shutdown.AutoButtonColor = false
  2526. shutdown.Font = Enum.Font.SourceSansLight
  2527. shutdown.FontSize = Enum.FontSize.Size14
  2528. shutdown.Text = "FE Shutdown"
  2529. shutdown.TextColor3 = Color3.new(0, 0, 0)
  2530. shutdown.TextScaled = true
  2531. shutdown.TextSize = 14
  2532. shutdown.TextWrapped = true
  2533.  
  2534. give.Name = "give"
  2535. give.Parent = Main
  2536. give.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  2537. give.BorderColor3 = Color3.new(1, 1, 1)
  2538. give.ClipsDescendants = true
  2539. give.Position = UDim2.new(0, 50, 0, 175)
  2540. give.Size = UDim2.new(0, 125, 0, 50)
  2541. give.AutoButtonColor = false
  2542. give.Font = Enum.Font.SourceSansLight
  2543. give.FontSize = Enum.FontSize.Size14
  2544. give.Text = "Give"
  2545. give.TextColor3 = Color3.new(0, 0, 0)
  2546. give.TextScaled = true
  2547. give.TextSize = 14
  2548. give.TextWrapped = true
  2549.  
  2550. goto.Name = "goto"
  2551. goto.Parent = Main
  2552. goto.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  2553. goto.BorderColor3 = Color3.new(1, 1, 1)
  2554. goto.ClipsDescendants = true
  2555. goto.Position = UDim2.new(0, 225, 0, 175)
  2556. goto.Size = UDim2.new(0, 125, 0, 50)
  2557. goto.AutoButtonColor = false
  2558. goto.Font = Enum.Font.SourceSansLight
  2559. goto.FontSize = Enum.FontSize.Size14
  2560. goto.Text = "Goto"
  2561. goto.TextColor3 = Color3.new(0, 0, 0)
  2562. goto.TextScaled = true
  2563. goto.TextSize = 14
  2564. goto.TextWrapped = true
  2565.  
  2566. function GetPlayers(Name)
  2567. if Name:lower() == "me" then
  2568. return {game.Players.LocalPlayer}
  2569. elseif Name:lower() == "all" then
  2570. return game.Players:GetChildren()
  2571. elseif Name:lower() == "others" then
  2572. local t = {}
  2573. for i,v in pairs(game.Players:GetChildren()) do
  2574. if v.Name ~= game.Players.LocalPlayer.Name then
  2575. table.insert(t, v)
  2576. end
  2577. end
  2578. return t
  2579. else
  2580. local t = {}
  2581. for i,v in pairs(game.Players:GetChildren()) do
  2582. if v.Name:sub(1, #Name):lower() == Name:lower() then
  2583. table.insert(t, v)
  2584. end
  2585. end
  2586. return t
  2587. end
  2588. end
  2589.  
  2590. close.MouseButton1Down:connect(function()
  2591. Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5)
  2592. wait(0.5)
  2593. Main:Destroy()
  2594. end)
  2595.  
  2596. give.MouseButton1Down:connect(function(X, Y)
  2597. if not give:FindFirstChild('Circle') then
  2598. local C = Instance.new('ImageLabel', give)
  2599. C.BackgroundTransparency = 1
  2600. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y)
  2601. C.Size = UDim2.new(0, 0, 0, 0)
  2602. C.ZIndex = give.ZIndex
  2603. C.Image = 'rbxassetid://200182847'
  2604. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2605. C.Name = 'Circle'
  2606. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2607. for i = 0, 1, 0.03 do
  2608. C.ImageTransparency = i
  2609. game:GetService('RunService').RenderStepped:wait()
  2610. end
  2611. C:destroy()
  2612. end
  2613. for a,v in pairs(GetPlayers(username.Text)) do
  2614. for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2615. if x:IsA("Tool") then
  2616. x.Parent = v.Character
  2617. end
  2618. end
  2619. end
  2620. end)
  2621.  
  2622. shutdown.MouseButton1Down:connect(function(X, Y)
  2623. if not shutdown:FindFirstChild('Circle') then
  2624. local C = Instance.new('ImageLabel', shutdown)
  2625. C.BackgroundTransparency = 1
  2626. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y)
  2627. C.Size = UDim2.new(0, 0, 0, 0)
  2628. C.ZIndex = shutdown.ZIndex
  2629. C.Image = 'rbxassetid://200182847'
  2630. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2631. C.Name = 'Circle'
  2632. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2633. for i = 0, 1, 0.03 do
  2634. C.ImageTransparency = i
  2635. game:GetService('RunService').RenderStepped:wait()
  2636. end
  2637. C:destroy()
  2638. end
  2639. while wait() do
  2640. for a,v in pairs(game.Players:GetChildren()) do
  2641. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  2642. for b,x in pairs(v.Character.Head:GetChildren()) do
  2643. if x:IsA("Sound") then
  2644. x.Playing = true
  2645. end
  2646. end
  2647. end
  2648. end
  2649. end
  2650. while wait() do
  2651. for a,v in pairs(game.Players:GetChildren()) do
  2652. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  2653. for b,x in pairs(v.Character.Head:GetChildren()) do
  2654. if x:IsA("Sound") then
  2655. x.Playing = true
  2656. end
  2657. end
  2658. end
  2659. end
  2660. end
  2661. end)
  2662.  
  2663. goto.MouseButton1Down:connect(function(X, Y)
  2664. if not goto:FindFirstChild('Circle') then
  2665. local C = Instance.new('ImageLabel', goto)
  2666. C.BackgroundTransparency = 1
  2667. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y)
  2668. C.Size = UDim2.new(0, 0, 0, 0)
  2669. C.ZIndex = goto.ZIndex
  2670. C.Image = 'rbxassetid://200182847'
  2671. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  2672. C.Name = 'Circle'
  2673. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  2674. for i = 0, 1, 0.03 do
  2675. C.ImageTransparency = i
  2676. game:GetService('RunService').RenderStepped:wait()
  2677. end
  2678. C:destroy()
  2679. end
  2680. for a,v in pairs(GetPlayers(username.Text)) do
  2681. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  2682. end
  2683. end)
  2684. end)
  2685.  
  2686. local Flying = true
  2687.  
  2688. Fly.Name = "Fly"
  2689. Fly.Parent = Base
  2690. Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2691. Fly.BorderSizePixel = 0
  2692. Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0)
  2693. Fly.Size = UDim2.new(0, 144, 0, 50)
  2694. Fly.Font = Enum.Font.Highway
  2695. Fly.Text = "Fly"
  2696. Fly.TextColor3 = Color3.new(0, 0, 0)
  2697. Fly.TextSize = 25
  2698. Fly.MouseButton1Down:connect(function()
  2699. repeat wait()
  2700. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2701. local mouse = game.Players.LocalPlayer:GetMouse()
  2702. repeat wait() until mouse
  2703. local plr = game.Players.LocalPlayer
  2704. local torso = plr.Character.Torso
  2705. local flying = true
  2706. local deb = true
  2707. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2708. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2709. local maxspeed = 50
  2710. local speed = 0
  2711.  
  2712. function Fly()
  2713. local bg = Instance.new("BodyGyro", torso)
  2714. bg.P = 9e4
  2715. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2716. bg.cframe = torso.CFrame
  2717. local bv = Instance.new("BodyVelocity", torso)
  2718. bv.velocity = Vector3.new(0,0.1,0)
  2719. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2720. repeat wait()
  2721. plr.Character.Humanoid.PlatformStand = true
  2722. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2723. speed = speed+.5+(speed/maxspeed)
  2724. if speed > maxspeed then
  2725. speed = maxspeed
  2726. end
  2727. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2728. speed = speed-1
  2729. if speed < 0 then
  2730. speed = 0
  2731. end
  2732. end
  2733. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2734. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2735. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2736. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2737. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2738. else
  2739. bv.velocity = Vector3.new(0,0.1,0)
  2740. end
  2741. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2742. until not flying
  2743. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2744. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2745. speed = 0
  2746. bg:Destroy()
  2747. bv:Destroy()
  2748. plr.Character.Humanoid.PlatformStand = false
  2749. end
  2750. mouse.KeyDown:connect(function(key)
  2751. if key:lower() == "e" then
  2752. if flying then flying = false
  2753. else
  2754. flying = true
  2755. Fly()
  2756. end
  2757. elseif key:lower() == "w" then
  2758. ctrl.f = 1
  2759. elseif key:lower() == "s" then
  2760. ctrl.b = -1
  2761. elseif key:lower() == "a" then
  2762. ctrl.l = -1
  2763. elseif key:lower() == "d" then
  2764. ctrl.r = 1
  2765. end
  2766. end)
  2767. mouse.KeyUp:connect(function(key)
  2768. if key:lower() == "w" then
  2769. ctrl.f = 0
  2770. elseif key:lower() == "s" then
  2771. ctrl.b = 0
  2772. elseif key:lower() == "a" then
  2773. ctrl.l = 0
  2774. elseif key:lower() == "d" then
  2775. ctrl.r = 0
  2776. end
  2777. end)
  2778. Fly()
  2779. end)
  2780.  
  2781.  
  2782. local noclip = false
  2783.  
  2784. Noclip.Name = "Noclip"
  2785. Noclip.Parent = Base
  2786. Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  2787. Noclip.BorderSizePixel = 0
  2788. Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0)
  2789. Noclip.Size = UDim2.new(0, 144, 0, 50)
  2790. Noclip.Font = Enum.Font.Highway
  2791. Noclip.Text = "Noclip"
  2792. Noclip.TextColor3 = Color3.new(0, 0, 0)
  2793. Noclip.TextSize = 25
  2794. Noclip.MouseButton1Down:connect(function()
  2795. if Noclip == false then
  2796. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2797. NoClip.Text = "Clip"
  2798. else
  2799. game.Players.LocalPlayer.Character.Humanoid:ChangeState(9)
  2800. Noclip = true
  2801. end
  2802. end)
  2803.  
  2804.  
  2805. GUILine.Name = "GUI Line"
  2806. GUILine.Parent = Base
  2807. GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  2808. GUILine.BorderSizePixel = 0
  2809. GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0)
  2810. GUILine.Selectable = true
  2811. GUILine.Size = UDim2.new(0, 496, 0, 12)
  2812.  
  2813. no.Name = "no"
  2814. no.Parent = GUILine
  2815. no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  2816. no.BorderSizePixel = 0
  2817. no.Position = UDim2.new(0, 0, 1, 0)
  2818. no.Size = UDim2.new(0, 496, 0, 67)
  2819.  
  2820. FE.Name = "FE"
  2821. FE.Parent = GUILine
  2822. FE.BackgroundColor3 = Color3.new(1, 1, 1)
  2823. FE.BackgroundTransparency = 1
  2824. FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0)
  2825. FE.Size = UDim2.new(0, 240, 0, 86)
  2826. FE.Font = Enum.Font.Highway
  2827. FE.Text = "FE Hax 1337"
  2828. FE.TextSize = 35
  2829.  
  2830. GUILine_2.Name = "GUI Line"
  2831. GUILine_2.Parent = Base
  2832. GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  2833. GUILine_2.BorderSizePixel = 0
  2834. GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0)
  2835. GUILine_2.Size = UDim2.new(0, 496, 0, 18)
  2836.  
  2837. no_2.Name = "no"
  2838. no_2.Parent = GUILine_2
  2839. no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  2840. no_2.BorderSizePixel = 0
  2841. no_2.Position = UDim2.new(0, 0, -1.43478262, 0)
  2842. no_2.Size = UDim2.new(0, 496, 0, 33)
  2843.  
  2844. Creditz.Name = "Creditz"
  2845. Creditz.Parent = GUILine_2
  2846. Creditz.BackgroundColor3 = Color3.new(1, 1, 1)
  2847. Creditz.BackgroundTransparency = 1
  2848. Creditz.BorderSizePixel = 0
  2849. Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0)
  2850. Creditz.Size = UDim2.new(0, 488, 0, 50)
  2851. Creditz.Font = Enum.Font.Highway
  2852. Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts."
  2853. Creditz.TextSize = 20
  2854. end)
  2855. OPFinality.Name = "OPFinality"
  2856. OPFinality.Parent = Main
  2857. OPFinality.BackgroundColor3 = Color3.new(0.207843, 0.258824, 1)
  2858. OPFinality.Position = UDim2.new(0, 33, 0, 224)
  2859. OPFinality.Size = UDim2.new(0, 200, 0, 58)
  2860. OPFinality.Font = Enum.Font.SourceSans
  2861. OPFinality.Text = "OPFinality"
  2862. OPFinality.TextColor3 = Color3.new(0.568627, 0.145098, 1)
  2863. OPFinality.TextScaled = true
  2864. OPFinality.TextSize = 14
  2865. OPFinality.TextWrapped = true
  2866. OPFinality.MouseButton1Down:connect(function()
  2867. wait(0.3)
  2868. OPFinality = Instance.new("ScreenGui")
  2869. MainFrame = Instance.new("Frame")
  2870. TopFrame = Instance.new("Frame")
  2871. CloseGUI = Instance.new("TextButton")
  2872. MenuEnterFrame = Instance.new("Frame")
  2873. Title = Instance.new("TextLabel")
  2874. OpenMenu = Instance.new("ImageButton")
  2875. Pages = Instance.new("Frame")
  2876. Information = Instance.new("Frame")
  2877. Image_FE_ENABLED = Instance.new("ImageLabel")
  2878. Text_FE_ENABLED = Instance.new("TextLabel")
  2879. WhatIsOPFinality = Instance.new("TextLabel")
  2880. Text_FE_DISABLED = Instance.new("TextLabel")
  2881. OPFin_Description = Instance.new("TextLabel")
  2882. OPFin_Warning = Instance.new("TextLabel")
  2883. Info_Bar = Instance.new("Frame")
  2884. Info_Background = Instance.new("Frame")
  2885. Warning_Bar = Instance.new("Frame")
  2886. Warning_Background = Instance.new("Frame")
  2887. Info_Image = Instance.new("ImageLabel")
  2888. Image_FE_DISABLED = Instance.new("ImageLabel")
  2889. Warn_Image = Instance.new("ImageLabel")
  2890. Others_1 = Instance.new("Frame")
  2891. OthersTitle = Instance.new("TextLabel")
  2892. Char_Image = Instance.new("ImageLabel")
  2893. OthersText = Instance.new("TextLabel")
  2894. TXTBOX_PlrName = Instance.new("TextBox")
  2895. othersBaseBackground = Instance.new("Frame")
  2896. TeleportTo = Instance.new("TextButton")
  2897. Annoy = Instance.new("TextButton")
  2898. Follow = Instance.new("TextButton")
  2899. View = Instance.new("TextButton")
  2900. Orbit = Instance.new("TextButton")
  2901. HeadWalk = Instance.new("TextButton")
  2902. Stick = Instance.new("TextButton")
  2903. Spam = Instance.new("TextButton")
  2904. Carpet = Instance.new("TextButton")
  2905. Others_toPAGE2 = Instance.new("TextButton")
  2906. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  2907. Character_2 = Instance.new("Frame")
  2908. CharacterTitle = Instance.new("TextLabel")
  2909. CharacterText = Instance.new("TextLabel")
  2910. Animations_SPOOKY = Instance.new("Frame")
  2911. spookytitle = Instance.new("TextLabel")
  2912. headthrow = Instance.new("TextButton")
  2913. armsoff = Instance.new("TextButton")
  2914. loophead = Instance.new("TextButton")
  2915. levitate = Instance.new("TextButton")
  2916. headfloat = Instance.new("TextButton")
  2917. Character_backPAGE1 = Instance.new("TextButton")
  2918. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  2919. Animations_DANCE = Instance.new("Frame")
  2920. dancetitle = Instance.new("TextLabel")
  2921. normal = Instance.new("TextButton")
  2922. movingdance = Instance.new("TextButton")
  2923. insane = Instance.new("TextButton")
  2924. happy = Instance.new("TextButton")
  2925. spindance = Instance.new("TextButton")
  2926. Animations_HEROIC = Instance.new("Frame")
  2927. heroictitle = Instance.new("TextLabel")
  2928. swordstrike = Instance.new("TextButton")
  2929. jumpland = Instance.new("TextButton")
  2930. punches = Instance.new("TextButton")
  2931. swing = Instance.new("TextButton")
  2932. crawl = Instance.new("TextButton")
  2933. Char2_Image = Instance.new("ImageLabel")
  2934. Character_1 = Instance.new("Frame")
  2935. CharacterTitle_2 = Instance.new("TextLabel")
  2936. Char_Image_2 = Instance.new("ImageLabel")
  2937. CharacterText_2 = Instance.new("TextLabel")
  2938. TXTBOX_Stats = Instance.new("TextBox")
  2939. BackGroundChar = Instance.new("Frame")
  2940. HipHeight = Instance.new("TextButton")
  2941. JumpHeight = Instance.new("TextButton")
  2942. Speed = Instance.new("TextButton")
  2943. TXTBOX_Chat = Instance.new("TextBox")
  2944. BackGroundChar2 = Instance.new("Frame")
  2945. Chat = Instance.new("TextButton")
  2946. Spam_2 = Instance.new("TextButton")
  2947. BackGroundChar3 = Instance.new("Frame")
  2948. Noclip = Instance.new("TextButton")
  2949. Fly = Instance.new("TextButton")
  2950. Character_toPAGE2 = Instance.new("TextButton")
  2951. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  2952. Others_2 = Instance.new("Frame")
  2953. OthersTitle_2 = Instance.new("TextLabel")
  2954. Other_Image2 = Instance.new("ImageLabel")
  2955. OthersText_2 = Instance.new("TextLabel")
  2956. TXTBOX_PlrName2 = Instance.new("TextBox")
  2957. othersBaseBackground2 = Instance.new("Frame")
  2958. Flatten = Instance.new("TextButton")
  2959. AimHead = Instance.new("TextButton")
  2960. Float = Instance.new("TextButton")
  2961. Multiple = Instance.new("TextButton")
  2962. Animated = Instance.new("TextButton")
  2963. SlowAttract = Instance.new("TextButton")
  2964. WeirdOrbit = Instance.new("TextButton")
  2965. Violent = Instance.new("TextButton")
  2966. Max = Instance.new("TextButton")
  2967. Others_toPAGE3 = Instance.new("TextButton")
  2968. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  2969. Others_backPAGE1 = Instance.new("TextButton")
  2970. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  2971. Extra_1 = Instance.new("Frame")
  2972. Extra_Image = Instance.new("ImageLabel")
  2973. ExtraText = Instance.new("TextLabel")
  2974. ExtraBaseBackGround1 = Instance.new("Frame")
  2975. CrouchRocket = Instance.new("TextButton")
  2976. ExtraBaseBackGround1Side = Instance.new("Frame")
  2977. CloneIllusion = Instance.new("TextButton")
  2978. CoolSpin = Instance.new("TextButton")
  2979. JumpRocket = Instance.new("TextButton")
  2980. Extra_toPAGE2 = Instance.new("TextButton")
  2981. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  2982. Extra_Title = Instance.new("TextLabel")
  2983. ExtraBaseBackGround2 = Instance.new("Frame")
  2984. NoLimbs = Instance.new("TextButton")
  2985. FEGodmode = Instance.new("TextButton")
  2986. BrickHats = Instance.new("TextButton")
  2987. RapidPunch = Instance.new("TextButton")
  2988. ExtraBaseBackGround2Side = Instance.new("Frame")
  2989. ExtraBaseBackGround3 = Instance.new("Frame")
  2990. PunchFollow = Instance.new("TextButton")
  2991. ArmFollow = Instance.new("TextButton")
  2992. Spin = Instance.new("TextButton")
  2993. Faint = Instance.new("TextButton")
  2994. ExtraBaseBackGround3Side = Instance.new("Frame")
  2995. Extra_2 = Instance.new("Frame")
  2996. Extra_Image_2 = Instance.new("ImageLabel")
  2997. ExtraText_2 = Instance.new("TextLabel")
  2998. Extra_Title_2 = Instance.new("TextLabel")
  2999. ExtraBaseBackGround2_2 = Instance.new("Frame")
  3000. CrouchAttack = Instance.new("TextButton")
  3001. WalkThrough = Instance.new("TextButton")
  3002. CreepyWatch = Instance.new("TextButton")
  3003. SpinAttack = Instance.new("TextButton")
  3004. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  3005. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  3006. _18 = Instance.new("TextButton")
  3007. SlamPropulsion = Instance.new("TextButton")
  3008. Extra_backPAGE1 = Instance.new("TextButton")
  3009. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  3010. Others_3 = Instance.new("Frame")
  3011. OthersTitle_3 = Instance.new("TextLabel")
  3012. Other_Image3 = Instance.new("ImageLabel")
  3013. OthersText_3 = Instance.new("TextLabel")
  3014. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  3015. othersBaseBackground3 = Instance.new("Frame")
  3016. FreeFall = Instance.new("TextButton")
  3017. Attach = Instance.new("TextButton")
  3018. Bring = Instance.new("TextButton")
  3019. SafeKill = Instance.new("TextButton")
  3020. SuperSpin = Instance.new("TextButton")
  3021. Kill = Instance.new("TextButton")
  3022. Others_backPAGE2 = Instance.new("TextButton")
  3023. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  3024. Games = Instance.new("Frame")
  3025. Games_IMAGE = Instance.new("ImageLabel")
  3026. GamesText = Instance.new("TextLabel")
  3027. Games_TITLE = Instance.new("TextLabel")
  3028. Games_IMAGE2 = Instance.new("ImageLabel")
  3029. SwordFightingTournament = Instance.new("TextButton")
  3030. PlatesOfFateMayhem = Instance.new("TextButton")
  3031. GamesText2 = Instance.new("TextLabel")
  3032. Frappe = Instance.new("TextButton")
  3033. Frappe_2 = Instance.new("TextButton")
  3034. MenuFrame = Instance.new("Frame")
  3035. Welcome = Instance.new("TextLabel")
  3036. NameOfPlayer = Instance.new("TextLabel")
  3037. T_Information = Instance.new("TextButton")
  3038. T_InfoImage = Instance.new("ImageLabel")
  3039. T_Character = Instance.new("TextButton")
  3040. T_CharImage = Instance.new("ImageLabel")
  3041. T_Games = Instance.new("TextButton")
  3042. T_GameImage = Instance.new("ImageLabel")
  3043. T_Others = Instance.new("TextButton")
  3044. T_OtherImage = Instance.new("ImageLabel")
  3045. T_Extra = Instance.new("TextButton")
  3046. T_ExtraImage = Instance.new("ImageLabel")
  3047. DeleteGUI = Instance.new("TextButton")
  3048. DELETEIMAGE = Instance.new("ImageLabel")
  3049. Darkness = Instance.new("TextButton")
  3050.  
  3051. -- Properties
  3052.  
  3053. OPFinality.Name = "OPFinality"
  3054. OPFinality.Parent = game.CoreGui
  3055.  
  3056. MainFrame.Name = "MainFrame"
  3057. MainFrame.Parent = OPFinality
  3058. MainFrame.Active = true
  3059. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3060. MainFrame.BackgroundTransparency = 1
  3061. MainFrame.BorderSizePixel = 0
  3062. MainFrame.ClipsDescendants = true
  3063. MainFrame.Draggable = true
  3064. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  3065. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  3066.  
  3067. TopFrame.Name = "TopFrame"
  3068. TopFrame.Parent = MainFrame
  3069. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  3070. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3071. TopFrame.BorderSizePixel = 0
  3072. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  3073. TopFrame.ZIndex = 7
  3074.  
  3075. CloseGUI.Parent = TopFrame
  3076. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3077. CloseGUI.BackgroundTransparency = 1
  3078. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  3079. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  3080. CloseGUI.Font = Enum.Font.Cartoon
  3081. CloseGUI.FontSize = Enum.FontSize.Size28
  3082. CloseGUI.Text = "X"
  3083. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3084. CloseGUI.TextSize = 25
  3085. CloseGUI.ZIndex = 8
  3086.  
  3087. MenuEnterFrame.Name = "MenuEnterFrame"
  3088. MenuEnterFrame.Parent = MainFrame
  3089. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3090. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3091. MenuEnterFrame.BorderSizePixel = 0
  3092. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3093. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  3094. MenuEnterFrame.ZIndex = 5
  3095.  
  3096. Title.Name = "Title"
  3097. Title.Parent = MenuEnterFrame
  3098. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3099. Title.BackgroundTransparency = 1
  3100. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  3101. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  3102. Title.Font = Enum.Font.SourceSansLight
  3103. Title.FontSize = Enum.FontSize.Size32
  3104. Title.Text = "OPFinality"
  3105. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  3106. Title.TextSize = 30
  3107. Title.ZIndex = 6
  3108.  
  3109. OpenMenu.Name = "OpenMenu"
  3110. OpenMenu.Parent = MenuEnterFrame
  3111. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  3112. OpenMenu.BackgroundTransparency = 1
  3113. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  3114. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  3115. OpenMenu.ZIndex = 6
  3116.  
  3117. Pages.Name = "Pages"
  3118. Pages.Parent = MainFrame
  3119. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3120. Pages.BorderSizePixel = 0
  3121. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  3122. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  3123.  
  3124. Information.Name = "Information"
  3125. Information.Parent = Pages
  3126. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3127. Information.BorderSizePixel = 0
  3128. Information.Size = UDim2.new(1, 0, 1, 0)
  3129.  
  3130. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  3131. Image_FE_ENABLED.Parent = Information
  3132. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3133. Image_FE_ENABLED.BackgroundTransparency = 1
  3134. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3135. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3136. Image_FE_ENABLED.Visible = false
  3137. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  3138.  
  3139. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  3140. Text_FE_ENABLED.Parent = Information
  3141. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3142. Text_FE_ENABLED.BackgroundTransparency = 1
  3143. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3144. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  3145. Text_FE_ENABLED.Visible = false
  3146. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  3147. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  3148. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  3149. Text_FE_ENABLED.TextSize = 19
  3150.  
  3151. WhatIsOPFinality.Name = "WhatIsOPFinality"
  3152. WhatIsOPFinality.Parent = Information
  3153. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  3154. WhatIsOPFinality.BackgroundTransparency = 1
  3155. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  3156. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3157. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  3158. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  3159. WhatIsOPFinality.Text = "What is OPFinality?"
  3160. WhatIsOPFinality.TextSize = 25
  3161.  
  3162. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  3163. Text_FE_DISABLED.Parent = Information
  3164. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3165. Text_FE_DISABLED.BackgroundTransparency = 1
  3166. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3167. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  3168. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  3169. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  3170. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  3171. Text_FE_DISABLED.TextSize = 19
  3172.  
  3173. OPFin_Description.Name = "OPFin_Description"
  3174. OPFin_Description.Parent = Information
  3175. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  3176. OPFin_Description.BackgroundTransparency = 1
  3177. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  3178. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  3179. OPFin_Description.ZIndex = 3
  3180. OPFin_Description.Font = Enum.Font.SourceSans
  3181. OPFin_Description.FontSize = Enum.FontSize.Size18
  3182. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  3183. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3184. OPFin_Description.TextSize = 18
  3185. OPFin_Description.TextWrapped = true
  3186.  
  3187. OPFin_Warning.Name = "OPFin_Warning"
  3188. OPFin_Warning.Parent = Information
  3189. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  3190. OPFin_Warning.BackgroundTransparency = 1
  3191. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  3192. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  3193. OPFin_Warning.ZIndex = 2
  3194. OPFin_Warning.Font = Enum.Font.SourceSans
  3195. OPFin_Warning.FontSize = Enum.FontSize.Size18
  3196. OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script."
  3197. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3198. OPFin_Warning.TextSize = 18
  3199. OPFin_Warning.TextWrapped = true
  3200.  
  3201. Info_Bar.Name = "Info_Bar"
  3202. Info_Bar.Parent = Information
  3203. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3204. Info_Bar.BorderSizePixel = 0
  3205. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  3206. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  3207.  
  3208. Info_Background.Name = "Info_Background"
  3209. Info_Background.Parent = Information
  3210. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3211. Info_Background.BorderSizePixel = 0
  3212. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  3213. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  3214. Info_Background.ZIndex = 2
  3215.  
  3216. Warning_Bar.Name = "Warning_Bar"
  3217. Warning_Bar.Parent = Information
  3218. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3219. Warning_Bar.BorderSizePixel = 0
  3220. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  3221. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  3222.  
  3223. Warning_Background.Name = "Warning_Background"
  3224. Warning_Background.Parent = Information
  3225. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  3226. Warning_Background.BorderSizePixel = 0
  3227. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  3228. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  3229.  
  3230. Info_Image.Name = "Info_Image"
  3231. Info_Image.Parent = Information
  3232. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3233. Info_Image.BackgroundTransparency = 1
  3234. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  3235. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3236. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  3237.  
  3238. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  3239. Image_FE_DISABLED.Parent = Information
  3240. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  3241. Image_FE_DISABLED.BackgroundTransparency = 1
  3242. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3243. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3244. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  3245.  
  3246. Warn_Image.Name = "Warn_Image"
  3247. Warn_Image.Parent = Information
  3248. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3249. Warn_Image.BackgroundTransparency = 1
  3250. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  3251. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3252. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  3253.  
  3254. Others_1.Name = "Others_1"
  3255. Others_1.Parent = Pages
  3256. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3257. Others_1.BorderSizePixel = 0
  3258. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  3259. Others_1.Size = UDim2.new(1, 0, 1, 0)
  3260.  
  3261. OthersTitle.Name = "OthersTitle"
  3262. OthersTitle.Parent = Others_1
  3263. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3264. OthersTitle.BackgroundTransparency = 1
  3265. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  3266. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3267. OthersTitle.Font = Enum.Font.SourceSansBold
  3268. OthersTitle.FontSize = Enum.FontSize.Size28
  3269. OthersTitle.Text = "Others"
  3270. OthersTitle.TextSize = 25
  3271.  
  3272. Char_Image.Name = "Char_Image"
  3273. Char_Image.Parent = Others_1
  3274. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3275. Char_Image.BackgroundTransparency = 1
  3276. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  3277. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3278. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  3279.  
  3280. OthersText.Name = "OthersText"
  3281. OthersText.Parent = Others_1
  3282. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  3283. OthersText.BackgroundTransparency = 1
  3284. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  3285. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  3286. OthersText.Font = Enum.Font.SourceSansItalic
  3287. OthersText.FontSize = Enum.FontSize.Size24
  3288. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  3289. OthersText.TextSize = 19
  3290. OthersText.TextWrapped = true
  3291.  
  3292. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  3293. TXTBOX_PlrName.Parent = Others_1
  3294. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  3295. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3296. TXTBOX_PlrName.BorderSizePixel = 0
  3297. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  3298. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  3299. TXTBOX_PlrName.ZIndex = 2
  3300. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  3301. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  3302. TXTBOX_PlrName.Text = "Player"
  3303. TXTBOX_PlrName.TextScaled = true
  3304. TXTBOX_PlrName.TextSize = 14
  3305. TXTBOX_PlrName.TextWrapped = true
  3306.  
  3307. othersBaseBackground.Name = "othersBaseBackground"
  3308. othersBaseBackground.Parent = Others_1
  3309. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3310. othersBaseBackground.BorderSizePixel = 0
  3311. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  3312. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  3313.  
  3314. TeleportTo.Name = "TeleportTo"
  3315. TeleportTo.Parent = othersBaseBackground
  3316. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3317. TeleportTo.BorderSizePixel = 0
  3318. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  3319. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  3320. TeleportTo.Font = Enum.Font.SourceSans
  3321. TeleportTo.FontSize = Enum.FontSize.Size24
  3322. TeleportTo.Text = "Teleport To"
  3323. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3324. TeleportTo.TextSize = 22
  3325.  
  3326. Annoy.Name = "Annoy"
  3327. Annoy.Parent = othersBaseBackground
  3328. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3329. Annoy.BorderSizePixel = 0
  3330. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  3331. Annoy.Size = UDim2.new(0, 92, 0, 25)
  3332. Annoy.Font = Enum.Font.SourceSans
  3333. Annoy.FontSize = Enum.FontSize.Size24
  3334. Annoy.Text = "Annoy"
  3335. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3336. Annoy.TextSize = 22
  3337.  
  3338. Follow.Name = "Follow"
  3339. Follow.Parent = othersBaseBackground
  3340. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3341. Follow.BorderSizePixel = 0
  3342. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  3343. Follow.Size = UDim2.new(0, 92, 0, 25)
  3344. Follow.Font = Enum.Font.SourceSans
  3345. Follow.FontSize = Enum.FontSize.Size24
  3346. Follow.Text = "Follow"
  3347. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3348. Follow.TextSize = 22
  3349.  
  3350. View.Name = "View"
  3351. View.Parent = othersBaseBackground
  3352. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3353. View.BorderSizePixel = 0
  3354. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  3355. View.Size = UDim2.new(0, 92, 0, 25)
  3356. View.Font = Enum.Font.SourceSans
  3357. View.FontSize = Enum.FontSize.Size24
  3358. View.Text = "View"
  3359. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3360. View.TextSize = 22
  3361.  
  3362. Orbit.Name = "Orbit"
  3363. Orbit.Parent = othersBaseBackground
  3364. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3365. Orbit.BorderSizePixel = 0
  3366. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  3367. Orbit.Size = UDim2.new(0, 92, 0, 25)
  3368. Orbit.Font = Enum.Font.SourceSans
  3369. Orbit.FontSize = Enum.FontSize.Size24
  3370. Orbit.Text = "Orbit"
  3371. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3372. Orbit.TextSize = 22
  3373.  
  3374. HeadWalk.Name = "HeadWalk"
  3375. HeadWalk.Parent = othersBaseBackground
  3376. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3377. HeadWalk.BorderSizePixel = 0
  3378. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  3379. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  3380. HeadWalk.Font = Enum.Font.SourceSans
  3381. HeadWalk.FontSize = Enum.FontSize.Size24
  3382. HeadWalk.Text = "Head Walk"
  3383. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3384. HeadWalk.TextSize = 22
  3385.  
  3386. Stick.Name = "Stick"
  3387. Stick.Parent = othersBaseBackground
  3388. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3389. Stick.BorderSizePixel = 0
  3390. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  3391. Stick.Size = UDim2.new(0, 92, 0, 25)
  3392. Stick.Font = Enum.Font.SourceSans
  3393. Stick.FontSize = Enum.FontSize.Size24
  3394. Stick.Text = "Stick"
  3395. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3396. Stick.TextSize = 22
  3397.  
  3398. Spam.Name = "Spam"
  3399. Spam.Parent = othersBaseBackground
  3400. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3401. Spam.BorderSizePixel = 0
  3402. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  3403. Spam.Size = UDim2.new(0, 92, 0, 25)
  3404. Spam.Font = Enum.Font.SourceSans
  3405. Spam.FontSize = Enum.FontSize.Size24
  3406. Spam.Text = "Spam"
  3407. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3408. Spam.TextSize = 22
  3409.  
  3410. Carpet.Name = "Carpet"
  3411. Carpet.Parent = othersBaseBackground
  3412. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3413. Carpet.BorderSizePixel = 0
  3414. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  3415. Carpet.Size = UDim2.new(0, 92, 0, 25)
  3416. Carpet.Font = Enum.Font.SourceSans
  3417. Carpet.FontSize = Enum.FontSize.Size24
  3418. Carpet.Text = "Carpet"
  3419. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3420. Carpet.TextSize = 22
  3421.  
  3422. Others_toPAGE2.Name = "Others_toPAGE2"
  3423. Others_toPAGE2.Parent = Others_1
  3424. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3425. Others_toPAGE2.BorderSizePixel = 0
  3426. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  3427. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3428. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  3429. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  3430. Others_toPAGE2.Text = "Next"
  3431. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3432. Others_toPAGE2.TextSize = 22
  3433.  
  3434. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  3435. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  3436. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3437. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  3438. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  3439. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  3440. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  3441.  
  3442. Character_2.Name = "Character_2"
  3443. Character_2.Parent = Pages
  3444. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3445. Character_2.BorderSizePixel = 0
  3446. Character_2.Position = UDim2.new(1, 0, 0, 0)
  3447. Character_2.Size = UDim2.new(1, 0, 1, 0)
  3448.  
  3449. CharacterTitle.Name = "CharacterTitle"
  3450. CharacterTitle.Parent = Character_2
  3451. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3452. CharacterTitle.BackgroundTransparency = 1
  3453. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  3454. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3455. CharacterTitle.Font = Enum.Font.SourceSansBold
  3456. CharacterTitle.FontSize = Enum.FontSize.Size28
  3457. CharacterTitle.Text = "Character"
  3458. CharacterTitle.TextSize = 25
  3459.  
  3460. CharacterText.Name = "CharacterText"
  3461. CharacterText.Parent = Character_2
  3462. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  3463. CharacterText.BackgroundTransparency = 1
  3464. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  3465. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  3466. CharacterText.Font = Enum.Font.SourceSansItalic
  3467. CharacterText.FontSize = Enum.FontSize.Size24
  3468. CharacterText.Text = "Apply cool animations to your player!"
  3469. CharacterText.TextSize = 19
  3470. CharacterText.TextWrapped = true
  3471.  
  3472. Animations_SPOOKY.Name = "Animations_SPOOKY"
  3473. Animations_SPOOKY.Parent = Character_2
  3474. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3475. Animations_SPOOKY.BorderSizePixel = 0
  3476. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  3477. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3478.  
  3479. spookytitle.Name = "spookytitle"
  3480. spookytitle.Parent = Animations_SPOOKY
  3481. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3482. spookytitle.BackgroundTransparency = 1
  3483. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3484. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3485. spookytitle.Font = Enum.Font.SourceSansLight
  3486. spookytitle.FontSize = Enum.FontSize.Size28
  3487. spookytitle.Text = "Spooky"
  3488. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3489. spookytitle.TextSize = 25
  3490.  
  3491. headthrow.Name = "headthrow"
  3492. headthrow.Parent = Animations_SPOOKY
  3493. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3494. headthrow.BorderSizePixel = 0
  3495. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  3496. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  3497. headthrow.Font = Enum.Font.SourceSans
  3498. headthrow.FontSize = Enum.FontSize.Size14
  3499. headthrow.Text = "Head Throw"
  3500. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3501. headthrow.TextScaled = true
  3502. headthrow.TextSize = 14
  3503. headthrow.TextWrapped = true
  3504.  
  3505. armsoff.Name = "armsoff"
  3506. armsoff.Parent = Animations_SPOOKY
  3507. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3508. armsoff.BorderSizePixel = 0
  3509. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  3510. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  3511. armsoff.Font = Enum.Font.SourceSans
  3512. armsoff.FontSize = Enum.FontSize.Size14
  3513. armsoff.Text = "Arms Off"
  3514. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3515. armsoff.TextScaled = true
  3516. armsoff.TextSize = 14
  3517. armsoff.TextWrapped = true
  3518.  
  3519. loophead.Name = "loophead"
  3520. loophead.Parent = Animations_SPOOKY
  3521. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3522. loophead.BorderSizePixel = 0
  3523. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  3524. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  3525. loophead.Font = Enum.Font.SourceSans
  3526. loophead.FontSize = Enum.FontSize.Size14
  3527. loophead.Text = "Loop Head"
  3528. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3529. loophead.TextScaled = true
  3530. loophead.TextSize = 14
  3531. loophead.TextWrapped = true
  3532.  
  3533. levitate.Name = "levitate"
  3534. levitate.Parent = Animations_SPOOKY
  3535. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3536. levitate.BorderSizePixel = 0
  3537. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  3538. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  3539. levitate.Font = Enum.Font.SourceSans
  3540. levitate.FontSize = Enum.FontSize.Size14
  3541. levitate.Text = "Levitate"
  3542. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3543. levitate.TextScaled = true
  3544. levitate.TextSize = 14
  3545. levitate.TextWrapped = true
  3546.  
  3547. headfloat.Name = "headfloat"
  3548. headfloat.Parent = Animations_SPOOKY
  3549. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3550. headfloat.BorderSizePixel = 0
  3551. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  3552. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  3553. headfloat.Font = Enum.Font.SourceSans
  3554. headfloat.FontSize = Enum.FontSize.Size14
  3555. headfloat.Text = "Head Float"
  3556. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3557. headfloat.TextScaled = true
  3558. headfloat.TextSize = 14
  3559. headfloat.TextWrapped = true
  3560.  
  3561. Character_backPAGE1.Name = "Character_backPAGE1"
  3562. Character_backPAGE1.Parent = Character_2
  3563. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3564. Character_backPAGE1.BorderSizePixel = 0
  3565. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  3566. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3567. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  3568. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  3569. Character_backPAGE1.Text = "Prev"
  3570. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3571. Character_backPAGE1.TextSize = 22
  3572.  
  3573. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  3574. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  3575. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3576. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  3577. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  3578. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  3579. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  3580.  
  3581. Animations_DANCE.Name = "Animations_DANCE"
  3582. Animations_DANCE.Parent = Character_2
  3583. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3584. Animations_DANCE.BorderSizePixel = 0
  3585. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  3586. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3587.  
  3588. dancetitle.Name = "dancetitle"
  3589. dancetitle.Parent = Animations_DANCE
  3590. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3591. dancetitle.BackgroundTransparency = 1
  3592. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3593. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3594. dancetitle.Font = Enum.Font.SourceSansLight
  3595. dancetitle.FontSize = Enum.FontSize.Size28
  3596. dancetitle.Text = "Dance"
  3597. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3598. dancetitle.TextSize = 25
  3599.  
  3600. normal.Name = "normal"
  3601. normal.Parent = Animations_DANCE
  3602. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3603. normal.BorderSizePixel = 0
  3604. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  3605. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  3606. normal.Font = Enum.Font.SourceSans
  3607. normal.FontSize = Enum.FontSize.Size14
  3608. normal.Text = "Normal"
  3609. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3610. normal.TextScaled = true
  3611. normal.TextSize = 14
  3612. normal.TextWrapped = true
  3613.  
  3614. movingdance.Name = "movingdance"
  3615. movingdance.Parent = Animations_DANCE
  3616. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3617. movingdance.BorderSizePixel = 0
  3618. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  3619. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  3620. movingdance.Font = Enum.Font.SourceSans
  3621. movingdance.FontSize = Enum.FontSize.Size14
  3622. movingdance.Text = "Moving Dance"
  3623. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3624. movingdance.TextScaled = true
  3625. movingdance.TextSize = 14
  3626. movingdance.TextWrapped = true
  3627.  
  3628. insane.Name = "insane"
  3629. insane.Parent = Animations_DANCE
  3630. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3631. insane.BorderSizePixel = 0
  3632. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  3633. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  3634. insane.Font = Enum.Font.SourceSans
  3635. insane.FontSize = Enum.FontSize.Size14
  3636. insane.Text = "Insane"
  3637. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3638. insane.TextScaled = true
  3639. insane.TextSize = 14
  3640. insane.TextWrapped = true
  3641.  
  3642. happy.Name = "happy"
  3643. happy.Parent = Animations_DANCE
  3644. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3645. happy.BorderSizePixel = 0
  3646. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  3647. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  3648. happy.Font = Enum.Font.SourceSans
  3649. happy.FontSize = Enum.FontSize.Size14
  3650. happy.Text = "Happy"
  3651. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3652. happy.TextScaled = true
  3653. happy.TextSize = 14
  3654. happy.TextWrapped = true
  3655.  
  3656. spindance.Name = "spindance"
  3657. spindance.Parent = Animations_DANCE
  3658. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3659. spindance.BorderSizePixel = 0
  3660. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  3661. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  3662. spindance.Font = Enum.Font.SourceSans
  3663. spindance.FontSize = Enum.FontSize.Size14
  3664. spindance.Text = "Spin Dance"
  3665. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3666. spindance.TextScaled = true
  3667. spindance.TextSize = 14
  3668. spindance.TextWrapped = true
  3669.  
  3670. Animations_HEROIC.Name = "Animations_HEROIC"
  3671. Animations_HEROIC.Parent = Character_2
  3672. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3673. Animations_HEROIC.BorderSizePixel = 0
  3674. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  3675. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3676.  
  3677. heroictitle.Name = "heroictitle"
  3678. heroictitle.Parent = Animations_HEROIC
  3679. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3680. heroictitle.BackgroundTransparency = 1
  3681. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3682. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3683. heroictitle.Font = Enum.Font.SourceSansLight
  3684. heroictitle.FontSize = Enum.FontSize.Size28
  3685. heroictitle.Text = "Heroic"
  3686. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3687. heroictitle.TextSize = 25
  3688.  
  3689. swordstrike.Name = "swordstrike"
  3690. swordstrike.Parent = Animations_HEROIC
  3691. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3692. swordstrike.BorderSizePixel = 0
  3693. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  3694. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  3695. swordstrike.Font = Enum.Font.SourceSans
  3696. swordstrike.FontSize = Enum.FontSize.Size14
  3697. swordstrike.Text = "Sword Strike"
  3698. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3699. swordstrike.TextScaled = true
  3700. swordstrike.TextSize = 14
  3701. swordstrike.TextWrapped = true
  3702.  
  3703. jumpland.Name = "jumpland"
  3704. jumpland.Parent = Animations_HEROIC
  3705. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3706. jumpland.BorderSizePixel = 0
  3707. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  3708. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  3709. jumpland.Font = Enum.Font.SourceSans
  3710. jumpland.FontSize = Enum.FontSize.Size14
  3711. jumpland.Text = "Jump Land"
  3712. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3713. jumpland.TextScaled = true
  3714. jumpland.TextSize = 14
  3715. jumpland.TextWrapped = true
  3716.  
  3717. punches.Name = "punches"
  3718. punches.Parent = Animations_HEROIC
  3719. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3720. punches.BorderSizePixel = 0
  3721. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  3722. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  3723. punches.Font = Enum.Font.SourceSans
  3724. punches.FontSize = Enum.FontSize.Size14
  3725. punches.Text = "Punches"
  3726. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3727. punches.TextScaled = true
  3728. punches.TextSize = 14
  3729. punches.TextWrapped = true
  3730.  
  3731. swing.Name = "swing"
  3732. swing.Parent = Animations_HEROIC
  3733. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3734. swing.BorderSizePixel = 0
  3735. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  3736. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  3737. swing.Font = Enum.Font.SourceSans
  3738. swing.FontSize = Enum.FontSize.Size14
  3739. swing.Text = "Swing"
  3740. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3741. swing.TextScaled = true
  3742. swing.TextSize = 14
  3743. swing.TextWrapped = true
  3744.  
  3745. crawl.Name = "crawl"
  3746. crawl.Parent = Animations_HEROIC
  3747. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3748. crawl.BorderSizePixel = 0
  3749. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  3750. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  3751. crawl.Font = Enum.Font.SourceSans
  3752. crawl.FontSize = Enum.FontSize.Size14
  3753. crawl.Text = "Crawl"
  3754. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3755. crawl.TextScaled = true
  3756. crawl.TextSize = 14
  3757. crawl.TextWrapped = true
  3758.  
  3759. Char2_Image.Name = "Char2_Image"
  3760. Char2_Image.Parent = Character_2
  3761. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3762. Char2_Image.BackgroundTransparency = 1
  3763. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  3764. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  3765. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  3766.  
  3767. Character_1.Name = "Character_1"
  3768. Character_1.Parent = Pages
  3769. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3770. Character_1.BorderSizePixel = 0
  3771. Character_1.Position = UDim2.new(11, 0, 0, 0)
  3772. Character_1.Size = UDim2.new(1, 0, 1, 0)
  3773.  
  3774. CharacterTitle_2.Name = "CharacterTitle"
  3775. CharacterTitle_2.Parent = Character_1
  3776. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3777. CharacterTitle_2.BackgroundTransparency = 1
  3778. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  3779. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3780. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  3781. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  3782. CharacterTitle_2.Text = "Character"
  3783. CharacterTitle_2.TextSize = 25
  3784.  
  3785. Char_Image_2.Name = "Char_Image"
  3786. Char_Image_2.Parent = Character_1
  3787. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3788. Char_Image_2.BackgroundTransparency = 1
  3789. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  3790. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3791. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  3792.  
  3793. CharacterText_2.Name = "CharacterText"
  3794. CharacterText_2.Parent = Character_1
  3795. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3796. CharacterText_2.BackgroundTransparency = 1
  3797. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  3798. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  3799. CharacterText_2.Font = Enum.Font.SourceSansItalic
  3800. CharacterText_2.FontSize = Enum.FontSize.Size24
  3801. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  3802. CharacterText_2.TextSize = 19
  3803. CharacterText_2.TextWrapped = true
  3804.  
  3805. TXTBOX_Stats.Name = "TXTBOX_Stats"
  3806. TXTBOX_Stats.Parent = Character_1
  3807. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  3808. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3809. TXTBOX_Stats.BorderSizePixel = 6
  3810. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  3811. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  3812. TXTBOX_Stats.Font = Enum.Font.SourceSans
  3813. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  3814. TXTBOX_Stats.Text = "Number"
  3815. TXTBOX_Stats.TextScaled = true
  3816. TXTBOX_Stats.TextSize = 14
  3817. TXTBOX_Stats.TextWrapped = true
  3818.  
  3819. BackGroundChar.Name = "BackGroundChar"
  3820. BackGroundChar.Parent = Character_1
  3821. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3822. BackGroundChar.BorderSizePixel = 0
  3823. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  3824. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  3825.  
  3826. HipHeight.Name = "HipHeight"
  3827. HipHeight.Parent = BackGroundChar
  3828. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  3829. HipHeight.BorderSizePixel = 0
  3830. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  3831. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  3832. HipHeight.Font = Enum.Font.SourceSans
  3833. HipHeight.FontSize = Enum.FontSize.Size24
  3834. HipHeight.Text = "HipHeight"
  3835. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3836. HipHeight.TextSize = 22
  3837.  
  3838. JumpHeight.Name = "JumpHeight"
  3839. JumpHeight.Parent = BackGroundChar
  3840. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  3841. JumpHeight.BorderSizePixel = 0
  3842. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  3843. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  3844. JumpHeight.Font = Enum.Font.SourceSans
  3845. JumpHeight.FontSize = Enum.FontSize.Size24
  3846. JumpHeight.Text = "JumpHeight"
  3847. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3848. JumpHeight.TextSize = 20
  3849.  
  3850. Speed.Name = "Speed"
  3851. Speed.Parent = BackGroundChar
  3852. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  3853. Speed.BorderSizePixel = 0
  3854. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  3855. Speed.Size = UDim2.new(0, 92, 0, 25)
  3856. Speed.Font = Enum.Font.SourceSans
  3857. Speed.FontSize = Enum.FontSize.Size24
  3858. Speed.Text = "Speed"
  3859. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3860. Speed.TextSize = 22
  3861.  
  3862. TXTBOX_Chat.Name = "TXTBOX_Chat"
  3863. TXTBOX_Chat.Parent = Character_1
  3864. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  3865. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3866. TXTBOX_Chat.BorderSizePixel = 6
  3867. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  3868. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  3869. TXTBOX_Chat.Font = Enum.Font.SourceSans
  3870. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  3871. TXTBOX_Chat.Text = "Text for chatting"
  3872. TXTBOX_Chat.TextScaled = true
  3873. TXTBOX_Chat.TextSize = 14
  3874. TXTBOX_Chat.TextWrapped = true
  3875.  
  3876. BackGroundChar2.Name = "BackGroundChar2"
  3877. BackGroundChar2.Parent = Character_1
  3878. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3879. BackGroundChar2.BorderSizePixel = 0
  3880. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  3881. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  3882.  
  3883. Chat.Name = "Chat"
  3884. Chat.Parent = BackGroundChar2
  3885. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  3886. Chat.BorderSizePixel = 0
  3887. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  3888. Chat.Size = UDim2.new(0, 92, 0, 25)
  3889. Chat.Font = Enum.Font.SourceSans
  3890. Chat.FontSize = Enum.FontSize.Size24
  3891. Chat.Text = "Chat"
  3892. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3893. Chat.TextSize = 22
  3894.  
  3895. Spam_2.Name = "Spam"
  3896. Spam_2.Parent = BackGroundChar2
  3897. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  3898. Spam_2.BorderSizePixel = 0
  3899. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  3900. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  3901. Spam_2.Font = Enum.Font.SourceSans
  3902. Spam_2.FontSize = Enum.FontSize.Size24
  3903. Spam_2.Text = "Spam"
  3904. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3905. Spam_2.TextSize = 22
  3906.  
  3907. BackGroundChar3.Name = "BackGroundChar3"
  3908. BackGroundChar3.Parent = Character_1
  3909. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3910. BackGroundChar3.BorderSizePixel = 0
  3911. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  3912. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  3913.  
  3914. Noclip.Name = "Noclip"
  3915. Noclip.Parent = BackGroundChar3
  3916. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3917. Noclip.BorderSizePixel = 0
  3918. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  3919. Noclip.Size = UDim2.new(0, 92, 0, 25)
  3920. Noclip.Font = Enum.Font.SourceSans
  3921. Noclip.FontSize = Enum.FontSize.Size24
  3922. Noclip.Text = "Noclip"
  3923. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3924. Noclip.TextSize = 22
  3925.  
  3926. Fly.Name = "Fly"
  3927. Fly.Parent = BackGroundChar3
  3928. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3929. Fly.BorderSizePixel = 0
  3930. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  3931. Fly.Size = UDim2.new(0, 92, 0, 25)
  3932. Fly.Font = Enum.Font.SourceSans
  3933. Fly.FontSize = Enum.FontSize.Size24
  3934. Fly.Text = "Fly"
  3935. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3936. Fly.TextSize = 22
  3937.  
  3938. Character_toPAGE2.Name = "Character_toPAGE2"
  3939. Character_toPAGE2.Parent = Character_1
  3940. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3941. Character_toPAGE2.BorderSizePixel = 0
  3942. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  3943. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3944. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  3945. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  3946. Character_toPAGE2.Text = "Next"
  3947. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3948. Character_toPAGE2.TextSize = 22
  3949.  
  3950. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  3951. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  3952. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3953. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  3954. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  3955. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  3956. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  3957.  
  3958. Others_2.Name = "Others_2"
  3959. Others_2.Parent = Pages
  3960. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3961. Others_2.BorderSizePixel = 0
  3962. Others_2.Position = UDim2.new(1, 0, 0, 0)
  3963. Others_2.Size = UDim2.new(1, 0, 1, 0)
  3964.  
  3965. OthersTitle_2.Name = "OthersTitle"
  3966. OthersTitle_2.Parent = Others_2
  3967. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3968. OthersTitle_2.BackgroundTransparency = 1
  3969. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  3970. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3971. OthersTitle_2.Font = Enum.Font.SourceSansBold
  3972. OthersTitle_2.FontSize = Enum.FontSize.Size28
  3973. OthersTitle_2.Text = "Others"
  3974. OthersTitle_2.TextSize = 25
  3975.  
  3976. Other_Image2.Name = "Other_Image2"
  3977. Other_Image2.Parent = Others_2
  3978. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  3979. Other_Image2.BackgroundTransparency = 1
  3980. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  3981. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  3982. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  3983.  
  3984. OthersText_2.Name = "OthersText"
  3985. OthersText_2.Parent = Others_2
  3986. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3987. OthersText_2.BackgroundTransparency = 1
  3988. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  3989. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  3990. OthersText_2.Font = Enum.Font.SourceSansItalic
  3991. OthersText_2.FontSize = Enum.FontSize.Size24
  3992. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  3993. OthersText_2.TextSize = 19
  3994. OthersText_2.TextWrapped = true
  3995.  
  3996. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  3997. TXTBOX_PlrName2.Parent = Others_2
  3998. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  3999. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4000. TXTBOX_PlrName2.BorderSizePixel = 0
  4001. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  4002. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  4003. TXTBOX_PlrName2.ZIndex = 2
  4004. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  4005. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  4006. TXTBOX_PlrName2.Text = "Player"
  4007. TXTBOX_PlrName2.TextScaled = true
  4008. TXTBOX_PlrName2.TextSize = 14
  4009. TXTBOX_PlrName2.TextWrapped = true
  4010.  
  4011. othersBaseBackground2.Name = "othersBaseBackground2"
  4012. othersBaseBackground2.Parent = Others_2
  4013. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4014. othersBaseBackground2.BorderSizePixel = 0
  4015. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  4016. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  4017.  
  4018. Flatten.Name = "Flatten"
  4019. Flatten.Parent = othersBaseBackground2
  4020. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4021. Flatten.BorderSizePixel = 0
  4022. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  4023. Flatten.Size = UDim2.new(0, 92, 0, 25)
  4024. Flatten.Font = Enum.Font.SourceSans
  4025. Flatten.FontSize = Enum.FontSize.Size24
  4026. Flatten.Text = "Flatten"
  4027. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4028. Flatten.TextSize = 22
  4029.  
  4030. AimHead.Name = "AimHead"
  4031. AimHead.Parent = othersBaseBackground2
  4032. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4033. AimHead.BorderSizePixel = 0
  4034. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  4035. AimHead.Size = UDim2.new(0, 92, 0, 25)
  4036. AimHead.Font = Enum.Font.SourceSans
  4037. AimHead.FontSize = Enum.FontSize.Size24
  4038. AimHead.Text = "Aim Head"
  4039. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4040. AimHead.TextSize = 22
  4041.  
  4042. Float.Name = "Float"
  4043. Float.Parent = othersBaseBackground2
  4044. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4045. Float.BorderSizePixel = 0
  4046. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  4047. Float.Size = UDim2.new(0, 92, 0, 25)
  4048. Float.Font = Enum.Font.SourceSans
  4049. Float.FontSize = Enum.FontSize.Size24
  4050. Float.Text = "Float"
  4051. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4052. Float.TextSize = 22
  4053.  
  4054. Multiple.Name = "Multiple"
  4055. Multiple.Parent = othersBaseBackground2
  4056. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4057. Multiple.BorderSizePixel = 0
  4058. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  4059. Multiple.Size = UDim2.new(0, 92, 0, 25)
  4060. Multiple.Font = Enum.Font.SourceSans
  4061. Multiple.FontSize = Enum.FontSize.Size24
  4062. Multiple.Text = "Multiple"
  4063. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4064. Multiple.TextSize = 22
  4065.  
  4066. Animated.Name = "Animated"
  4067. Animated.Parent = othersBaseBackground2
  4068. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4069. Animated.BorderSizePixel = 0
  4070. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  4071. Animated.Size = UDim2.new(0, 92, 0, 25)
  4072. Animated.Font = Enum.Font.SourceSans
  4073. Animated.FontSize = Enum.FontSize.Size24
  4074. Animated.Text = "Animated"
  4075. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4076. Animated.TextSize = 22
  4077.  
  4078. SlowAttract.Name = "SlowAttract"
  4079. SlowAttract.Parent = othersBaseBackground2
  4080. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4081. SlowAttract.BorderSizePixel = 0
  4082. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  4083. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  4084. SlowAttract.Font = Enum.Font.SourceSans
  4085. SlowAttract.FontSize = Enum.FontSize.Size24
  4086. SlowAttract.Text = "SlowAttract"
  4087. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4088. SlowAttract.TextSize = 22
  4089.  
  4090. WeirdOrbit.Name = "WeirdOrbit"
  4091. WeirdOrbit.Parent = othersBaseBackground2
  4092. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4093. WeirdOrbit.BorderSizePixel = 0
  4094. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  4095. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  4096. WeirdOrbit.Font = Enum.Font.SourceSans
  4097. WeirdOrbit.FontSize = Enum.FontSize.Size24
  4098. WeirdOrbit.Text = "Weird Orbit"
  4099. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4100. WeirdOrbit.TextSize = 22
  4101.  
  4102. Violent.Name = "Violent"
  4103. Violent.Parent = othersBaseBackground2
  4104. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4105. Violent.BorderSizePixel = 0
  4106. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  4107. Violent.Size = UDim2.new(0, 92, 0, 25)
  4108. Violent.Font = Enum.Font.SourceSans
  4109. Violent.FontSize = Enum.FontSize.Size24
  4110. Violent.Text = "Violent"
  4111. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4112. Violent.TextSize = 22
  4113.  
  4114. Max.Name = "Max"
  4115. Max.Parent = othersBaseBackground2
  4116. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4117. Max.BorderSizePixel = 0
  4118. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  4119. Max.Size = UDim2.new(0, 92, 0, 25)
  4120. Max.Font = Enum.Font.SourceSans
  4121. Max.FontSize = Enum.FontSize.Size24
  4122. Max.Text = "Max"
  4123. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4124. Max.TextSize = 22
  4125.  
  4126. Others_toPAGE3.Name = "Others_toPAGE3"
  4127. Others_toPAGE3.Parent = Others_2
  4128. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4129. Others_toPAGE3.BorderSizePixel = 0
  4130. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4131. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4132. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  4133. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  4134. Others_toPAGE3.Text = "Next"
  4135. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4136. Others_toPAGE3.TextSize = 22
  4137.  
  4138. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  4139. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  4140. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4141. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  4142. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  4143. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4144. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  4145.  
  4146. Others_backPAGE1.Name = "Others_backPAGE1"
  4147. Others_backPAGE1.Parent = Others_2
  4148. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4149. Others_backPAGE1.BorderSizePixel = 0
  4150. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4151. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4152. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  4153. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  4154. Others_backPAGE1.Text = "Prev"
  4155. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4156. Others_backPAGE1.TextSize = 22
  4157.  
  4158. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  4159. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  4160. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4161. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  4162. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4163. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  4164. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  4165.  
  4166. Extra_1.Name = "Extra_1"
  4167. Extra_1.Parent = Pages
  4168. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4169. Extra_1.BorderSizePixel = 0
  4170. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  4171. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  4172.  
  4173. Extra_Image.Name = "Extra_Image"
  4174. Extra_Image.Parent = Extra_1
  4175. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4176. Extra_Image.BackgroundTransparency = 1
  4177. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4178. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4179. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  4180.  
  4181. ExtraText.Name = "ExtraText"
  4182. ExtraText.Parent = Extra_1
  4183. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  4184. ExtraText.BackgroundTransparency = 1
  4185. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4186. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  4187. ExtraText.Font = Enum.Font.SourceSansItalic
  4188. ExtraText.FontSize = Enum.FontSize.Size24
  4189. ExtraText.Text = "Cool and unique commands for yourself!"
  4190. ExtraText.TextSize = 19
  4191. ExtraText.TextWrapped = true
  4192.  
  4193. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  4194. ExtraBaseBackGround1.Parent = Extra_1
  4195. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  4196. ExtraBaseBackGround1.BorderSizePixel = 0
  4197. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  4198. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4199.  
  4200. CrouchRocket.Name = "CrouchRocket"
  4201. CrouchRocket.Parent = ExtraBaseBackGround1
  4202. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4203. CrouchRocket.BorderSizePixel = 0
  4204. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4205. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  4206. CrouchRocket.Font = Enum.Font.SourceSans
  4207. CrouchRocket.FontSize = Enum.FontSize.Size18
  4208. CrouchRocket.Text = "Crouch Rocket"
  4209. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4210. CrouchRocket.TextSize = 17
  4211.  
  4212. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  4213. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  4214. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4215. ExtraBaseBackGround1Side.BorderSizePixel = 0
  4216. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  4217. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  4218.  
  4219. CloneIllusion.Name = "CloneIllusion"
  4220. CloneIllusion.Parent = ExtraBaseBackGround1
  4221. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4222. CloneIllusion.BorderSizePixel = 0
  4223. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4224. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  4225. CloneIllusion.Font = Enum.Font.SourceSans
  4226. CloneIllusion.FontSize = Enum.FontSize.Size18
  4227. CloneIllusion.Text = "Clone Illusion"
  4228. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4229. CloneIllusion.TextSize = 17
  4230.  
  4231. CoolSpin.Name = "CoolSpin"
  4232. CoolSpin.Parent = ExtraBaseBackGround1
  4233. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4234. CoolSpin.BorderSizePixel = 0
  4235. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  4236. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  4237. CoolSpin.Font = Enum.Font.SourceSans
  4238. CoolSpin.FontSize = Enum.FontSize.Size18
  4239. CoolSpin.Text = "Cool Spin"
  4240. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4241. CoolSpin.TextSize = 17
  4242.  
  4243. JumpRocket.Name = "JumpRocket"
  4244. JumpRocket.Parent = ExtraBaseBackGround1
  4245. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4246. JumpRocket.BorderSizePixel = 0
  4247. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  4248. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  4249. JumpRocket.Font = Enum.Font.SourceSans
  4250. JumpRocket.FontSize = Enum.FontSize.Size18
  4251. JumpRocket.Text = "Jump Rocket"
  4252. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4253. JumpRocket.TextSize = 17
  4254.  
  4255. Extra_toPAGE2.Name = "Extra_toPAGE2"
  4256. Extra_toPAGE2.Parent = Extra_1
  4257. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4258. Extra_toPAGE2.BorderSizePixel = 0
  4259. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  4260. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4261. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  4262. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  4263. Extra_toPAGE2.Text = "Next"
  4264. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4265. Extra_toPAGE2.TextSize = 22
  4266.  
  4267. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  4268. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  4269. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4270. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  4271. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  4272. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  4273. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  4274.  
  4275. Extra_Title.Name = "Extra_Title"
  4276. Extra_Title.Parent = Extra_1
  4277. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  4278. Extra_Title.BackgroundTransparency = 1
  4279. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  4280. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4281. Extra_Title.Font = Enum.Font.SourceSansBold
  4282. Extra_Title.FontSize = Enum.FontSize.Size28
  4283. Extra_Title.Text = "Extra"
  4284. Extra_Title.TextSize = 25
  4285.  
  4286. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  4287. ExtraBaseBackGround2.Parent = Extra_1
  4288. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  4289. ExtraBaseBackGround2.BorderSizePixel = 0
  4290. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  4291. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4292.  
  4293. NoLimbs.Name = "NoLimbs"
  4294. NoLimbs.Parent = ExtraBaseBackGround2
  4295. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4296. NoLimbs.BorderSizePixel = 0
  4297. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4298. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  4299. NoLimbs.Font = Enum.Font.SourceSans
  4300. NoLimbs.FontSize = Enum.FontSize.Size18
  4301. NoLimbs.Text = "No Limbs"
  4302. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4303. NoLimbs.TextSize = 17
  4304.  
  4305. FEGodmode.Name = "FE Godmode"
  4306. FEGodmode.Parent = ExtraBaseBackGround2
  4307. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4308. FEGodmode.BorderSizePixel = 0
  4309. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4310. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  4311. FEGodmode.Font = Enum.Font.SourceSans
  4312. FEGodmode.FontSize = Enum.FontSize.Size18
  4313. FEGodmode.Text = "FE Godmode"
  4314. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4315. FEGodmode.TextSize = 17
  4316.  
  4317. BrickHats.Name = "BrickHats"
  4318. BrickHats.Parent = ExtraBaseBackGround2
  4319. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4320. BrickHats.BorderSizePixel = 0
  4321. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  4322. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  4323. BrickHats.Font = Enum.Font.SourceSans
  4324. BrickHats.FontSize = Enum.FontSize.Size18
  4325. BrickHats.Text = "Brick Hats"
  4326. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4327. BrickHats.TextSize = 17
  4328.  
  4329. RapidPunch.Name = "RapidPunch"
  4330. RapidPunch.Parent = ExtraBaseBackGround2
  4331. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4332. RapidPunch.BorderSizePixel = 0
  4333. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  4334. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  4335. RapidPunch.Font = Enum.Font.SourceSans
  4336. RapidPunch.FontSize = Enum.FontSize.Size18
  4337. RapidPunch.Text = "RapidPunch"
  4338. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4339. RapidPunch.TextSize = 17
  4340.  
  4341. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  4342. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  4343. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4344. ExtraBaseBackGround2Side.BorderSizePixel = 0
  4345. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  4346. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  4347.  
  4348. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  4349. ExtraBaseBackGround3.Parent = Extra_1
  4350. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4351. ExtraBaseBackGround3.BorderSizePixel = 0
  4352. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  4353. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  4354.  
  4355. PunchFollow.Name = "PunchFollow"
  4356. PunchFollow.Parent = ExtraBaseBackGround3
  4357. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4358. PunchFollow.BorderSizePixel = 0
  4359. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  4360. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  4361. PunchFollow.Font = Enum.Font.SourceSans
  4362. PunchFollow.FontSize = Enum.FontSize.Size18
  4363. PunchFollow.Text = "Punch Follow"
  4364. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4365. PunchFollow.TextSize = 17
  4366.  
  4367. ArmFollow.Name = "ArmFollow"
  4368. ArmFollow.Parent = ExtraBaseBackGround3
  4369. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4370. ArmFollow.BorderSizePixel = 0
  4371. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  4372. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  4373. ArmFollow.Font = Enum.Font.SourceSans
  4374. ArmFollow.FontSize = Enum.FontSize.Size18
  4375. ArmFollow.Text = "Arm Follow"
  4376. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4377. ArmFollow.TextSize = 17
  4378.  
  4379. Spin.Name = "Spin"
  4380. Spin.Parent = ExtraBaseBackGround3
  4381. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4382. Spin.BorderSizePixel = 0
  4383. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  4384. Spin.Size = UDim2.new(0, 92, 0, 25)
  4385. Spin.Font = Enum.Font.SourceSans
  4386. Spin.FontSize = Enum.FontSize.Size18
  4387. Spin.Text = "Spin"
  4388. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4389. Spin.TextSize = 17
  4390.  
  4391. Faint.Name = "Faint"
  4392. Faint.Parent = ExtraBaseBackGround3
  4393. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4394. Faint.BorderSizePixel = 0
  4395. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  4396. Faint.Size = UDim2.new(0, 92, 0, 25)
  4397. Faint.Font = Enum.Font.SourceSans
  4398. Faint.FontSize = Enum.FontSize.Size18
  4399. Faint.Text = "Faint"
  4400. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4401. Faint.TextSize = 17
  4402.  
  4403. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  4404. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  4405. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4406. ExtraBaseBackGround3Side.BorderSizePixel = 0
  4407. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  4408. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  4409.  
  4410. Extra_2.Name = "Extra_2"
  4411. Extra_2.Parent = Pages
  4412. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4413. Extra_2.BorderSizePixel = 0
  4414. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  4415. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  4416.  
  4417. Extra_Image_2.Name = "Extra_Image"
  4418. Extra_Image_2.Parent = Extra_2
  4419. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4420. Extra_Image_2.BackgroundTransparency = 1
  4421. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  4422. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4423. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  4424.  
  4425. ExtraText_2.Name = "ExtraText"
  4426. ExtraText_2.Parent = Extra_2
  4427. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4428. ExtraText_2.BackgroundTransparency = 1
  4429. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4430. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  4431. ExtraText_2.Font = Enum.Font.SourceSansItalic
  4432. ExtraText_2.FontSize = Enum.FontSize.Size24
  4433. ExtraText_2.Text = "Cool and unique commands for other players!"
  4434. ExtraText_2.TextSize = 19
  4435. ExtraText_2.TextWrapped = true
  4436.  
  4437. Extra_Title_2.Name = "Extra_Title"
  4438. Extra_Title_2.Parent = Extra_2
  4439. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4440. Extra_Title_2.BackgroundTransparency = 1
  4441. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  4442. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4443. Extra_Title_2.Font = Enum.Font.SourceSansBold
  4444. Extra_Title_2.FontSize = Enum.FontSize.Size28
  4445. Extra_Title_2.Text = "Extra"
  4446. Extra_Title_2.TextSize = 25
  4447.  
  4448. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  4449. ExtraBaseBackGround2_2.Parent = Extra_2
  4450. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4451. ExtraBaseBackGround2_2.BorderSizePixel = 0
  4452. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  4453. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  4454.  
  4455. CrouchAttack.Name = "CrouchAttack"
  4456. CrouchAttack.Parent = ExtraBaseBackGround2_2
  4457. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4458. CrouchAttack.BorderSizePixel = 0
  4459. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  4460. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  4461. CrouchAttack.Font = Enum.Font.SourceSans
  4462. CrouchAttack.FontSize = Enum.FontSize.Size18
  4463. CrouchAttack.Text = "Crouch Attack"
  4464. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4465. CrouchAttack.TextSize = 17
  4466.  
  4467. WalkThrough.Name = "WalkThrough"
  4468. WalkThrough.Parent = ExtraBaseBackGround2_2
  4469. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4470. WalkThrough.BorderSizePixel = 0
  4471. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  4472. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  4473. WalkThrough.Font = Enum.Font.SourceSans
  4474. WalkThrough.FontSize = Enum.FontSize.Size18
  4475. WalkThrough.Text = "Walk Through"
  4476. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4477. WalkThrough.TextSize = 17
  4478.  
  4479. CreepyWatch.Name = "CreepyWatch"
  4480. CreepyWatch.Parent = ExtraBaseBackGround2_2
  4481. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4482. CreepyWatch.BorderSizePixel = 0
  4483. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  4484. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  4485. CreepyWatch.Font = Enum.Font.SourceSans
  4486. CreepyWatch.FontSize = Enum.FontSize.Size18
  4487. CreepyWatch.Text = "Creepy Watch"
  4488. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4489. CreepyWatch.TextSize = 17
  4490.  
  4491. SpinAttack.Name = "SpinAttack"
  4492. SpinAttack.Parent = ExtraBaseBackGround2_2
  4493. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4494. SpinAttack.BorderSizePixel = 0
  4495. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  4496. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  4497. SpinAttack.Font = Enum.Font.SourceSans
  4498. SpinAttack.FontSize = Enum.FontSize.Size18
  4499. SpinAttack.Text = "Spin Attack"
  4500. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4501. SpinAttack.TextSize = 17
  4502.  
  4503. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  4504. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  4505. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4506. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  4507. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  4508. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  4509.  
  4510. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  4511. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  4512. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4513. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4514. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  4515. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  4516. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  4517. TXTBOX_PlrNameEXTRA.ZIndex = 2
  4518. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  4519. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  4520. TXTBOX_PlrNameEXTRA.Text = "Player"
  4521. TXTBOX_PlrNameEXTRA.TextScaled = true
  4522. TXTBOX_PlrNameEXTRA.TextSize = 14
  4523. TXTBOX_PlrNameEXTRA.TextWrapped = true
  4524.  
  4525. _18.Name = "18+"
  4526. _18.Parent = ExtraBaseBackGround2_2
  4527. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4528. _18.BorderSizePixel = 0
  4529. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  4530. _18.Size = UDim2.new(0, 92, 0, 25)
  4531. _18.Font = Enum.Font.SourceSans
  4532. _18.FontSize = Enum.FontSize.Size18
  4533. _18.Text = "18+"
  4534. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4535. _18.TextSize = 17
  4536.  
  4537. SlamPropulsion.Name = "SlamPropulsion"
  4538. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  4539. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4540. SlamPropulsion.BorderSizePixel = 0
  4541. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  4542. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  4543. SlamPropulsion.Font = Enum.Font.SourceSans
  4544. SlamPropulsion.FontSize = Enum.FontSize.Size18
  4545. SlamPropulsion.Text = "Slam Propulsion"
  4546. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4547. SlamPropulsion.TextSize = 15
  4548. SlamPropulsion.TextWrapped = true
  4549.  
  4550. Extra_backPAGE1.Name = "Extra_backPAGE1"
  4551. Extra_backPAGE1.Parent = Extra_2
  4552. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4553. Extra_backPAGE1.BorderSizePixel = 0
  4554. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4555. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4556. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  4557. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  4558. Extra_backPAGE1.Text = "Prev"
  4559. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4560. Extra_backPAGE1.TextSize = 22
  4561.  
  4562. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  4563. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  4564. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4565. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  4566. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4567. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  4568. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  4569.  
  4570. Others_3.Name = "Others_3"
  4571. Others_3.Parent = Pages
  4572. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4573. Others_3.BorderSizePixel = 0
  4574. Others_3.Position = UDim2.new(1, 0, 0, 0)
  4575. Others_3.Size = UDim2.new(1, 0, 1, 0)
  4576.  
  4577. OthersTitle_3.Name = "OthersTitle"
  4578. OthersTitle_3.Parent = Others_3
  4579. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4580. OthersTitle_3.BackgroundTransparency = 1
  4581. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  4582. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4583. OthersTitle_3.Font = Enum.Font.SourceSansBold
  4584. OthersTitle_3.FontSize = Enum.FontSize.Size28
  4585. OthersTitle_3.Text = "Others"
  4586. OthersTitle_3.TextSize = 25
  4587.  
  4588. Other_Image3.Name = "Other_Image3"
  4589. Other_Image3.Parent = Others_3
  4590. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  4591. Other_Image3.BackgroundTransparency = 1
  4592. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  4593. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  4594. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  4595.  
  4596. OthersText_3.Name = "OthersText"
  4597. OthersText_3.Parent = Others_3
  4598. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4599. OthersText_3.BackgroundTransparency = 1
  4600. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  4601. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  4602. OthersText_3.Font = Enum.Font.SourceSansItalic
  4603. OthersText_3.FontSize = Enum.FontSize.Size24
  4604. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  4605. OthersText_3.TextSize = 19
  4606. OthersText_3.TextWrapped = true
  4607.  
  4608. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  4609. TXTBOX_PlrNameOTHER3.Parent = Others_3
  4610. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  4611. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4612. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  4613. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  4614. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  4615. TXTBOX_PlrNameOTHER3.ZIndex = 2
  4616. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  4617. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  4618. TXTBOX_PlrNameOTHER3.Text = "Player"
  4619. TXTBOX_PlrNameOTHER3.TextScaled = true
  4620. TXTBOX_PlrNameOTHER3.TextSize = 14
  4621. TXTBOX_PlrNameOTHER3.TextWrapped = true
  4622.  
  4623. othersBaseBackground3.Name = "othersBaseBackground3"
  4624. othersBaseBackground3.Parent = Others_3
  4625. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  4626. othersBaseBackground3.BorderSizePixel = 0
  4627. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  4628. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  4629.  
  4630. FreeFall.Name = "FreeFall"
  4631. FreeFall.Parent = othersBaseBackground3
  4632. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4633. FreeFall.BorderSizePixel = 0
  4634. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  4635. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  4636. FreeFall.Font = Enum.Font.SourceSans
  4637. FreeFall.FontSize = Enum.FontSize.Size24
  4638. FreeFall.Text = "Free Fall"
  4639. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4640. FreeFall.TextSize = 22
  4641.  
  4642. Attach.Name = "Attach"
  4643. Attach.Parent = othersBaseBackground3
  4644. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4645. Attach.BorderSizePixel = 0
  4646. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  4647. Attach.Size = UDim2.new(0, 92, 0, 25)
  4648. Attach.Font = Enum.Font.SourceSans
  4649. Attach.FontSize = Enum.FontSize.Size24
  4650. Attach.Text = "Attach"
  4651. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4652. Attach.TextSize = 22
  4653.  
  4654. Bring.Name = "Bring"
  4655. Bring.Parent = othersBaseBackground3
  4656. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4657. Bring.BorderSizePixel = 0
  4658. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  4659. Bring.Size = UDim2.new(0, 92, 0, 25)
  4660. Bring.Font = Enum.Font.SourceSans
  4661. Bring.FontSize = Enum.FontSize.Size24
  4662. Bring.Text = "Bring"
  4663. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4664. Bring.TextSize = 22
  4665.  
  4666. SafeKill.Name = "SafeKill"
  4667. SafeKill.Parent = othersBaseBackground3
  4668. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4669. SafeKill.BorderSizePixel = 0
  4670. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  4671. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  4672. SafeKill.Font = Enum.Font.SourceSans
  4673. SafeKill.FontSize = Enum.FontSize.Size24
  4674. SafeKill.Text = "SafeKill"
  4675. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4676. SafeKill.TextSize = 22
  4677.  
  4678. SuperSpin.Name = "SuperSpin"
  4679. SuperSpin.Parent = othersBaseBackground3
  4680. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4681. SuperSpin.BorderSizePixel = 0
  4682. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  4683. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  4684. SuperSpin.Font = Enum.Font.SourceSans
  4685. SuperSpin.FontSize = Enum.FontSize.Size24
  4686. SuperSpin.Text = "SuperSpin"
  4687. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4688. SuperSpin.TextSize = 22
  4689.  
  4690. Kill.Name = "Kill"
  4691. Kill.Parent = othersBaseBackground3
  4692. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4693. Kill.BorderSizePixel = 0
  4694. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  4695. Kill.Size = UDim2.new(0, 92, 0, 25)
  4696. Kill.Font = Enum.Font.SourceSans
  4697. Kill.FontSize = Enum.FontSize.Size24
  4698. Kill.Text = "Kill"
  4699. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4700. Kill.TextSize = 22
  4701.  
  4702. Others_backPAGE2.Name = "Others_backPAGE2"
  4703. Others_backPAGE2.Parent = Others_3
  4704. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4705. Others_backPAGE2.BorderSizePixel = 0
  4706. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4707. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4708. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  4709. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  4710. Others_backPAGE2.Text = "Prev"
  4711. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4712. Others_backPAGE2.TextSize = 22
  4713.  
  4714. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  4715. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  4716. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4717. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  4718. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4719. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  4720. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  4721.  
  4722. Games.Name = "Games"
  4723. Games.Parent = Pages
  4724. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4725. Games.BorderSizePixel = 0
  4726. Games.Position = UDim2.new(1, 0, 0, 0)
  4727. Games.Size = UDim2.new(1, 0, 1, 0)
  4728.  
  4729. Games_IMAGE.Name = "Games_IMAGE"
  4730. Games_IMAGE.Parent = Games
  4731. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  4732. Games_IMAGE.BackgroundTransparency = 1
  4733. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  4734. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4735. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  4736.  
  4737. GamesText.Name = "GamesText"
  4738. GamesText.Parent = Games
  4739. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  4740. GamesText.BackgroundTransparency = 1
  4741. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4742. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  4743. GamesText.Font = Enum.Font.SourceSansItalic
  4744. GamesText.FontSize = Enum.FontSize.Size24
  4745. GamesText.Text = "Not a completed part, I will be updating with more games."
  4746. GamesText.TextSize = 19
  4747. GamesText.TextWrapped = true
  4748.  
  4749. Games_TITLE.Name = "Games_TITLE"
  4750. Games_TITLE.Parent = Games
  4751. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  4752. Games_TITLE.BackgroundTransparency = 1
  4753. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  4754. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4755. Games_TITLE.Font = Enum.Font.SourceSansBold
  4756. Games_TITLE.FontSize = Enum.FontSize.Size28
  4757. Games_TITLE.Text = "Games"
  4758. Games_TITLE.TextSize = 25
  4759.  
  4760. Games_IMAGE2.Name = "Games_IMAGE2"
  4761. Games_IMAGE2.Parent = Games
  4762. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  4763. Games_IMAGE2.BackgroundTransparency = 1
  4764. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  4765. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  4766. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  4767.  
  4768. SwordFightingTournament.Name = "SwordFightingTournament"
  4769. SwordFightingTournament.Parent = Games
  4770. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4771. SwordFightingTournament.BorderSizePixel = 0
  4772. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  4773. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  4774. SwordFightingTournament.Font = Enum.Font.SourceSans
  4775. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  4776. SwordFightingTournament.Text = "Sword Fighting Tournament"
  4777. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4778. SwordFightingTournament.TextScaled = true
  4779. SwordFightingTournament.TextSize = 14
  4780. SwordFightingTournament.TextWrapped = true
  4781.  
  4782. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  4783. PlatesOfFateMayhem.Parent = Games
  4784. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4785. PlatesOfFateMayhem.BorderSizePixel = 0
  4786. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  4787. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  4788. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  4789. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  4790. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  4791. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4792. PlatesOfFateMayhem.TextScaled = true
  4793. PlatesOfFateMayhem.TextSize = 14
  4794. PlatesOfFateMayhem.TextWrapped = true
  4795.  
  4796. GamesText2.Name = "GamesText2"
  4797. GamesText2.Parent = Games
  4798. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  4799. GamesText2.BackgroundTransparency = 1
  4800. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  4801. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  4802. GamesText2.Font = Enum.Font.SourceSansItalic
  4803. GamesText2.FontSize = Enum.FontSize.Size24
  4804. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  4805. GamesText2.TextSize = 19
  4806. GamesText2.TextWrapped = true
  4807.  
  4808. Frappe.Name = "Frappe"
  4809. Frappe.Parent = Games
  4810. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4811. Frappe.BorderSizePixel = 0
  4812. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  4813. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  4814. Frappe.Font = Enum.Font.SourceSans
  4815. Frappe.FontSize = Enum.FontSize.Size14
  4816. Frappe.Text = "Frappe"
  4817. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4818. Frappe.TextScaled = true
  4819. Frappe.TextSize = 14
  4820. Frappe.TextWrapped = true
  4821.  
  4822. Frappe_2.Name = "Frappe"
  4823. Frappe_2.Parent = Games
  4824. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4825. Frappe_2.BorderSizePixel = 0
  4826. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  4827. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  4828. Frappe_2.Font = Enum.Font.SourceSans
  4829. Frappe_2.FontSize = Enum.FontSize.Size14
  4830. Frappe_2.Text = "Frappe"
  4831. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4832. Frappe_2.TextScaled = true
  4833. Frappe_2.TextSize = 14
  4834. Frappe_2.TextWrapped = true
  4835.  
  4836. MenuFrame.Name = "MenuFrame"
  4837. MenuFrame.Parent = MainFrame
  4838. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  4839. MenuFrame.BorderSizePixel = 0
  4840. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4841. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  4842.  
  4843. Welcome.Name = "Welcome"
  4844. Welcome.Parent = MenuFrame
  4845. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  4846. Welcome.BackgroundTransparency = 1
  4847. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  4848. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  4849. Welcome.Font = Enum.Font.SourceSansLight
  4850. Welcome.FontSize = Enum.FontSize.Size14
  4851. Welcome.Text = "Welcome,"
  4852. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4853. Welcome.TextScaled = true
  4854. Welcome.TextSize = 14
  4855. Welcome.TextWrapped = true
  4856.  
  4857. NameOfPlayer.Name = "NameOfPlayer"
  4858. NameOfPlayer.Parent = MenuFrame
  4859. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  4860. NameOfPlayer.BackgroundTransparency = 1
  4861. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  4862. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  4863. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  4864. NameOfPlayer.FontSize = Enum.FontSize.Size14
  4865. NameOfPlayer.Text = "PlayerName"
  4866. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4867. NameOfPlayer.TextScaled = true
  4868. NameOfPlayer.TextSize = 14
  4869. NameOfPlayer.TextWrapped = true
  4870.  
  4871. T_Information.Name = "T_Information"
  4872. T_Information.Parent = MenuFrame
  4873. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4874. T_Information.BorderSizePixel = 0
  4875. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  4876. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4877. T_Information.Font = Enum.Font.SourceSans
  4878. T_Information.FontSize = Enum.FontSize.Size18
  4879. T_Information.Text = "Information"
  4880. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4881. T_Information.TextSize = 16
  4882. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  4883.  
  4884. T_InfoImage.Name = "T_InfoImage"
  4885. T_InfoImage.Parent = T_Information
  4886. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4887. T_InfoImage.BackgroundTransparency = 1
  4888. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4889. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4890. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  4891.  
  4892. T_Character.Name = "T_Character"
  4893. T_Character.Parent = MenuFrame
  4894. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4895. T_Character.BorderSizePixel = 0
  4896. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  4897. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4898. T_Character.Font = Enum.Font.SourceSans
  4899. T_Character.FontSize = Enum.FontSize.Size18
  4900. T_Character.Text = "Character"
  4901. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4902. T_Character.TextSize = 16
  4903. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  4904.  
  4905. T_CharImage.Name = "T_CharImage"
  4906. T_CharImage.Parent = T_Character
  4907. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4908. T_CharImage.BackgroundTransparency = 1
  4909. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4910. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4911. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  4912.  
  4913. T_Games.Name = "T_Games"
  4914. T_Games.Parent = MenuFrame
  4915. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4916. T_Games.BorderSizePixel = 0
  4917. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  4918. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4919. T_Games.Font = Enum.Font.SourceSans
  4920. T_Games.FontSize = Enum.FontSize.Size18
  4921. T_Games.Text = "Games"
  4922. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4923. T_Games.TextSize = 16
  4924. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  4925.  
  4926. T_GameImage.Name = "T_GameImage"
  4927. T_GameImage.Parent = T_Games
  4928. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4929. T_GameImage.BackgroundTransparency = 1
  4930. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4931. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4932. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  4933.  
  4934. T_Others.Name = "T_Others"
  4935. T_Others.Parent = MenuFrame
  4936. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4937. T_Others.BorderSizePixel = 0
  4938. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  4939. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4940. T_Others.Font = Enum.Font.SourceSans
  4941. T_Others.FontSize = Enum.FontSize.Size18
  4942. T_Others.Text = "Others"
  4943. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4944. T_Others.TextSize = 16
  4945. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  4946.  
  4947. T_OtherImage.Name = "T_OtherImage"
  4948. T_OtherImage.Parent = T_Others
  4949. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4950. T_OtherImage.BackgroundTransparency = 1
  4951. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  4952. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  4953. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  4954.  
  4955. T_Extra.Name = "T_Extra"
  4956. T_Extra.Parent = MenuFrame
  4957. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4958. T_Extra.BorderSizePixel = 0
  4959. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  4960. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4961. T_Extra.Font = Enum.Font.SourceSans
  4962. T_Extra.FontSize = Enum.FontSize.Size18
  4963. T_Extra.Text = "Extra"
  4964. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4965. T_Extra.TextSize = 16
  4966. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  4967.  
  4968. T_ExtraImage.Name = "T_ExtraImage"
  4969. T_ExtraImage.Parent = T_Extra
  4970. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4971. T_ExtraImage.BackgroundTransparency = 1
  4972. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4973. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4974. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  4975.  
  4976. DeleteGUI.Name = "DeleteGUI"
  4977. DeleteGUI.Parent = MenuFrame
  4978. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  4979. DeleteGUI.BorderSizePixel = 0
  4980. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  4981. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4982. DeleteGUI.Font = Enum.Font.SourceSans
  4983. DeleteGUI.FontSize = Enum.FontSize.Size18
  4984. DeleteGUI.Text = "Delete GUI"
  4985. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4986. DeleteGUI.TextSize = 16
  4987. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  4988.  
  4989. DELETEIMAGE.Name = "DELETEIMAGE"
  4990. DELETEIMAGE.Parent = DeleteGUI
  4991. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  4992. DELETEIMAGE.BackgroundTransparency = 1
  4993. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  4994. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  4995. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  4996.  
  4997. Darkness.Name = "Darkness"
  4998. Darkness.Parent = MainFrame
  4999. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  5000. Darkness.BackgroundTransparency = 0.8
  5001. Darkness.BorderSizePixel = 0
  5002. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  5003. Darkness.Size = UDim2.new(0, 272, 0, 271)
  5004. Darkness.Visible = false
  5005. Darkness.ZIndex = 7
  5006. Darkness.Font = Enum.Font.SourceSans
  5007. Darkness.FontSize = Enum.FontSize.Size14
  5008. Darkness.Text = ""
  5009. Darkness.TextSize = 14
  5010.  
  5011. -----------------------------------------------------------------
  5012. -----------------------------------------------------------------
  5013. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  5014. if game.Workspace.FilteringEnabled == true then
  5015. Image_FE_ENABLED.Visible = true
  5016. Image_FE_DISABLED.Visible = false
  5017. Text_FE_ENABLED.Visible = true
  5018. Text_FE_DISABLED.Visible = false
  5019. else
  5020. Image_FE_ENABLED.Visible = false
  5021. Image_FE_DISABLED.Visible = true
  5022. Text_FE_ENABLED.Visible = false
  5023. Text_FE_DISABLED.Visible = true
  5024. end
  5025.  
  5026. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  5027. local Found = {}
  5028. local strl = String:lower()
  5029. if strl == "all" then
  5030. for i,v in pairs(game.Players:GetPlayers()) do
  5031. table.insert(Found,v)
  5032. end
  5033. elseif strl == "others" then
  5034. for i,v in pairs(game.Players:GetPlayers()) do
  5035. if v.Name ~= game.Players.LocalPlayer.Name then
  5036. table.insert(Found,v)
  5037. end
  5038. end
  5039. else
  5040. for i,v in pairs(game.Players:GetPlayers()) do
  5041. if v.Name:lower():sub(1, #String) == String:lower() then
  5042. table.insert(Found,v)
  5043. end
  5044. end
  5045. end
  5046. return Found
  5047. end
  5048.  
  5049. OpenMenu.MouseButton1Click:connect(function()
  5050. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  5051. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  5052. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  5053. wait(0.7)
  5054. Darkness.Visible = true
  5055. Darkness.BackgroundTransparency = 0.8
  5056. end)
  5057.  
  5058. Darkness.MouseButton1Click:connect(function()
  5059. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  5060. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  5061. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  5062. Darkness.Visible = false
  5063. end)
  5064.  
  5065. closedgui = true
  5066. CloseGUI.MouseButton1Click:connect(function()
  5067. wait(0.3)
  5068. if closedgui then
  5069. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  5070. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  5071. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  5072. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  5073. Darkness.Visible = false
  5074. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  5075. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  5076. wait(1.6)
  5077. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  5078. Darkness.Visible = false
  5079. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  5080. closedgui = false
  5081. else
  5082. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  5083. wait(1.5)
  5084. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5085. wait(0.6)
  5086. closedgui = true
  5087. end
  5088. end)
  5089.  
  5090. DeleteGUI.MouseButton1Click:connect(function()
  5091. game.CoreGui.OPFinality:Destroy()
  5092. end)
  5093.  
  5094. T_Character.MouseButton1Click:connect(function()
  5095. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5096. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5097. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5098. Darkness.Visible = false
  5099. wait(0.5)
  5100. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5101. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5102. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5103. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5104. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5105. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5106. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5107. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5108. wait(0.5)
  5109. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5110. end)
  5111.  
  5112. T_Extra.MouseButton1Click:connect(function()
  5113. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5114. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5115. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5116. Darkness.Visible = false
  5117. wait(0.5)
  5118. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5119. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5120. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5121. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5122. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5123. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5124. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5125. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5126. wait(0.5)
  5127. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5128. end)
  5129.  
  5130. T_Games.MouseButton1Click:connect(function()
  5131. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5132. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5133. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5134. Darkness.Visible = false
  5135. wait(0.5)
  5136. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5137. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5138. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5139. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5140. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5141. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5142. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5143. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5144. wait(0.5)
  5145. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5146. end)
  5147.  
  5148. T_Information.MouseButton1Click:connect(function()
  5149. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5150. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5151. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5152. Darkness.Visible = false
  5153. wait(0.5)
  5154. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5155. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5156. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5157. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5158. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5159. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5160. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5161. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5162. wait(0.5)
  5163. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5164. end)
  5165.  
  5166. T_Others.MouseButton1Click:connect(function()
  5167. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  5168. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  5169. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  5170. Darkness.Visible = false
  5171. wait(0.5)
  5172. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5173. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5174. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5175. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5176. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5177. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5178. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5179. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5180. wait(0.5)
  5181. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5182. end)
  5183.  
  5184. Character_toPAGE2.MouseButton1Click:connect(function()
  5185. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5186. wait(0.5)
  5187. Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5188. end)
  5189. Character_backPAGE1.MouseButton1Click:connect(function()
  5190. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5191. wait(0.5)
  5192. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5193. end)
  5194. Extra_toPAGE2.MouseButton1Click:connect(function()
  5195. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5196. wait(0.5)
  5197. Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5198. end)
  5199. Extra_backPAGE1.MouseButton1Click:connect(function()
  5200. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5201. wait(0.5)
  5202. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5203. end)
  5204. Others_toPAGE2.MouseButton1Click:connect(function()
  5205. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5206. wait(0.5)
  5207. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5208. end)
  5209. Others_toPAGE3.MouseButton1Click:connect(function()
  5210. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5211. wait(0.5)
  5212. Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5213. end)
  5214. Others_backPAGE1.MouseButton1Click:connect(function()
  5215. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5216. wait(0.5)
  5217. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5218. end)
  5219. Others_backPAGE2.MouseButton1Click:connect(function()
  5220. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  5221. wait(0.5)
  5222. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  5223. end)
  5224.  
  5225. -------------------------------------------------------------------------------
  5226. -------------------------------------------------------------------------------
  5227.  
  5228. HipHeight.MouseButton1Click:connect(function()
  5229. game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  5230. end)
  5231. Speed.MouseButton1Click:connect(function()
  5232. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  5233. end)
  5234. JumpHeight.MouseButton1Click:connect(function()
  5235. game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  5236. end)
  5237. Chat.MouseButton1Click:connect(function()
  5238. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  5239. end)
  5240. SpammingChar = false
  5241. Spam_2.MouseButton1Click:connect(function()
  5242. SpammingChar = not SpammingChar
  5243. end)
  5244.  
  5245. local flying = false
  5246. Fly.MouseButton1Click:connect(function()
  5247. flying = not flying
  5248. repeat wait()
  5249. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  5250. local mouse = game.Players.LocalPlayer:GetMouse()
  5251. repeat wait() until mouse
  5252. local plr = game.Players.LocalPlayer
  5253. local torso = plr.Character.Torso
  5254. local deb = true
  5255. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  5256. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  5257. local maxspeed = 80
  5258. local speed = 0
  5259. if flying then
  5260. Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  5261. else
  5262. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5263. end
  5264.  
  5265. function FlyFunction()
  5266. local bg = Instance.new("BodyGyro", torso)
  5267. bg.P = 9e4
  5268. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5269. bg.cframe = torso.CFrame
  5270. local bv = Instance.new("BodyVelocity", torso)
  5271. bv.velocity = Vector3.new(0,0.1,0)
  5272. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5273. repeat wait()
  5274. plr.Character.Humanoid.PlatformStand = true
  5275. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  5276. speed = speed+.5+(speed/maxspeed)
  5277. if speed > maxspeed then
  5278. speed = maxspeed
  5279. end
  5280. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  5281. speed = speed-1
  5282. if speed < 0 then
  5283. speed = 0
  5284. end
  5285. end
  5286. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  5287. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  5288. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  5289. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  5290. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  5291. else
  5292. bv.velocity = Vector3.new(0,0.1,0)
  5293. end
  5294. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  5295. until not flying
  5296. ctrl = {f = 0, b = 0, l = 0, r = 0}
  5297. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  5298. speed = 0
  5299. bg:Destroy()
  5300. bv:Destroy()
  5301. plr.Character.Humanoid.PlatformStand = false
  5302. end
  5303. mouse.KeyDown:connect(function(key)
  5304. if key:lower() == "w" then
  5305. ctrl.f = 1
  5306. elseif key:lower() == "s" then
  5307. ctrl.b = -1
  5308. elseif key:lower() == "a" then
  5309. ctrl.l = -1
  5310. elseif key:lower() == "d" then
  5311. ctrl.r = 1
  5312. end
  5313. end)
  5314. mouse.KeyUp:connect(function(key)
  5315. if key:lower() == "w" then
  5316. ctrl.f = 0
  5317. elseif key:lower() == "s" then
  5318. ctrl.b = 0
  5319. elseif key:lower() == "a" then
  5320. ctrl.l = 0
  5321. elseif key:lower() == "d" then
  5322. ctrl.r = 0
  5323. end
  5324. end)
  5325. FlyFunction()
  5326. end)
  5327.  
  5328. clip = true
  5329. Noclip.MouseButton1Click:connect(function()
  5330. clip = not clip
  5331. game:GetService('RunService').Stepped:connect(function()
  5332. if not clip then
  5333. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  5334. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5335. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5336. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5337. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5338. else
  5339. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  5340. end
  5341. end)
  5342. end)
  5343.  
  5344. local Anim = Instance.new("Animation")
  5345. Anim.AnimationId = "rbxassetid://33169583"
  5346. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5347. local armsareoff = false
  5348. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5349. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5350. armsareoff = false
  5351. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5352. end)
  5353. armsoff.MouseButton1Click:connect(function()
  5354. armsareoff = not armsareoff
  5355. if armsareoff then
  5356. armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5357. while wait() do
  5358. if track.IsPlaying == false then
  5359. if armsareoff then
  5360. track:Play(.1, 1, 1e6)
  5361. end
  5362. end
  5363. end
  5364. else
  5365. track:Stop()
  5366. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5367. end
  5368. end)
  5369.  
  5370. local Anim = Instance.new("Animation")
  5371. Anim.AnimationId = "rbxassetid://121572214"
  5372. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5373. headfloatACTIVE = false
  5374. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5375. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5376. headfloatACTIVE = false
  5377. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5378. end)
  5379. headfloat.MouseButton1Click:connect(function()
  5380. headfloatACTIVE = not headfloatACTIVE
  5381. if headfloatACTIVE then
  5382. headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5383. while wait() do
  5384. if track.IsPlaying == false then
  5385. if headfloatACTIVE then
  5386. track:Play(.1, 1, 1)
  5387. end
  5388. end
  5389. end
  5390. else
  5391. track:Stop()
  5392. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5393. end
  5394. end)
  5395.  
  5396. local Anim = Instance.new("Animation")
  5397. Anim.AnimationId = "rbxassetid://35154961"
  5398. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5399. local headthrowACTIVE = false
  5400. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5401. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5402. headthrowACTIVE = false
  5403. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5404. end)
  5405. headthrow.MouseButton1Click:connect(function()
  5406. headthrowACTIVE = not headthrowACTIVE
  5407. if headthrowACTIVE then
  5408. headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5409. while wait() do
  5410. if track.IsPlaying == false then
  5411. if headthrowACTIVE then
  5412. track:Play(.1, 1, 1)
  5413. end
  5414. end
  5415. end
  5416. else
  5417. track:Stop()
  5418. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5419. end
  5420. end)
  5421.  
  5422. local Anim = Instance.new("Animation")
  5423. Anim.AnimationId = "rbxassetid://35154961"
  5424. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5425. local loopheadACTIVE = false
  5426. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5427. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5428. loopheadACTIVE = false
  5429. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5430. end)
  5431. loophead.MouseButton1Click:connect(function()
  5432. loopheadACTIVE = not loopheadACTIVE
  5433. if loopheadACTIVE then
  5434. loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5435. while wait() do
  5436. if track.IsPlaying == false then
  5437. if loopheadACTIVE then
  5438. track:Play(.1, 1, 1e6)
  5439. end
  5440. end
  5441. end
  5442. else
  5443. track:Stop()
  5444. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5445. end
  5446. end)
  5447.  
  5448. local Anim = Instance.new("Animation")
  5449. Anim.AnimationId = "rbxassetid://313762630"
  5450. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5451. local levitateACTIVE = false
  5452. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5453. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5454. levitateACTIVE = false
  5455. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5456. end)
  5457. levitate.MouseButton1Click:connect(function()
  5458. levitateACTIVE = not levitateACTIVE
  5459. if levitateACTIVE then
  5460. levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5461. while wait() do
  5462. if track.IsPlaying == false then
  5463. if levitateACTIVE then
  5464. track:Play(.1, 1, 1)
  5465. end
  5466. end
  5467. end
  5468. else
  5469. track:Stop()
  5470. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5471. end
  5472. end)
  5473.  
  5474. local Anim = Instance.new("Animation")
  5475. Anim.AnimationId = "rbxassetid://282574440"
  5476. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5477. local crawlACTIVE = false
  5478. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5479. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5480. crawlACTIVE = false
  5481. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5482. end)
  5483. crawl.MouseButton1Click:connect(function()
  5484. crawlACTIVE = not crawlACTIVE
  5485. if crawlACTIVE then
  5486. crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5487. while wait() do
  5488. if track.IsPlaying == false then
  5489. if crawlACTIVE then
  5490. track:Play(.1, 1, 1)
  5491. end
  5492. end
  5493. end
  5494. else
  5495. track:Stop()
  5496. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5497. end
  5498. end)
  5499.  
  5500. local Anim = Instance.new("Animation")
  5501. Anim.AnimationId = "rbxassetid://184574340"
  5502. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5503. local jumplandACTIVE = false
  5504. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5505. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5506. jumplandACTIVE = false
  5507. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5508. end)
  5509. jumpland.MouseButton1Click:connect(function()
  5510. jumplandACTIVE = not jumplandACTIVE
  5511. if jumplandACTIVE then
  5512. jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5513. while wait() do
  5514. if track.IsPlaying == false then
  5515. if jumplandACTIVE then
  5516. track:Play(.1, 1, 1)
  5517. end
  5518. end
  5519. end
  5520. else
  5521. track:Stop()
  5522. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5523. end
  5524. end)
  5525.  
  5526. local Anim = Instance.new("Animation")
  5527. Anim.AnimationId = "rbxassetid://126753849"
  5528. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5529. local punchesACTIVE = false
  5530. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5531. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5532. punchesACTIVE = false
  5533. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5534. end)
  5535. punches.MouseButton1Click:connect(function()
  5536. punchesACTIVE = not punchesACTIVE
  5537. if punchesACTIVE then
  5538. punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5539. while wait() do
  5540. if track.IsPlaying == false then
  5541. if punchesACTIVE then
  5542. track:Play(.1, 1, 1)
  5543. end
  5544. end
  5545. end
  5546. else
  5547. track:Stop()
  5548. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5549. end
  5550. end)
  5551.  
  5552. local Anim = Instance.new("Animation")
  5553. Anim.AnimationId = "rbxassetid://204062532"
  5554. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5555. local swingACTIVE = false
  5556. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5557. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5558. swingACTIVE = false
  5559. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5560. end)
  5561. swing.MouseButton1Click:connect(function()
  5562. swingACTIVE = not swingACTIVE
  5563. if swingACTIVE then
  5564. swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5565. while wait() do
  5566. if track.IsPlaying == false then
  5567. if swingACTIVE then
  5568. track:Play(.1, 1, 1)
  5569. end
  5570. end
  5571. end
  5572. else
  5573. track:Stop()
  5574. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5575. end
  5576. end)
  5577.  
  5578. local Anim = Instance.new("Animation")
  5579. Anim.AnimationId = "rbxassetid://204295235"
  5580. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5581. local swordstrikeACTIVE = false
  5582. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5583. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5584. swordstrikeACTIVE = false
  5585. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5586. end)
  5587. swordstrike.MouseButton1Click:connect(function()
  5588. swordstrikeACTIVE = not swordstrikeACTIVE
  5589. if swordstrikeACTIVE then
  5590. swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5591. while wait() do
  5592. if track.IsPlaying == false then
  5593. if swordstrikeACTIVE then
  5594. track:Play(.1, 1, 1)
  5595. end
  5596. end
  5597. end
  5598. else
  5599. track:Stop()
  5600. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5601. end
  5602. end)
  5603.  
  5604. local Anim = Instance.new("Animation")
  5605. Anim.AnimationId = "rbxassetid://45834924"
  5606. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5607. local happyACTIVE = false
  5608. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5609. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5610. happyACTIVE = false
  5611. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5612. end)
  5613. happy.MouseButton1Click:connect(function()
  5614. happyACTIVE = not happyACTIVE
  5615. if happyACTIVE then
  5616. happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5617. while wait() do
  5618. if track.IsPlaying == false then
  5619. if happyACTIVE then
  5620. track:Play(.1, 1, 1)
  5621. end
  5622. end
  5623. end
  5624. else
  5625. track:Stop()
  5626. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5627. end
  5628. end)
  5629.  
  5630. local Anim = Instance.new("Animation")
  5631. Anim.AnimationId = "rbxassetid://33796059"
  5632. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5633. local insaneACTIVE = false
  5634. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5635. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5636. insaneACTIVE = false
  5637. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5638. end)
  5639. insane.MouseButton1Click:connect(function()
  5640. insaneACTIVE = not insaneACTIVE
  5641. if insaneACTIVE then
  5642. insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5643. while wait() do
  5644. if track.IsPlaying == false then
  5645. if insaneACTIVE then
  5646. track:Play(.1, 1, 1e6)
  5647. end
  5648. end
  5649. end
  5650. else
  5651. track:Stop()
  5652. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5653. end
  5654. end)
  5655.  
  5656. local Anim = Instance.new("Animation")
  5657. Anim.AnimationId = "rbxassetid://429703734"
  5658. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5659. local movingdanceACTIVE = false
  5660. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5661. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5662. movingdanceACTIVE = false
  5663. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5664. end)
  5665. movingdance.MouseButton1Click:connect(function()
  5666. movingdanceACTIVE = not movingdanceACTIVE
  5667. if movingdanceACTIVE then
  5668. movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5669. while wait() do
  5670. if track.IsPlaying == false then
  5671. if movingdanceACTIVE then
  5672. track:Play(.1, 1, 1)
  5673. end
  5674. end
  5675. end
  5676. else
  5677. track:Stop()
  5678. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5679. end
  5680. end)
  5681.  
  5682. local Anim = Instance.new("Animation")
  5683. Anim.AnimationId = "rbxassetid://35654637"
  5684. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5685. local normalACTIVE = false
  5686. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5687. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5688. normalACTIVE = false
  5689. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5690. end)
  5691. normal.MouseButton1Click:connect(function()
  5692. normalACTIVE = not normalACTIVE
  5693. if normalACTIVE then
  5694. normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5695. while wait() do
  5696. if track.IsPlaying == false then
  5697. if normalACTIVE then
  5698. track:Play(.1, 1, 1)
  5699. end
  5700. end
  5701. end
  5702. else
  5703. track:Stop()
  5704. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5705. end
  5706. end)
  5707.  
  5708. local Anim = Instance.new("Animation")
  5709. Anim.AnimationId = "rbxassetid://186934910"
  5710. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5711. local spindanceACTIVE = false
  5712. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5713. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5714. spindanceACTIVE = false
  5715. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5716. end)
  5717. spindance.MouseButton1Click:connect(function()
  5718. spindanceACTIVE = not spindanceACTIVE
  5719. if spindanceACTIVE then
  5720. spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  5721. while wait() do
  5722. if track.IsPlaying == false then
  5723. if spindanceACTIVE then
  5724. track:Play(.1, 1, 1)
  5725. end
  5726. end
  5727. end
  5728. else
  5729. track:Stop()
  5730. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  5731. end
  5732. end)
  5733.  
  5734. local Anim = Instance.new("Animation")
  5735. Anim.AnimationId = "rbxassetid://215384594"
  5736. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5737. local CloneIllusionACTIVE = false
  5738. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5739. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5740. CloneIllusionACTIVE = false
  5741. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5742. end)
  5743. CloneIllusion.MouseButton1Click:connect(function()
  5744. CloneIllusionACTIVE = not CloneIllusionACTIVE
  5745. if CloneIllusionACTIVE then
  5746. CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  5747. while wait() do
  5748. if track.IsPlaying == false then
  5749. if CloneIllusionACTIVE then
  5750. track:Play(.1, 1, 1e6)
  5751. end
  5752. end
  5753. end
  5754. else
  5755. track:Stop()
  5756. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5757. end
  5758. end)
  5759.  
  5760. spinning = false
  5761. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5762. spinning = false
  5763. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5764. end)
  5765. CoolSpin.MouseButton1Click:connect(function()
  5766. spinning = not spinning
  5767. if spinning then
  5768. local p = Instance.new("RocketPropulsion")
  5769. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5770. p.Name = "CrazySpin"
  5771. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  5772. p:Fire()
  5773. CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  5774. else
  5775. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  5776. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5777. end
  5778. end)
  5779.  
  5780. local Anim = Instance.new("Animation")
  5781. Anim.AnimationId = "rbxassetid://180612465"
  5782. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5783. local ScaredACTIVE = false
  5784. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5785. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5786. ScaredACTIVE = false
  5787. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  5788. end)
  5789. CrouchRocket.MouseButton1Click:connect(function()
  5790. ScaredACTIVE = not ScaredACTIVE
  5791. if ScaredACTIVE then
  5792. local u = Instance.new("RocketPropulsion")
  5793. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5794. u.Name = "CrouchRocket"
  5795. u.Target = game.Players.LocalPlayer.Character.Head
  5796. u:Fire()
  5797. CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  5798. while wait() do
  5799. if track.IsPlaying == false then
  5800. if ScaredACTIVE then
  5801. track:Play(.1, 1, 1)
  5802. end
  5803. end
  5804. end
  5805. else
  5806. track:Stop()
  5807. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5808. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  5809. end
  5810. end)
  5811.  
  5812. local Anim = Instance.new("Animation")
  5813. Anim.AnimationId = "rbxassetid://184574340"
  5814. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5815. local jumprocketnow = false
  5816. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5817. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5818. jumprocketnow = false
  5819. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  5820. end)
  5821. JumpRocket.MouseButton1Click:connect(function()
  5822. jumprocketnow = not jumprocketnow
  5823. if jumprocketnow then
  5824. local u = Instance.new("RocketPropulsion")
  5825. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5826. u.Name = "JumpRocket"
  5827. u.Target = game.Players.LocalPlayer.Character.Head
  5828. u:Fire()
  5829. JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  5830. while wait() do
  5831. if track.IsPlaying == false then
  5832. if jumprocketnow then
  5833. track:Play(.1, 1, 1)
  5834. end
  5835. end
  5836. end
  5837. else
  5838. track:Stop()
  5839. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  5840. game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  5841. end
  5842. end)
  5843.  
  5844. local Anim = Instance.new("Animation")
  5845. Anim.AnimationId = "rbxassetid://126753849"
  5846. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5847. local RapidPunchACTIVE = false
  5848. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5849. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5850. RapidPunchACTIVE = false
  5851. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5852. end)
  5853. RapidPunch.MouseButton1Click:connect(function()
  5854. RapidPunchACTIVE = not RapidPunchACTIVE
  5855. if RapidPunchACTIVE then
  5856. RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  5857. while wait() do
  5858. if track.IsPlaying == false then
  5859. if RapidPunchACTIVE then
  5860. track:Play(.1, 1, 10)
  5861. end
  5862. end
  5863. end
  5864. else
  5865. track:Stop()
  5866. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  5867. end
  5868. end)
  5869.  
  5870. FEGodmode.MouseButton1Click:connect(function()
  5871. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5872. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5873. l.Parent = game.Players.LocalPlayer.Character
  5874. l.Name = "Humanoid"
  5875. wait(0.1)
  5876. game.Players.LocalPlayer.Character["1"]:Destroy()
  5877. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5878. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5879. wait(0.1)
  5880. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5881. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5882. end)
  5883.  
  5884. NoLimbs.MouseButton1Click:connect(function()
  5885. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  5886. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  5887. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  5888. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  5889. end)
  5890.  
  5891. BrickHats.MouseButton1Click:connect(function()
  5892. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5893. if (v:IsA("Accessory")) then
  5894. v.Handle.Mesh:Destroy()
  5895. end
  5896. end
  5897. end)
  5898.  
  5899. local Anim = Instance.new("Animation")
  5900. Anim.AnimationId = "rbxassetid://181525546"
  5901. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5902. local FaintACTIVE = false
  5903. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5904. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5905. FaintACTIVE = false
  5906. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5907. end)
  5908. Faint.MouseButton1Click:connect(function()
  5909. FaintACTIVE = not FaintACTIVE
  5910. if FaintACTIVE then
  5911. Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  5912. while wait() do
  5913. if track.IsPlaying == false then
  5914. if FaintACTIVE then
  5915. track:Play(.1, 1, 1)
  5916. end
  5917. end
  5918. end
  5919. else
  5920. track:Stop()
  5921. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5922. end
  5923. end)
  5924.  
  5925. local Anim = Instance.new("Animation")
  5926. Anim.AnimationId = "rbxassetid://188632011"
  5927. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5928. local SpinACTIVE = false
  5929. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5930. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5931. SpinACTIVE = false
  5932. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5933. end)
  5934. Spin.MouseButton1Click:connect(function()
  5935. SpinACTIVE = not SpinACTIVE
  5936. if SpinACTIVE then
  5937. Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  5938. while wait() do
  5939. if track.IsPlaying == false then
  5940. if SpinACTIVE then
  5941. track:Play(.1, 1, 1)
  5942. end
  5943. end
  5944. end
  5945. else
  5946. track:Stop()
  5947. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5948. end
  5949. end)
  5950.  
  5951. local Anim = Instance.new("Animation")
  5952. Anim.AnimationId = "rbxassetid://33169583"
  5953. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5954. local ArmFollowACTIVE = false
  5955. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5956. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5957. ArmFollowACTIVE = false
  5958. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5959. end)
  5960. ArmFollow.MouseButton1Click:connect(function()
  5961. ArmFollowACTIVE = not ArmFollowACTIVE
  5962. if ArmFollowACTIVE then
  5963. local u = Instance.new("RocketPropulsion")
  5964. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5965. u.Name = "ArmFollow"
  5966. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  5967. u:Fire()
  5968. ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  5969. while wait() do
  5970. if track.IsPlaying == false then
  5971. if ArmFollowACTIVE then
  5972. track:Play(.1, 1, 1)
  5973. end
  5974. end
  5975. end
  5976. else
  5977. track:Stop()
  5978. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5979. game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  5980. end
  5981. end)
  5982.  
  5983. local Anim = Instance.new("Animation")
  5984. Anim.AnimationId = "rbxassetid://126753849"
  5985. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5986. local PunchFollowACTIVE = false
  5987. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5988. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5989. PunchFollowACTIVE = false
  5990. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  5991. end)
  5992. PunchFollow.MouseButton1Click:connect(function()
  5993. PunchFollowACTIVE = not PunchFollowACTIVE
  5994. if PunchFollowACTIVE then
  5995. local u = Instance.new("RocketPropulsion")
  5996. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5997. u.Name = "PunchFollow"
  5998. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  5999. u:Fire()
  6000. PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  6001. while wait() do
  6002. if track.IsPlaying == false then
  6003. if PunchFollowACTIVE then
  6004. track:Play(.1, 1, 1)
  6005. end
  6006. end
  6007. end
  6008. else
  6009. track:Stop()
  6010. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  6011. game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  6012. end
  6013. end)
  6014.  
  6015. AnimationId = "148840371"
  6016. local Anim = Instance.new("Animation")
  6017. Anim.AnimationId = "rbxassetid://"..AnimationId
  6018. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6019. _18active = false
  6020. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6021. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6022. _18active = false
  6023. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6024. end)
  6025. _18.MouseButton1Click:connect(function()
  6026. _18active = not _18active
  6027. if _18active then
  6028. _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6029. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6030. track:Play()
  6031. while wait() do
  6032. if _18active then
  6033. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6034. end
  6035. end
  6036. end
  6037. else
  6038. track:Stop()
  6039. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6040. end
  6041. end)
  6042.  
  6043. local Anim = Instance.new("Animation")
  6044. Anim.AnimationId = "rbxassetid://180612465"
  6045. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6046. local crouchattacking = false
  6047. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6048. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6049. crouchattacking = false
  6050. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6051. end)
  6052. CrouchAttack.MouseButton1Click:connect(function()
  6053. crouchattacking = not crouchattacking
  6054. if crouchattacking then
  6055. local u = Instance.new("RocketPropulsion")
  6056. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6057. u.Name = "CrouchAttack"
  6058. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6059. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6060. end
  6061. u:Fire()
  6062. CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6063. while wait() do
  6064. if track.IsPlaying == false then
  6065. if crouchattacking then
  6066. track:Play(.1, 1, 1)
  6067. end
  6068. end
  6069. end
  6070. else
  6071. track:Stop()
  6072. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6073. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  6074. end
  6075. end)
  6076.  
  6077. local Anim = Instance.new("Animation")
  6078. Anim.AnimationId = "rbxassetid://184574340"
  6079. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6080. local SlamPropulsioning = false
  6081. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6082. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6083. SlamPropulsioning = false
  6084. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6085. end)
  6086. SlamPropulsion.MouseButton1Click:connect(function()
  6087. SlamPropulsioning = not SlamPropulsioning
  6088. if SlamPropulsioning then
  6089. local u = Instance.new("RocketPropulsion")
  6090. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6091. u.Name = "SlamPropulsion"
  6092. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6093. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6094. end
  6095. u:Fire()
  6096. SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6097. while wait() do
  6098. if track.IsPlaying == false then
  6099. if SlamPropulsioning then
  6100. track:Play(.1, 1, 1)
  6101. end
  6102. end
  6103. end
  6104. else
  6105. track:Stop()
  6106. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6107. game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  6108. end
  6109. end)
  6110.  
  6111. local Anim = Instance.new("Animation")
  6112. Anim.AnimationId = "rbxassetid://429730430"
  6113. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6114. local SpinAttacking = false
  6115. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6116. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6117. SpinAttacking = false
  6118. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6119. end)
  6120. SpinAttack.MouseButton1Click:connect(function()
  6121. SpinAttacking = not SpinAttacking
  6122. if SpinAttacking then
  6123. local u = Instance.new("RocketPropulsion")
  6124. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6125. u.Name = "SpinAttack"
  6126. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6127. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  6128. end
  6129. u:Fire()
  6130. SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6131. while wait() do
  6132. if track.IsPlaying == false then
  6133. if SpinAttacking then
  6134. track:Play(.1, 1, 1)
  6135. end
  6136. end
  6137. end
  6138. else
  6139. track:Stop()
  6140. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6141. game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  6142. end
  6143. end)
  6144.  
  6145. watching = false
  6146. CreepyWatch.MouseButton1Click:connect(function()
  6147. watching = not watching
  6148. end)
  6149.  
  6150. local Anim = Instance.new("Animation")
  6151. Anim.AnimationId = "rbxassetid://215384594"
  6152. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6153. walkingthrough = false
  6154. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6155. walkingthrough = false
  6156. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6157. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6158. end)
  6159. WalkThrough.MouseButton1Click:connect(function()
  6160. walkingthrough = not walkingthrough
  6161. if walkingthrough then
  6162. WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6163. while wait() do
  6164. if walkingthrough then
  6165. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  6166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6167. if track.IsPlaying == false then
  6168. if walkingthrough then
  6169. track:Play(.1, 1, 1e6)
  6170. end
  6171. end
  6172. end
  6173. end
  6174. end
  6175. else
  6176. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6177. track:Stop()
  6178. end
  6179. end)
  6180.  
  6181. annoying = false
  6182. Annoy.MouseButton1Click:connect(function()
  6183. annoying = not annoying
  6184. end)
  6185. local Anim = Instance.new("Animation")
  6186. Anim.AnimationId = "rbxassetid://282574440"
  6187. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6188. local crawlACTIVE = false
  6189. Carpett = false
  6190. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6191. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6192. Carpett = false
  6193. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6194. end)
  6195. Carpet.MouseButton1Click:connect(function()
  6196. Carpett = not Carpett
  6197. if Carpett then
  6198. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6199. while wait() do
  6200. if track.IsPlaying == false then
  6201. if Carpett then
  6202. track:Play(.1, 1, 1)
  6203. end
  6204. end
  6205. end
  6206. else
  6207. track:Stop()
  6208. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6209. end
  6210. end)
  6211. following = false
  6212. Follow.MouseButton1Click:connect(function()
  6213. following = not following
  6214. end)
  6215. headwalking = false
  6216. HeadWalk.MouseButton1Click:connect(function()
  6217. headwalking = not headwalking
  6218. end)
  6219. Spammer = false
  6220. Spam.MouseButton1Click:connect(function()
  6221. Spammer = not Spammer
  6222. end)
  6223. stuck = false
  6224. Stick.MouseButton1Click:connect(function()
  6225. stuck = not stuck
  6226. end)
  6227. TeleportTo.MouseButton1Click:connect(function()
  6228. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6230. end
  6231. end)
  6232.  
  6233. orbital = false
  6234. Orbit.MouseButton1Click:connect(function()
  6235. orbital = not orbital
  6236. if orbital then
  6237. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6238. local o = Instance.new("RocketPropulsion")
  6239. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6240. o.Name = "Orbit"
  6241. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6242. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  6243. o:Fire()
  6244. game:GetService('RunService').Stepped:connect(function()
  6245. if orbital then
  6246. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6247. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6248. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6249. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6250. end
  6251. end)
  6252. end
  6253. else
  6254. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  6255. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6256. end
  6257. end)
  6258.  
  6259. currentview = false
  6260. View.MouseButton1Click:connect(function()
  6261. currentview = not currentview
  6262. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6263. if currentview then
  6264. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6265. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6266. else
  6267. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  6268. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6269. end
  6270. end
  6271. end)
  6272.  
  6273. floating = false
  6274. Float.MouseButton1Click:connect(function()
  6275. floating = not floating
  6276. if floating then
  6277. Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6278. local y = Instance.new("RocketPropulsion")
  6279. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6280. y.CartoonFactor = 1
  6281. y.MaxThrust = 50000
  6282. y.MaxSpeed = 1000
  6283. y.ThrustP = 50000
  6284. y.Name = "Float"
  6285. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6286. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6287. y.Target = game.Players[v.Name].Character.Head
  6288. y:Fire()
  6289. game:GetService('RunService').Stepped:connect(function()
  6290. if floating then
  6291. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6292. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6293. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6294. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6295. end
  6296. end)
  6297. while wait(0.3) do
  6298. if floating then
  6299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  6300. end
  6301. end
  6302. end
  6303. else
  6304. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6305. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  6306. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6307. end
  6308. end)
  6309.  
  6310. local Anim = Instance.new("Animation")
  6311. Anim.AnimationId = "rbxassetid://282574440"
  6312. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6313. flattening = false
  6314. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6315. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6316. flattening = false
  6317. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6318. end)
  6319. Flatten.MouseButton1Click:connect(function()
  6320. flattening = not flattening
  6321. if flattening then
  6322. Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6323. local y = Instance.new("RocketPropulsion")
  6324. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6325. y.CartoonFactor = 1
  6326. y.MaxThrust = 50000
  6327. y.MaxSpeed = 1000
  6328. y.ThrustP = 50000
  6329. y.Name = "Flatten"
  6330. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6331. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6332. y.Target = game.Players[v.Name].Character["Left Leg"]
  6333. y:Fire()
  6334. track:Play(.1, 1, 1)
  6335. game:GetService('RunService').Stepped:connect(function()
  6336. if flattening then
  6337. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6338. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6339. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6340. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6341. end
  6342. end)
  6343. while wait(0.3) do
  6344. if flattening then
  6345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  6346. end
  6347. end
  6348. end
  6349. else
  6350. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6351. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  6352. track:Stop()
  6353. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6354. end
  6355. end)
  6356.  
  6357. SlowAttracting = false
  6358. SlowAttract.MouseButton1Click:connect(function()
  6359. SlowAttracting = not SlowAttracting
  6360. if SlowAttracting then
  6361. SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6362. local b = Instance.new("RocketPropulsion")
  6363. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6364. b.TurnD = 5000
  6365. b.MaxThrust = 5000
  6366. b.MaxSpeed = 200
  6367. b.ThrustP = 5000
  6368. b.CartoonFactor = 1
  6369. b.Name = "SlowAttract"
  6370. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6371. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  6372. b:Fire()
  6373. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6374. game:GetService('RunService').Stepped:connect(function()
  6375. if SlowAttracting then
  6376. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6377. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6378. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6379. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6380. end
  6381. end)
  6382. end
  6383. else
  6384. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6385. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  6386. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6387. end
  6388. end)
  6389.  
  6390. AimHeading = false
  6391. AimHead.MouseButton1Click:connect(function()
  6392. AimHeading = not AimHeading
  6393. if AimHeading then
  6394. AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6395. local b = Instance.new("RocketPropulsion")
  6396. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6397. b.TurnP = 2500
  6398. b.MaxThrust = 50000
  6399. b.MaxSpeed = 1000
  6400. b.ThrustP = 50000
  6401. b.CartoonFactor = 1
  6402. b.Name = "AimHead"
  6403. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6404. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6405. b.Target = game.Players[v.Name].Character.Head
  6406. b:Fire()
  6407. game:GetService('RunService').Stepped:connect(function()
  6408. if AimHeading then
  6409. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6410. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6411. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6412. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6413. end
  6414. end)
  6415. end
  6416. else
  6417. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6418. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  6419. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6420. end
  6421. end)
  6422.  
  6423. Multipleing = false
  6424. Multiple.MouseButton1Click:connect(function()
  6425. Multipleing = not Multipleing
  6426. if Multipleing then
  6427. Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6428. local t1 = Instance.new("RocketPropulsion")
  6429. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6430. t1.TurnP = 30000
  6431. t1.MaxThrust = 30000
  6432. t1.MaxSpeed = 1000
  6433. t1.ThrustP = 30000
  6434. t1.CartoonFactor = 1
  6435. t1.Name = "one"
  6436. local t2 = Instance.new("RocketPropulsion")
  6437. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6438. t2.TurnP = 30000
  6439. t2.MaxThrust = 30000
  6440. t2.MaxSpeed = 1000
  6441. t2.ThrustP = 30000
  6442. t2.CartoonFactor = 1
  6443. t2.Name = "two"
  6444. local t3 = Instance.new("RocketPropulsion")
  6445. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6446. t3.TurnP = 30000
  6447. t3.MaxThrust = 30000
  6448. t3.MaxSpeed = 1000
  6449. t3.ThrustP = 30000
  6450. t3.CartoonFactor = 1
  6451. t3.Name = "three"
  6452. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6453. t1.Target = game.Players[v.Name].Character.Torso
  6454. t1:Fire()
  6455. t2.Target = game.Players[v.Name].Character["Right Leg"]
  6456. t2:Fire()
  6457. t3.Target = game.Players[v.Name].Character["Left Arm"]
  6458. t3:Fire()
  6459. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6460. game:GetService('RunService').Stepped:connect(function()
  6461. if Multipleing then
  6462. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6463. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6464. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6465. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6466. end
  6467. end)
  6468. end
  6469. else
  6470. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6471. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  6472. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  6473. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  6474. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6475. end
  6476. end)
  6477.  
  6478. local Anim = Instance.new("Animation")
  6479. Anim.AnimationId = "rbxassetid://215384594"
  6480. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6481. Violenting = false
  6482. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6483. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6484. Violenting = false
  6485. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6486. end)
  6487. Violent.MouseButton1Click:connect(function()
  6488. Violenting = not Violenting
  6489. if Violenting then
  6490. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6491. local y = Instance.new("RocketPropulsion")
  6492. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6493. y.CartoonFactor = 1
  6494. y.MaxThrust = 50000
  6495. y.MaxSpeed = 1000
  6496. y.ThrustP = 50000
  6497. y.Name = "Violent"
  6498. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6499. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  6500. y:Fire()
  6501. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6502. track:Play(.1, 1, 10)
  6503. game:GetService('RunService').Stepped:connect(function()
  6504. if Violenting then
  6505. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6506. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6507. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6508. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6509. end
  6510. end)
  6511. end
  6512. else
  6513. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6514. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  6515. track:Stop()
  6516. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6517. end
  6518. end)
  6519.  
  6520. local Anim = Instance.new("Animation")
  6521. Anim.AnimationId = "rbxassetid://215384594"
  6522. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6523. Violenting = false
  6524. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6525. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6526. Violenting = false
  6527. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6528. end)
  6529. Violent.MouseButton1Click:connect(function()
  6530. Violenting = not Violenting
  6531. if Violenting then
  6532. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6533. local y = Instance.new("RocketPropulsion")
  6534. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6535. y.CartoonFactor = 1
  6536. y.MaxThrust = 500000
  6537. y.MaxSpeed = 1000
  6538. y.ThrustP = 50000
  6539. y.Name = "Violent"
  6540. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6541. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6542. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  6543. y:Fire()
  6544. track:Play(.1, 1, 10)
  6545. game:GetService('RunService').Stepped:connect(function()
  6546. if Violenting then
  6547. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6548. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6549. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6550. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6551. end
  6552. end)
  6553. end
  6554. else
  6555. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6556. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  6557. track:Stop()
  6558. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6559. end
  6560. end)
  6561.  
  6562. WeirdOrbital = false
  6563. WeirdOrbit.MouseButton1Click:connect(function()
  6564. WeirdOrbital = not WeirdOrbital
  6565. if WeirdOrbital then
  6566. WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6567. local o = Instance.new("RocketPropulsion")
  6568. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6569. o.TurnD = 50000
  6570. o.Name = "WeirdOrbit"
  6571. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6572. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  6573. o:Fire()
  6574. game:GetService('RunService').Stepped:connect(function()
  6575. if WeirdOrbital then
  6576. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6577. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6578. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6579. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6580. end
  6581. end)
  6582. end
  6583. else
  6584. game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  6585. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6586. end
  6587. end)
  6588.  
  6589. Maxing = false
  6590. Max.MouseButton1Click:connect(function()
  6591. Maxing = not Maxing
  6592. if Maxing then
  6593. Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6594. local t1 = Instance.new("RocketPropulsion")
  6595. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6596. t1.TurnP = 100000
  6597. t1.MaxThrust = 100000
  6598. t1.MaxSpeed = 5000
  6599. t1.ThrustP = 100000
  6600. t1.CartoonFactor = 1
  6601. t1.Name = "onee"
  6602. local t2 = Instance.new("RocketPropulsion")
  6603. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6604. t2.TurnP = 100000
  6605. t2.MaxThrust = 100000
  6606. t2.MaxSpeed = 5000
  6607. t2.ThrustP = 100000
  6608. t2.CartoonFactor = 1
  6609. t2.Name = "twoo"
  6610. local t3 = Instance.new("RocketPropulsion")
  6611. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6612. t3.TurnP = 100000
  6613. t3.MaxThrust = 100000
  6614. t3.MaxSpeed = 5000
  6615. t3.ThrustP = 100000
  6616. t3.CartoonFactor = 1
  6617. t3.Name = "threee"
  6618. local t4 = Instance.new("RocketPropulsion")
  6619. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6620. t4.TurnP = 100000
  6621. t4.MaxThrust = 100000
  6622. t4.MaxSpeed = 5000
  6623. t4.ThrustP = 100000
  6624. t4.CartoonFactor = 1
  6625. t4.Name = "fourr"
  6626. local t5 = Instance.new("RocketPropulsion")
  6627. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6628. t5.TurnP = 100000
  6629. t5.MaxThrust = 100000
  6630. t5.MaxSpeed = 5000
  6631. t5.ThrustP = 100000
  6632. t5.CartoonFactor = 1
  6633. t5.Name = "fivee"
  6634. local t6 = Instance.new("RocketPropulsion")
  6635. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6636. t6.TurnP = 100000
  6637. t6.MaxThrust = 100000
  6638. t6.MaxSpeed = 5000
  6639. t6.ThrustP = 100000
  6640. t6.CartoonFactor = 1
  6641. t6.Name = "sixx"
  6642. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6643. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6644. t1.Target = game.Players[v.Name].Character.Torso
  6645. t1:Fire()
  6646. t2.Target = game.Players[v.Name].Character["Right Leg"]
  6647. t2:Fire()
  6648. t3.Target = game.Players[v.Name].Character["Left Arm"]
  6649. t3:Fire()
  6650. t4.Target = game.Players[v.Name].Character["Left Leg"]
  6651. t4:Fire()
  6652. t5.Target = game.Players[v.Name].Character["Right Arm"]
  6653. t5:Fire()
  6654. t6.Target = game.Players[v.Name].Character.Head
  6655. t6:Fire()
  6656. game:GetService('RunService').Stepped:connect(function()
  6657. if Maxing then
  6658. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6659. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6660. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6661. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6662. end
  6663. end)
  6664. end
  6665. else
  6666. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6667. game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  6668. game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  6669. game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  6670. game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  6671. game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  6672. game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  6673. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6674. end
  6675. end)
  6676.  
  6677. local Anim = Instance.new("Animation")
  6678. Anim.AnimationId = "rbxassetid://184574340"
  6679. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6680. Animateding = false
  6681. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  6682. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  6683. Animateding = false
  6684. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6685. end)
  6686. Animated.MouseButton1Click:connect(function()
  6687. Animateding = not Animateding
  6688. if Animateding then
  6689. Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  6690. local y = Instance.new("RocketPropulsion")
  6691. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  6692. y.CartoonFactor = 1
  6693. y.MaxThrust = 200000
  6694. y.MaxSpeed = 1000
  6695. y.ThrustP = 50000
  6696. y.Name = "Animated"
  6697. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  6698. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  6699. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  6700. y:Fire()
  6701. track:Play(.1, 1, 10)
  6702. game:GetService('RunService').Stepped:connect(function()
  6703. if Animateding then
  6704. game.Players.LocalPlayer.Character.Head.CanCollide = false
  6705. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  6706. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  6707. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  6708. end
  6709. end)
  6710. end
  6711. else
  6712. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6713. game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  6714. track:Stop()
  6715. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  6716. end
  6717. end)
  6718.  
  6719. Attach.MouseButton1Click:connect(function()
  6720. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6721. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6722. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6723. l.Parent = game.Players.LocalPlayer.Character
  6724. l.Name = "Humanoid"
  6725. wait(0.1)
  6726. game.Players.LocalPlayer.Character["1"]:Destroy()
  6727. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6728. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6729. wait(0.1)
  6730. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6731. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6732. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6733. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6734. end
  6735. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  6736. end
  6737. end)
  6738.  
  6739. superspinning = false
  6740. SuperSpin.MouseButton1Click:connect(function()
  6741. superspinning = not superspinning
  6742. if superspinning then
  6743. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  6744. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6745. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6746. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6747. l.Parent = game.Players.LocalPlayer.Character
  6748. l.Name = "Humanoid"
  6749. wait(0.1)
  6750. game.Players.LocalPlayer.Character["1"]:Destroy()
  6751. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6752. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6753. wait(0.1)
  6754. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6755. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6756. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6757. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6758. end
  6759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  6760. wait(1)
  6761. while wait() do
  6762. if superspinning then
  6763. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6764. end
  6765. end
  6766. end
  6767. else
  6768. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  6769. end
  6770. end)
  6771.  
  6772. Kill.MouseButton1Click:connect(function()
  6773. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6774. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6775. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6776. l.Parent = game.Players.LocalPlayer.Character
  6777. l.Name = "Humanoid"
  6778. wait(0.1)
  6779. game.Players.LocalPlayer.Character["1"]:Destroy()
  6780. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6781. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6782. wait(0.1)
  6783. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6784. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6785. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6786. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6787. end
  6788. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6789. wait(0.2)
  6790. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6791. wait(0.4)
  6792. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  6793. end
  6794. end)
  6795.  
  6796. SafeKill.MouseButton1Click:connect(function()
  6797. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6798. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6799. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6800. l.Parent = game.Players.LocalPlayer.Character
  6801. l.Name = "Humanoid"
  6802. wait(0.1)
  6803. game.Players.LocalPlayer.Character["1"]:Destroy()
  6804. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6805. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6806. wait(0.1)
  6807. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6808. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6809. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6810. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6811. end
  6812. local function tp(player,player2)
  6813. local char1,char2=player.Character,player2.Character
  6814. if char1 and char2 then
  6815. char1:MoveTo(char2.Head.Position)
  6816. end
  6817. end
  6818. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6819. wait(0.1)
  6820. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6821. wait(0.2)
  6822. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6823. wait(0.2)
  6824. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  6825. wait(0.7)
  6826. tp(game.Players.LocalPlayer,game.Players[v.Name])
  6827. wait(0.7)
  6828. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  6829. end
  6830. end)
  6831.  
  6832. Bring.MouseButton1Click:connect(function()
  6833. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6834. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6835. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6836. l.Parent = game.Players.LocalPlayer.Character
  6837. l.Name = "Humanoid"
  6838. wait(0.1)
  6839. game.Players.LocalPlayer.Character["1"]:Destroy()
  6840. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6841. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6842. wait(0.1)
  6843. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6844. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6845. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6846. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6847. end
  6848.  
  6849. local function tp(player,player2)
  6850. local char1,char2=player.Character,player2.Character
  6851. if char1 and char2 then
  6852. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6853. end
  6854. end
  6855.  
  6856. local function getout(player,player2)
  6857. local char1,char2=player.Character,player2.Character
  6858. if char1 and char2 then
  6859. char1:MoveTo(char2.Head.Position)
  6860. end
  6861. end
  6862.  
  6863. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6864. tp(game.Players[v.Name], game.Players.LocalPlayer)
  6865. wait(0.2)
  6866. tp(game.Players[v.Name], game.Players.LocalPlayer)
  6867. wait(0.5)
  6868. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  6869. wait(0.5)
  6870. getout(game.Players.LocalPlayer, game.Players[v.Name])
  6871. wait(0.3)
  6872. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  6873. end
  6874. end)
  6875.  
  6876. FreeFall.MouseButton1Click:connect(function()
  6877. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6878. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6879. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6880. l.Parent = game.Players.LocalPlayer.Character
  6881. l.Name = "Humanoid"
  6882. wait(0.1)
  6883. game.Players.LocalPlayer.Character["1"]:Destroy()
  6884. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6885. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6886. wait(0.1)
  6887. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6888. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6889. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6890. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6891. end
  6892. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  6893. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6894. wait(0.2)
  6895. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6896. wait(0.6)
  6897. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  6898. wait(0.6)
  6899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6900. end
  6901. end)
  6902.  
  6903. while wait() do
  6904. if SpammingChar then
  6905. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  6906. Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  6907. wait(0.5)
  6908. else
  6909. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  6910. end
  6911. if annoying then
  6912. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6913. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6914. Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6915. end
  6916. else
  6917. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6918. end
  6919. if Carpett then
  6920. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6921. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  6922. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6923. end
  6924. else
  6925. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6926. end
  6927. if following then
  6928. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6929. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  6930. Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6931. end
  6932. else
  6933. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6934. end
  6935. if headwalking then
  6936. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  6938. HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6939. end
  6940. else
  6941. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6942. end
  6943. if Spammer then
  6944. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6945. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  6946. Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  6947. wait(0.5)
  6948. end
  6949. else
  6950. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  6951. end
  6952. if watching then
  6953. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  6954. CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  6955. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  6956. end
  6957. else
  6958. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  6959. end
  6960. end
  6961. end)
  6962. FeX.Name = "FeX"
  6963. FeX.Parent = Main
  6964. FeX.BackgroundColor3 = Color3.new(0.447059, 0.262745, 1)
  6965. FeX.Position = UDim2.new(0, 291, 0, 224)
  6966. FeX.Size = UDim2.new(0, 200, 0, 58)
  6967. FeX.Font = Enum.Font.SourceSans
  6968. FeX.Text = "FeX"
  6969. FeX.TextColor3 = Color3.new(0.988235, 0, 1)
  6970. FeX.TextScaled = true
  6971. FeX.TextSize = 14
  6972. FeX.TextWrapped = true
  6973. FeX.MouseButton1Down:connect(function()
  6974. -- FeX was created by snakez on v3rm or Azrael#6666 on discord..
  6975. -- As always vouches are appreciated!
  6976. -- If you use this in a video, make sure to credit me.
  6977. -- Enjoy Exploiting Users!
  6978.  
  6979. --|-----------------------------------------------------------|--
  6980.  
  6981. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("FeX has successfully loaded.." ,"All")
  6982. wait(0.1)
  6983. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("FeX is now active, enjoy exploiting." ,"All")
  6984.  
  6985.  
  6986. -- Objects
  6987.  
  6988. local ScreenGui = Instance.new("ScreenGui")
  6989. local Frame = Instance.new("Frame")
  6990. local TextLabel = Instance.new("TextLabel")
  6991. local TextButton = Instance.new("TextButton")
  6992. local fekill = Instance.new("TextButton")
  6993. local feanim = Instance.new("TextButton")
  6994. local epixfe = Instance.new("TextButton")
  6995. local fedab = Instance.new("TextButton")
  6996. local TextLabel_2 = Instance.new("TextLabel")
  6997. local FuckFE = Instance.new("TextButton")
  6998. local TextButton_2 = Instance.new("TextButton")
  6999. local TextLabel_3 = Instance.new("TextLabel")
  7000. local TextLabel_4 = Instance.new("TextLabel")
  7001. local clicktp = Instance.new("TextButton")
  7002. local btools = Instance.new("TextButton")
  7003. local openFrame = Instance.new("Frame")
  7004. local TextButton_3 = Instance.new("TextButton")
  7005. local jmpower = Instance.new("TextButton")
  7006.  
  7007. -- Properties
  7008.  
  7009. ScreenGui.Parent = game.CoreGui
  7010.  
  7011. Frame.Parent = ScreenGui
  7012. Frame.Active = true
  7013. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  7014. Frame.Position = UDim2.new(0, 289, 0, 12)
  7015. Frame.Size = UDim2.new(0, 485, 0, 491)
  7016. Frame.Selectable = true
  7017. Frame.Draggable = true
  7018. Frame.Visible = true
  7019.  
  7020. TextLabel.Parent = Frame
  7021. TextLabel.BackgroundColor3 = Color3.new(0.752941, 1, 0.760784)
  7022. TextLabel.Size = UDim2.new(0, 485, 0, 54)
  7023. TextLabel.Font = Enum.Font.Cartoon
  7024. TextLabel.Text = "|-- FeX --|"
  7025. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  7026. TextLabel.TextScaled = true
  7027. TextLabel.TextSize = 14
  7028. TextLabel.TextWrapped = true
  7029.  
  7030. TextButton.Parent = Frame
  7031. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7032. TextButton.BackgroundTransparency = 1
  7033. TextButton.Position = UDim2.new(0, 451, 0, 0)
  7034. TextButton.Size = UDim2.new(0, 34, 0, 50)
  7035. TextButton.Font = Enum.Font.SourceSans
  7036. TextButton.Text = "X"
  7037. TextButton.TextColor3 = Color3.new(0, 0, 0)
  7038. TextButton.TextScaled = true
  7039. TextButton.TextSize = 14
  7040. TextButton.TextWrapped = true
  7041. TextButton.Visible = true
  7042. TextButton.MouseButton1Click:connect(function()
  7043. Frame.Visible = false
  7044. end)
  7045.  
  7046. fekill.Name = "fekill"
  7047. fekill.Parent = Frame
  7048. fekill.BackgroundColor3 = Color3.new(1, 1, 1)
  7049. fekill.Position = UDim2.new(0, 0, 0, 66)
  7050. fekill.Size = UDim2.new(0, 242, 0, 50)
  7051. fekill.Font = Enum.Font.SourceSans
  7052. fekill.Text = "FE Kill"
  7053. fekill.TextColor3 = Color3.new(0, 0, 0)
  7054. fekill.TextScaled = true
  7055. fekill.TextSize = 14
  7056. fekill.TextWrapped = true
  7057.  
  7058. feanim.Name = "feanim"
  7059. feanim.Parent = Frame
  7060. feanim.BackgroundColor3 = Color3.new(1, 1, 1)
  7061. feanim.Position = UDim2.new(0, 259, 0, 82)
  7062. feanim.Size = UDim2.new(0, 226, 0, 50)
  7063. feanim.Font = Enum.Font.SourceSans
  7064. feanim.Text = "FE Animations"
  7065. feanim.TextColor3 = Color3.new(0, 0, 0)
  7066. feanim.TextScaled = true
  7067. feanim.TextSize = 14
  7068. feanim.TextWrapped = true
  7069.  
  7070. epixfe.Name = "epixfe"
  7071. epixfe.Parent = Frame
  7072. epixfe.BackgroundColor3 = Color3.new(1, 1, 1)
  7073. epixfe.Position = UDim2.new(0, 0, 0, 152)
  7074. epixfe.Size = UDim2.new(0, 243, 0, 50)
  7075. epixfe.Font = Enum.Font.SourceSans
  7076. epixfe.Text = "Epix FE GUI"
  7077. epixfe.TextColor3 = Color3.new(0, 0, 0)
  7078. epixfe.TextScaled = true
  7079. epixfe.TextSize = 14
  7080. epixfe.TextWrapped = true
  7081.  
  7082. fedab.Name = "fedab"
  7083. fedab.Parent = Frame
  7084. fedab.BackgroundColor3 = Color3.new(1, 1, 1)
  7085. fedab.Position = UDim2.new(0, 261, 0, 171)
  7086. fedab.Size = UDim2.new(0, 224, 0, 50)
  7087. fedab.Font = Enum.Font.SourceSans
  7088. fedab.Text = "FE Dab / Hammer"
  7089. fedab.TextColor3 = Color3.new(0, 0, 0)
  7090. fedab.TextScaled = true
  7091. fedab.TextSize = 14
  7092. fedab.TextWrapped = true
  7093.  
  7094. TextLabel_2.Parent = Frame
  7095. TextLabel_2.BackgroundColor3 = Color3.new(0.752941, 1, 0.760784)
  7096. TextLabel_2.BackgroundTransparency = 1
  7097. TextLabel_2.Position = UDim2.new(0, 0, 0, 446)
  7098. TextLabel_2.Size = UDim2.new(0, 485, 0, 30)
  7099. TextLabel_2.Font = Enum.Font.Cartoon
  7100. TextLabel_2.Text = "|-- Developed and Designed By Snakez --|"
  7101. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  7102. TextLabel_2.TextScaled = true
  7103. TextLabel_2.TextSize = 14
  7104. TextLabel_2.TextWrapped = true
  7105.  
  7106. FuckFE.Name = "Fuck FE"
  7107. FuckFE.Parent = Frame
  7108. FuckFE.BackgroundColor3 = Color3.new(1, 1, 1)
  7109. FuckFE.Position = UDim2.new(0, 0, 0, 240)
  7110. FuckFE.Size = UDim2.new(0, 243, 0, 50)
  7111. FuckFE.Font = Enum.Font.SourceSans
  7112. FuckFE.Text = "Walkspeed"
  7113. FuckFE.TextColor3 = Color3.new(0, 0, 0)
  7114. FuckFE.TextScaled = true
  7115. FuckFE.TextSize = 14
  7116. FuckFE.TextWrapped = true
  7117.  
  7118. TextButton_2.Parent = Frame
  7119. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7120. TextButton_2.Position = UDim2.new(0, 262, 0, 260)
  7121. TextButton_2.Size = UDim2.new(0, 223, 0, 50)
  7122. TextButton_2.Font = Enum.Font.SourceSans
  7123. TextButton_2.Text = "Jumpower"
  7124. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  7125. TextButton_2.TextScaled = true
  7126. TextButton_2.TextSize = 14
  7127. TextButton_2.TextWrapped = true
  7128.  
  7129. TextLabel_3.Parent = Frame
  7130. TextLabel_3.BackgroundColor3 = Color3.new(0.752941, 1, 0.760784)
  7131. TextLabel_3.Position = UDim2.new(0, 0, 0, 429)
  7132. TextLabel_3.Size = UDim2.new(0, 485, 0, 12)
  7133. TextLabel_3.Font = Enum.Font.Cartoon
  7134. TextLabel_3.Text = ""
  7135. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  7136. TextLabel_3.TextScaled = true
  7137. TextLabel_3.TextSize = 14
  7138. TextLabel_3.TextWrapped = true
  7139.  
  7140. TextLabel_4.Parent = Frame
  7141. TextLabel_4.BackgroundColor3 = Color3.new(0.752941, 1, 0.760784)
  7142. TextLabel_4.Position = UDim2.new(0, 0, 0, 479)
  7143. TextLabel_4.Size = UDim2.new(0, 485, 0, 12)
  7144. TextLabel_4.Font = Enum.Font.Cartoon
  7145. TextLabel_4.Text = ""
  7146. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  7147. TextLabel_4.TextScaled = true
  7148. TextLabel_4.TextSize = 14
  7149. TextLabel_4.TextWrapped = true
  7150.  
  7151. clicktp.Name = "clicktp"
  7152. clicktp.Parent = Frame
  7153. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  7154. clicktp.Position = UDim2.new(0, 0, 0, 332)
  7155. clicktp.Size = UDim2.new(0, 243, 0, 50)
  7156. clicktp.Font = Enum.Font.SourceSans
  7157. clicktp.Text = "Click Teleport"
  7158. clicktp.TextColor3 = Color3.new(0, 0, 0)
  7159. clicktp.TextScaled = true
  7160. clicktp.TextSize = 14
  7161. clicktp.TextWrapped = true
  7162.  
  7163. btools.Name = "btools"
  7164. btools.Parent = Frame
  7165. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  7166. btools.Position = UDim2.new(0, 260, 0, 351)
  7167. btools.Size = UDim2.new(0, 225, 0, 50)
  7168. btools.Font = Enum.Font.SourceSans
  7169. btools.Text = "Btools"
  7170. btools.TextColor3 = Color3.new(0, 0, 0)
  7171. btools.TextScaled = true
  7172. btools.TextSize = 14
  7173. btools.TextWrapped = true
  7174.  
  7175. openFrame.Name = "openFrame"
  7176. openFrame.Parent = ScreenGui
  7177. openFrame.Active = true
  7178. openFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7179. openFrame.Position = UDim2.new(0, 0, 0, 444)
  7180. openFrame.Selectable = true
  7181. openFrame.Size = UDim2.new(0, 211, 0, 42)
  7182. openFrame.Selectable = true
  7183. openFrame.Draggable = true
  7184. openFrame.Visible = true
  7185.  
  7186.  
  7187. TextButton_3.Parent = openFrame
  7188. TextButton_3.BackgroundColor3 = Color3.new(0.654902, 1, 0.752941)
  7189. TextButton_3.Size = UDim2.new(0, 211, 0, 42)
  7190. TextButton_3.Font = Enum.Font.SourceSans
  7191. TextButton_3.Text = "OPEN"
  7192. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  7193. TextButton_3.TextScaled = true
  7194. TextButton_3.TextSize = 14
  7195. TextButton_3.TextWrapped = true
  7196. TextButton_3.Visible = true
  7197. TextButton_3.MouseButton1Click:connect(function()
  7198. Frame.Visible = true
  7199. end)
  7200.  
  7201. -- Scripts
  7202.  
  7203. fekill.MouseButton1Click:connect(function()
  7204. -- Made By JackMcJagger15
  7205. local FlingKill = Instance.new("ScreenGui")
  7206. local Main = Instance.new("Frame")
  7207. local Label = Instance.new("Frame")
  7208. local Shadow = Instance.new("Frame")
  7209. local StartKill = Instance.new("TextButton")
  7210. local StopKill = Instance.new("TextButton")
  7211. local Instructions = Instance.new("TextLabel")
  7212. local CurrentPower = Instance.new("TextLabel")
  7213. local Recomendation = Instance.new("TextLabel")
  7214. local NameOfGui = Instance.new("TextLabel")
  7215. local Exit = Instance.new("TextButton")
  7216. local UPArrow = Instance.new("TextButton")
  7217. local DownArrow = Instance.new("TextButton")
  7218.  
  7219. -- Properties
  7220.  
  7221. FlingKill.Name = "Fling/Kill"
  7222. FlingKill.Parent = game.CoreGui
  7223.  
  7224. Main.Name = "Main"
  7225. Main.Parent = FlingKill
  7226. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  7227. Main.BorderSizePixel = 0
  7228. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  7229. Main.Size = UDim2.new(0, 217, 0, 233)
  7230. Main.Selectable = true
  7231. Main.Active = true
  7232. Main.Draggable = true
  7233.  
  7234. Label.Name = "Label"
  7235. Label.Parent = Main
  7236. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  7237. Label.BorderSizePixel = 0
  7238. Label.Size = UDim2.new(0, 217, 0, 27)
  7239.  
  7240. Shadow.Name = "Shadow"
  7241. Shadow.Parent = Main
  7242. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  7243. Shadow.BorderSizePixel = 0
  7244. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  7245. Shadow.Size = UDim2.new(0, 217, 0, 9)
  7246.  
  7247. StartKill.Name = "StartKill"
  7248. StartKill.Parent = Main
  7249. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  7250. StartKill.BorderSizePixel = 0
  7251. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  7252. StartKill.Size = UDim2.new(0, 126, 0, 23)
  7253. StartKill.Font = Enum.Font.Cartoon
  7254. StartKill.Text = "FE Kill/Fling"
  7255. StartKill.TextColor3 = Color3.new(0, 0, 0)
  7256. StartKill.TextSize = 14
  7257.  
  7258. StopKill.Name = "StopKill"
  7259. StopKill.Parent = Main
  7260. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  7261. StopKill.BorderSizePixel = 0
  7262. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  7263. StopKill.Size = UDim2.new(0, 124, 0, 23)
  7264. StopKill.Font = Enum.Font.Cartoon
  7265. StopKill.Text = "Stop FE Kill/Fling"
  7266. StopKill.TextColor3 = Color3.new(0, 0, 0)
  7267. StopKill.TextSize = 14
  7268.  
  7269. Instructions.Name = "Instructions"
  7270. Instructions.Parent = Main
  7271. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  7272. Instructions.BackgroundTransparency = 1
  7273. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  7274. Instructions.Size = UDim2.new(0, 200, 0, 32)
  7275. Instructions.Font = Enum.Font.Cartoon
  7276. Instructions.Text = "Just touch someone to watch the fly to their death!"
  7277. Instructions.TextColor3 = Color3.new(0, 0, 0)
  7278. Instructions.TextSize = 14
  7279. Instructions.TextWrapped = true
  7280.  
  7281. CurrentPower.Name = "CurrentPower"
  7282. CurrentPower.Parent = Main
  7283. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  7284. CurrentPower.BackgroundTransparency = 1
  7285. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  7286. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  7287. CurrentPower.Font = Enum.Font.Cartoon
  7288. CurrentPower.Text = "Current Power = 5"
  7289. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  7290. CurrentPower.TextSize = 14
  7291.  
  7292. Recomendation.Name = "Recomendation"
  7293. Recomendation.Parent = Main
  7294. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  7295. Recomendation.BackgroundTransparency = 1
  7296. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  7297. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  7298. Recomendation.Font = Enum.Font.Cartoon
  7299. Recomendation.Text = "Recommended Power is 5"
  7300. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  7301. Recomendation.TextSize = 14
  7302.  
  7303. NameOfGui.Name = "NameOfGui"
  7304. NameOfGui.Parent = Main
  7305. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  7306. NameOfGui.BackgroundTransparency = 1
  7307. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  7308. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  7309. NameOfGui.Font = Enum.Font.Cartoon
  7310. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  7311. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  7312. NameOfGui.TextSize = 14
  7313.  
  7314. Exit.Name = "Exit"
  7315. Exit.Parent = Main
  7316. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  7317. Exit.BackgroundTransparency = 1
  7318. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  7319. Exit.Size = UDim2.new(0, 20, 0, 27)
  7320. Exit.Font = Enum.Font.Cartoon
  7321. Exit.Text = "X"
  7322. Exit.TextColor3 = Color3.new(0, 0, 0)
  7323. Exit.TextSize = 14
  7324.  
  7325. UPArrow.Name = "UPArrow"
  7326. UPArrow.Parent = Main
  7327. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  7328. UPArrow.BackgroundTransparency = 1
  7329. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  7330. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  7331. UPArrow.Font = Enum.Font.Cartoon
  7332. UPArrow.Text = "Up"
  7333. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  7334. UPArrow.TextSize = 12
  7335. UPArrow.TextWrapped = true
  7336.  
  7337. DownArrow.Name = "DownArrow"
  7338. DownArrow.Parent = Main
  7339. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  7340. DownArrow.BackgroundTransparency = 1
  7341. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  7342. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  7343. DownArrow.Font = Enum.Font.Cartoon
  7344. DownArrow.Text = "Down"
  7345. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  7346. DownArrow.TextSize = 12
  7347. DownArrow.TextWrapped = true
  7348.  
  7349. power = 500
  7350. active = false
  7351. local val = Instance.new("IntValue")
  7352. val.Name = "Number"
  7353. val.Parent = game.Players.LocalPlayer
  7354. val.Value = 5
  7355.  
  7356. Exit.MouseButton1Click:connect(function()
  7357. FlingKill.Enabled = false
  7358. end)
  7359.  
  7360. StartKill.MouseButton1Click:connect(function()
  7361. game:GetService('RunService').Stepped:connect(function()
  7362. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  7363. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7364. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7365. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7366. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7367. else
  7368. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  7369. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7370. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  7371. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  7372. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  7373. end
  7374. end
  7375. end)
  7376. wait(.1)
  7377. local bambam = Instance.new("BodyThrust")
  7378. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7379. bambam.Force = Vector3.new(power,0,power)
  7380. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  7381. end)
  7382.  
  7383. StopKill.MouseButton1Click:connect(function()
  7384. active = false
  7385. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  7386. end)
  7387.  
  7388. UPArrow.MouseButton1Click:connect(function()
  7389. power = power + 100
  7390. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  7391. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  7392. end)
  7393.  
  7394. DownArrow.MouseButton1Click:connect(function()
  7395. power = power - 100
  7396. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  7397. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  7398. end)
  7399. end)
  7400.  
  7401. feanim.MouseButton1Click:connect(function()
  7402. -- Energize by illremember, fe animations
  7403. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  7404. -- Thank you, and enjoy.
  7405.  
  7406. -- Objects
  7407.  
  7408. local Energize = Instance.new("ScreenGui") -- The actual GUI
  7409. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  7410. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  7411. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  7412. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  7413. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  7414. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  7415. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  7416. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  7417. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  7418.  
  7419. local CrazySlash = Instance.new("TextButton")--COMPLETE
  7420. local Open = Instance.new("TextButton")--COMPLETE
  7421. local R15Spinner = Instance.new("TextButton")--COMPLETE
  7422. local ArmsOut = Instance.new("TextButton")--COMPLETE
  7423. local FloatSlash = Instance.new("TextButton")--COMPLETE
  7424. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  7425. local DownSlash = Instance.new("TextButton")--COMPLETE
  7426. local Pull = Instance.new("TextButton")--COMPLETE
  7427. local CircleArm = Instance.new("TextButton")--COMPLETE
  7428. local Bend = Instance.new("TextButton")--COMPLETE
  7429. local RotateSlash = Instance.new("TextButton")--COMPLETE
  7430. local FlingArms = Instance.new("TextButton")--COMPLETE
  7431.  
  7432. local FullSwing = Instance.new("TextButton")--COMPLETE
  7433. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  7434. local MoonDance = Instance.new("TextButton")--COMPLETE
  7435. local FullPunch = Instance.new("TextButton")--COMPLETE
  7436. local Crouch = Instance.new("TextButton")--COMPLETE
  7437. local SpinDance = Instance.new("TextButton")--COMPLETE
  7438. local FloorFaint = Instance.new("TextButton")--COMPLETE
  7439. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  7440. local Spinner = Instance.new("TextButton")--COMPLETE
  7441. local MegaInsane = Instance.new("TextButton")--COMPLETE
  7442. local ArmDetach = Instance.new("TextButton")--COMPLETE
  7443. local WeirdMove = Instance.new("TextButton")--COMPLETE
  7444. local Faint = Instance.new("TextButton")--COMPLETE
  7445. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  7446. local Levitate = Instance.new("TextButton")--COMPLETE
  7447. local DinoWalk = Instance.new("TextButton")--COMPLETE
  7448. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  7449. local SwordSlam = Instance.new("TextButton")--COMPLETE
  7450. local LoopHead = Instance.new("TextButton")--COMPLETE
  7451. local HeroJump = Instance.new("TextButton")--COMPLETE
  7452. local Insane = Instance.new("TextButton")--COMPLETE
  7453. local FloatingHead = Instance.new("TextButton")--COMPLETE
  7454. local HeadThrow = Instance.new("TextButton")--COMPLETE
  7455. local MovingDance = Instance.new("TextButton")--COMPLETE
  7456. local SuperPunch = Instance.new("TextButton")--COMPLETE
  7457. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  7458. local Dab = Instance.new("TextButton")--COMPLETE
  7459. local FloatSit = Instance.new("TextButton")--COMPLETE
  7460. local SuperFaint = Instance.new("TextButton")--COMPLETE
  7461. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  7462. local Scared = Instance.new("TextButton")--COMPLETE
  7463. local InsaneArms = Instance.new("TextButton")--COMPLETE
  7464. local SwordSlice = Instance.new("TextButton")--COMPLETE
  7465. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  7466. local BowDown = Instance.new("TextButton")--COMPLETE
  7467. local LoopSlam = Instance.new("TextButton")--COMPLETE
  7468.  
  7469. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  7470. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  7471. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  7472.  
  7473. -- Properties
  7474.  
  7475. Energize.Name = "Energize"
  7476. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  7477.  
  7478. SideFrame.Name = "SideFrame"
  7479. SideFrame.Parent = Energize
  7480. SideFrame.Active = true
  7481. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  7482. SideFrame.Draggable = true
  7483. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  7484. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  7485. SideFrame.Visible = false
  7486.  
  7487. OpenGUI.Name = "OpenGUI"
  7488. OpenGUI.Parent = SideFrame
  7489. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  7490. OpenGUI.BackgroundTransparency = 1
  7491. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  7492. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  7493. OpenGUI.Font = Enum.Font.SourceSans
  7494. OpenGUI.FontSize = Enum.FontSize.Size48
  7495. OpenGUI.Text = "X"
  7496. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  7497. OpenGUI.TextSize = 40
  7498. OpenGUI.TextWrapped = true
  7499.  
  7500. SideFrameTitle.Name = "SideFrameTitle"
  7501. SideFrameTitle.Parent = SideFrame
  7502. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  7503. SideFrameTitle.BackgroundTransparency = 1
  7504. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  7505. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  7506. SideFrameTitle.Font = Enum.Font.Arial
  7507. SideFrameTitle.FontSize = Enum.FontSize.Size24
  7508. SideFrameTitle.Text = "-Energize-"
  7509. SideFrameTitle.TextSize = 21
  7510. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  7511. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  7512.  
  7513. MainFrame.Name = "MainFrame"
  7514. MainFrame.Parent = Energize
  7515. MainFrame.Active = true
  7516. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7517. MainFrame.BackgroundTransparency = 1
  7518. MainFrame.Draggable = true
  7519. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  7520. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  7521.  
  7522. GuiBottomFrame.Name = "Gui BottomFrame"
  7523. GuiBottomFrame.Parent = MainFrame
  7524. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  7525. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  7526. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  7527. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  7528.  
  7529. Credits.Name = "Credits"
  7530. Credits.Parent = GuiBottomFrame
  7531. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  7532. Credits.BackgroundTransparency = 1
  7533. Credits.Size = UDim2.new(0, 460, 0, 32)
  7534. Credits.FontSize = Enum.FontSize.Size14
  7535. Credits.Text = "By illremember -FE Animations Gui"
  7536. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  7537. Credits.TextSize = 14
  7538. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  7539. Credits.TextStrokeTransparency = 0.69999998807907
  7540. Credits.TextWrapped = true
  7541.  
  7542. ScrollingFrame.Parent = MainFrame
  7543. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  7544. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  7545. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  7546. ScrollingFrame.ScrollBarThickness = 13
  7547.  
  7548. FullSwing.Name = "FullSwing"
  7549. FullSwing.Parent = ScrollingFrame
  7550. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7551. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7552. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  7553. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  7554. FullSwing.Font = Enum.Font.Highway
  7555. FullSwing.FontSize = Enum.FontSize.Size24
  7556. FullSwing.Text = "Full Swing"
  7557. FullSwing.TextSize = 20
  7558. FullSwing.TextWrapped = true
  7559.  
  7560. GlitchLevitate.Name = "GlitchLevitate"
  7561. GlitchLevitate.Parent = ScrollingFrame
  7562. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7563. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7564. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  7565. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  7566. GlitchLevitate.Font = Enum.Font.Highway
  7567. GlitchLevitate.FontSize = Enum.FontSize.Size24
  7568. GlitchLevitate.Text = "Glitch Levitate"
  7569. GlitchLevitate.TextSize = 20
  7570. GlitchLevitate.TextWrapped = true
  7571.  
  7572. MoonDance.Name = "MoonDance"
  7573. MoonDance.Parent = ScrollingFrame
  7574. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7575. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7576. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  7577. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  7578. MoonDance.Font = Enum.Font.Highway
  7579. MoonDance.FontSize = Enum.FontSize.Size24
  7580. MoonDance.Text = "Moon Dance"
  7581. MoonDance.TextSize = 20
  7582. MoonDance.TextWrapped = true
  7583.  
  7584. FullPunch.Name = "FullPunch"
  7585. FullPunch.Parent = ScrollingFrame
  7586. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7587. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7588. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  7589. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  7590. FullPunch.Font = Enum.Font.Highway
  7591. FullPunch.FontSize = Enum.FontSize.Size24
  7592. FullPunch.Text = "Full Punch"
  7593. FullPunch.TextSize = 20
  7594. FullPunch.TextWrapped = true
  7595.  
  7596. Crouch.Name = "Crouch"
  7597. Crouch.Parent = ScrollingFrame
  7598. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7599. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7600. Crouch.Position = UDim2.new(0, 168, 0, 280)
  7601. Crouch.Size = UDim2.new(0, 119, 0, 34)
  7602. Crouch.Font = Enum.Font.Highway
  7603. Crouch.FontSize = Enum.FontSize.Size24
  7604. Crouch.Text = "Crouch"
  7605. Crouch.TextSize = 20
  7606. Crouch.TextWrapped = true
  7607.  
  7608. SpinDance.Name = "SpinDance"
  7609. SpinDance.Parent = ScrollingFrame
  7610. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7611. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7612. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  7613. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  7614. SpinDance.Font = Enum.Font.Highway
  7615. SpinDance.FontSize = Enum.FontSize.Size24
  7616. SpinDance.Text = "Spin Dance"
  7617. SpinDance.TextSize = 20
  7618. SpinDance.TextWrapped = true
  7619.  
  7620. FloorFaint.Name = "FloorFaint"
  7621. FloorFaint.Parent = ScrollingFrame
  7622. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7623. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7624. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  7625. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  7626. FloorFaint.Font = Enum.Font.Highway
  7627. FloorFaint.FontSize = Enum.FontSize.Size24
  7628. FloorFaint.Text = "Floor Faint"
  7629. FloorFaint.TextSize = 20
  7630. FloorFaint.TextWrapped = true
  7631.  
  7632. JumpingJacks.Name = "JumpingJacks"
  7633. JumpingJacks.Parent = ScrollingFrame
  7634. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7635. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7636. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  7637. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  7638. JumpingJacks.Font = Enum.Font.Highway
  7639. JumpingJacks.FontSize = Enum.FontSize.Size24
  7640. JumpingJacks.Text = "Jumping Jacks"
  7641. JumpingJacks.TextSize = 20
  7642. JumpingJacks.TextWrapped = true
  7643.  
  7644. Spinner.Name = "Spinner"
  7645. Spinner.Parent = ScrollingFrame
  7646. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7647. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7648. Spinner.Position = UDim2.new(0, 17, 0, 192)
  7649. Spinner.Size = UDim2.new(0, 119, 0, 34)
  7650. Spinner.Font = Enum.Font.Highway
  7651. Spinner.FontSize = Enum.FontSize.Size24
  7652. Spinner.Text = "Spinner"
  7653. Spinner.TextSize = 20
  7654. Spinner.TextWrapped = true
  7655.  
  7656. MegaInsane.Name = "MegaInsane"
  7657. MegaInsane.Parent = ScrollingFrame
  7658. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7659. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7660. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  7661. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  7662. MegaInsane.Font = Enum.Font.Highway
  7663. MegaInsane.FontSize = Enum.FontSize.Size24
  7664. MegaInsane.Text = "Mega Insane"
  7665. MegaInsane.TextSize = 20
  7666. MegaInsane.TextWrapped = true
  7667.  
  7668. ArmDetach.Name = "ArmDetach"
  7669. ArmDetach.Parent = ScrollingFrame
  7670. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7671. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7672. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  7673. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  7674. ArmDetach.Font = Enum.Font.Highway
  7675. ArmDetach.FontSize = Enum.FontSize.Size24
  7676. ArmDetach.Text = "Arm Detach"
  7677. ArmDetach.TextSize = 20
  7678. ArmDetach.TextWrapped = true
  7679.  
  7680. WeirdMove.Name = "WeirdMove"
  7681. WeirdMove.Parent = ScrollingFrame
  7682. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7683. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7684. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  7685. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  7686. WeirdMove.Font = Enum.Font.Highway
  7687. WeirdMove.FontSize = Enum.FontSize.Size24
  7688. WeirdMove.Text = "Weird Move"
  7689. WeirdMove.TextSize = 20
  7690. WeirdMove.TextWrapped = true
  7691.  
  7692. Faint.Name = "Faint"
  7693. Faint.Parent = ScrollingFrame
  7694. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7695. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7696. Faint.Position = UDim2.new(0, 17, 0, 148)
  7697. Faint.Size = UDim2.new(0, 119, 0, 34)
  7698. Faint.Font = Enum.Font.Highway
  7699. Faint.FontSize = Enum.FontSize.Size24
  7700. Faint.Text = "Faint"
  7701. Faint.TextSize = 20
  7702. Faint.TextWrapped = true
  7703.  
  7704. CloneIllusion.Name = "CloneIllusion"
  7705. CloneIllusion.Parent = ScrollingFrame
  7706. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7707. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7708. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  7709. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  7710. CloneIllusion.Font = Enum.Font.Highway
  7711. CloneIllusion.FontSize = Enum.FontSize.Size24
  7712. CloneIllusion.Text = "Clone Illusion"
  7713. CloneIllusion.TextSize = 20
  7714. CloneIllusion.TextWrapped = true
  7715.  
  7716. Levitate.Name = "Levitate"
  7717. Levitate.Parent = ScrollingFrame
  7718. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7719. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7720. Levitate.Position = UDim2.new(0, 17, 0, 104)
  7721. Levitate.Size = UDim2.new(0, 119, 0, 34)
  7722. Levitate.Font = Enum.Font.Highway
  7723. Levitate.FontSize = Enum.FontSize.Size24
  7724. Levitate.Text = "Levitate"
  7725. Levitate.TextSize = 20
  7726. Levitate.TextWrapped = true
  7727.  
  7728. DinoWalk.Name = "DinoWalk"
  7729. DinoWalk.Parent = ScrollingFrame
  7730. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7731. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7732. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  7733. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  7734. DinoWalk.Font = Enum.Font.Highway
  7735. DinoWalk.FontSize = Enum.FontSize.Size24
  7736. DinoWalk.Text = "Dino Walk"
  7737. DinoWalk.TextSize = 20
  7738. DinoWalk.TextWrapped = true
  7739.  
  7740. FloorCrawl.Name = "FloorCrawl"
  7741. FloorCrawl.Parent = ScrollingFrame
  7742. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7743. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7744. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  7745. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  7746. FloorCrawl.Font = Enum.Font.Highway
  7747. FloorCrawl.FontSize = Enum.FontSize.Size24
  7748. FloorCrawl.Text = "Floor Crawl"
  7749. FloorCrawl.TextSize = 20
  7750. FloorCrawl.TextWrapped = true
  7751.  
  7752. SwordSlam.Name = "SwordSlam"
  7753. SwordSlam.Parent = ScrollingFrame
  7754. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7755. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7756. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  7757. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  7758. SwordSlam.Font = Enum.Font.Highway
  7759. SwordSlam.FontSize = Enum.FontSize.Size24
  7760. SwordSlam.Text = "Sword Slam"
  7761. SwordSlam.TextSize = 20
  7762. SwordSlam.TextWrapped = true
  7763.  
  7764. LoopHead.Name = "LoopHead"
  7765. LoopHead.Parent = ScrollingFrame
  7766. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7767. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7768. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  7769. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  7770. LoopHead.Font = Enum.Font.Highway
  7771. LoopHead.FontSize = Enum.FontSize.Size24
  7772. LoopHead.Text = "Loop Head"
  7773. LoopHead.TextSize = 20
  7774. LoopHead.TextWrapped = true
  7775.  
  7776. HeroJump.Name = "HeroJump"
  7777. HeroJump.Parent = ScrollingFrame
  7778. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7779. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7780. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  7781. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  7782. HeroJump.Font = Enum.Font.Highway
  7783. HeroJump.FontSize = Enum.FontSize.Size24
  7784. HeroJump.Text = "Hero Jump"
  7785. HeroJump.TextSize = 20
  7786. HeroJump.TextWrapped = true
  7787.  
  7788. Insane.Name = "Insane"
  7789. Insane.Parent = ScrollingFrame
  7790. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7791. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7792. Insane.Position = UDim2.new(0, 319, 0, 16)
  7793. Insane.Size = UDim2.new(0, 119, 0, 34)
  7794. Insane.Font = Enum.Font.Highway
  7795. Insane.FontSize = Enum.FontSize.Size24
  7796. Insane.Text = "Insane"
  7797. Insane.TextSize = 20
  7798. Insane.TextWrapped = true
  7799.  
  7800. FloatingHead.Name = "FloatingHead"
  7801. FloatingHead.Parent = ScrollingFrame
  7802. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7803. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7804. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  7805. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  7806. FloatingHead.Font = Enum.Font.Highway
  7807. FloatingHead.FontSize = Enum.FontSize.Size24
  7808. FloatingHead.Text = "Floating Head"
  7809. FloatingHead.TextSize = 20
  7810. FloatingHead.TextWrapped = true
  7811.  
  7812. HeadThrow.Name = "HeadThrow"
  7813. HeadThrow.Parent = ScrollingFrame
  7814. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7815. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7816. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  7817. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  7818. HeadThrow.Font = Enum.Font.Highway
  7819. HeadThrow.FontSize = Enum.FontSize.Size24
  7820. HeadThrow.Text = "Head Throw"
  7821. HeadThrow.TextSize = 20
  7822. HeadThrow.TextWrapped = true
  7823.  
  7824. MovingDance.Name = "MovingDance"
  7825. MovingDance.Parent = ScrollingFrame
  7826. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7827. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7828. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  7829. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  7830. MovingDance.Font = Enum.Font.Highway
  7831. MovingDance.FontSize = Enum.FontSize.Size24
  7832. MovingDance.Text = "Moving Dance"
  7833. MovingDance.TextSize = 20
  7834. MovingDance.TextWrapped = true
  7835.  
  7836. SuperPunch.Name = "SuperPunch"
  7837. SuperPunch.Parent = ScrollingFrame
  7838. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7839. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7840. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  7841. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  7842. SuperPunch.Font = Enum.Font.Highway
  7843. SuperPunch.FontSize = Enum.FontSize.Size24
  7844. SuperPunch.Text = "Super Punch"
  7845. SuperPunch.TextSize = 20
  7846. SuperPunch.TextWrapped = true
  7847.  
  7848. ArmTurbine.Name = "ArmTurbine"
  7849. ArmTurbine.Parent = ScrollingFrame
  7850. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7851. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7852. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  7853. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  7854. ArmTurbine.Font = Enum.Font.Highway
  7855. ArmTurbine.FontSize = Enum.FontSize.Size24
  7856. ArmTurbine.Text = "Arm Turbine"
  7857. ArmTurbine.TextSize = 20
  7858. ArmTurbine.TextWrapped = true
  7859.  
  7860. Dab.Name = "Dab"
  7861. Dab.Parent = ScrollingFrame
  7862. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7863. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7864. Dab.Position = UDim2.new(0, 17, 0, 366)
  7865. Dab.Size = UDim2.new(0, 119, 0, 34)
  7866. Dab.Font = Enum.Font.Highway
  7867. Dab.FontSize = Enum.FontSize.Size24
  7868. Dab.Text = "Dab"
  7869. Dab.TextSize = 20
  7870. Dab.TextWrapped = true
  7871.  
  7872. FloatSit.Name = "FloatSit"
  7873. FloatSit.Parent = ScrollingFrame
  7874. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7875. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7876. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  7877. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  7878. FloatSit.Font = Enum.Font.Highway
  7879. FloatSit.FontSize = Enum.FontSize.Size24
  7880. FloatSit.Text = "Float Sit"
  7881. FloatSit.TextSize = 20
  7882. FloatSit.TextWrapped = true
  7883.  
  7884. SuperFaint.Name = "SuperFaint"
  7885. SuperFaint.Parent = ScrollingFrame
  7886. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7887. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7888. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  7889. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  7890. SuperFaint.Font = Enum.Font.Highway
  7891. SuperFaint.FontSize = Enum.FontSize.Size24
  7892. SuperFaint.Text = "Super Faint"
  7893. SuperFaint.TextSize = 20
  7894. SuperFaint.TextWrapped = true
  7895.  
  7896. BarrelRoll.Name = "BarrelRoll"
  7897. BarrelRoll.Parent = ScrollingFrame
  7898. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7899. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7900. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  7901. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  7902. BarrelRoll.Font = Enum.Font.Highway
  7903. BarrelRoll.FontSize = Enum.FontSize.Size24
  7904. BarrelRoll.Text = "Barrel Roll"
  7905. BarrelRoll.TextSize = 20
  7906. BarrelRoll.TextWrapped = true
  7907.  
  7908. Scared.Name = "Scared"
  7909. Scared.Parent = ScrollingFrame
  7910. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7911. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7912. Scared.Position = UDim2.new(0, 319, 0, 454)
  7913. Scared.Size = UDim2.new(0, 119, 0, 34)
  7914. Scared.Font = Enum.Font.Highway
  7915. Scared.FontSize = Enum.FontSize.Size24
  7916. Scared.Text = "Scared"
  7917. Scared.TextSize = 20
  7918. Scared.TextWrapped = true
  7919.  
  7920. InsaneArms.Name = "InsaneArms"
  7921. InsaneArms.Parent = ScrollingFrame
  7922. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7923. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7924. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  7925. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  7926. InsaneArms.Font = Enum.Font.Highway
  7927. InsaneArms.FontSize = Enum.FontSize.Size24
  7928. InsaneArms.Text = "Insane Arms"
  7929. InsaneArms.TextSize = 20
  7930. InsaneArms.TextWrapped = true
  7931.  
  7932. SwordSlice.Name = "SwordSlice"
  7933. SwordSlice.Parent = ScrollingFrame
  7934. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7935. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7936. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  7937. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  7938. SwordSlice.Font = Enum.Font.Highway
  7939. SwordSlice.FontSize = Enum.FontSize.Size24
  7940. SwordSlice.Text = "Sword Slice"
  7941. SwordSlice.TextSize = 20
  7942. SwordSlice.TextWrapped = true
  7943.  
  7944. SpinDance2.Name = "SpinDance2"
  7945. SpinDance2.Parent = ScrollingFrame
  7946. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7947. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7948. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  7949. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  7950. SpinDance2.Font = Enum.Font.Highway
  7951. SpinDance2.FontSize = Enum.FontSize.Size24
  7952. SpinDance2.Text = "Spin Dance 2"
  7953. SpinDance2.TextSize = 20
  7954. SpinDance2.TextWrapped = true
  7955.  
  7956. BowDown.Name = "BowDown"
  7957. BowDown.Parent = ScrollingFrame
  7958. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7959. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7960. BowDown.Position = UDim2.new(0, 319, 0, 498)
  7961. BowDown.Size = UDim2.new(0, 119, 0, 34)
  7962. BowDown.Font = Enum.Font.Highway
  7963. BowDown.FontSize = Enum.FontSize.Size24
  7964. BowDown.Text = "Bow Down"
  7965. BowDown.TextSize = 20
  7966. BowDown.TextWrapped = true
  7967.  
  7968. LoopSlam.Name = "LoopSlam"
  7969. LoopSlam.Parent = ScrollingFrame
  7970. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  7971. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  7972. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  7973. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  7974. LoopSlam.Font = Enum.Font.Highway
  7975. LoopSlam.FontSize = Enum.FontSize.Size24
  7976. LoopSlam.Text = "Loop Slam"
  7977. LoopSlam.TextSize = 20
  7978. LoopSlam.TextWrapped = true
  7979.  
  7980. GuiTopFrame.Name = "Gui TopFrame"
  7981. GuiTopFrame.Parent = MainFrame
  7982. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  7983. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  7984. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  7985.  
  7986. CloseGUI.Name = "CloseGUI"
  7987. CloseGUI.Parent = GuiTopFrame
  7988. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  7989. CloseGUI.BackgroundTransparency = 1
  7990. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  7991. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  7992. CloseGUI.Font = Enum.Font.SourceSans
  7993. CloseGUI.FontSize = Enum.FontSize.Size48
  7994. CloseGUI.Text = "X"
  7995. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  7996. CloseGUI.TextSize = 40
  7997. CloseGUI.TextWrapped = true
  7998.  
  7999. Title.Name = "Title"
  8000. Title.Parent = GuiTopFrame
  8001. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  8002. Title.BackgroundTransparency = 1
  8003. Title.Size = UDim2.new(0, 460, 0, 32)
  8004. Title.FontSize = Enum.FontSize.Size14
  8005. Title.Text = "-Energize-"
  8006. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8007. Title.TextSize = 14
  8008. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  8009. Title.TextStrokeTransparency = 0.69999998807907
  8010. Title.TextWrapped = true
  8011.  
  8012. CheckR.Name = "CheckR"
  8013. CheckR.Parent = GuiTopFrame
  8014. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  8015. CheckR.BackgroundTransparency = 1
  8016. CheckR.Size = UDim2.new(0, 171, 0, 32)
  8017. CheckR.Font = Enum.Font.SourceSansBold
  8018. CheckR.FontSize = Enum.FontSize.Size14
  8019. CheckR.Text = "Text"
  8020. CheckR.TextScaled = true
  8021. CheckR.TextSize = 14
  8022. CheckR.TextWrapped = true
  8023.  
  8024. ScrollingFrameR15.Name = "ScrollingFrameR15"
  8025. ScrollingFrameR15.Parent = MainFrame
  8026. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  8027. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  8028. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  8029. ScrollingFrameR15.Visible = false
  8030. ScrollingFrameR15.ScrollBarThickness = 13
  8031.  
  8032. CrazySlash.Name = "CrazySlash"
  8033. CrazySlash.Parent = ScrollingFrameR15
  8034. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8035. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8036. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  8037. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  8038. CrazySlash.Font = Enum.Font.Highway
  8039. CrazySlash.FontSize = Enum.FontSize.Size24
  8040. CrazySlash.Text = "CrazySlash"
  8041. CrazySlash.TextSize = 20
  8042. CrazySlash.TextWrapped = true
  8043.  
  8044. Open.Name = "Open"
  8045. Open.Parent = ScrollingFrameR15
  8046. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8047. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8048. Open.Position = UDim2.new(0, 168, 0, 16)
  8049. Open.Size = UDim2.new(0, 119, 0, 34)
  8050. Open.Font = Enum.Font.Highway
  8051. Open.FontSize = Enum.FontSize.Size24
  8052. Open.Text = "Open"
  8053. Open.TextSize = 20
  8054. Open.TextWrapped = true
  8055.  
  8056. R15Spinner.Name = "R15Spinner"
  8057. R15Spinner.Parent = ScrollingFrameR15
  8058. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8059. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8060. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  8061. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  8062. R15Spinner.Font = Enum.Font.Highway
  8063. R15Spinner.FontSize = Enum.FontSize.Size24
  8064. R15Spinner.Text = "Spinner"
  8065. R15Spinner.TextSize = 20
  8066. R15Spinner.TextWrapped = true
  8067.  
  8068. ArmsOut.Name = "ArmsOut"
  8069. ArmsOut.Parent = ScrollingFrameR15
  8070. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8071. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8072. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  8073. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  8074. ArmsOut.Font = Enum.Font.Highway
  8075. ArmsOut.FontSize = Enum.FontSize.Size24
  8076. ArmsOut.Text = "ArmsOut"
  8077. ArmsOut.TextSize = 20
  8078. ArmsOut.TextWrapped = true
  8079.  
  8080. FloatSlash.Name = "FloatSlash"
  8081. FloatSlash.Parent = ScrollingFrameR15
  8082. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8083. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8084. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  8085. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  8086. FloatSlash.Font = Enum.Font.Highway
  8087. FloatSlash.FontSize = Enum.FontSize.Size24
  8088. FloatSlash.Text = "FloatSlash"
  8089. FloatSlash.TextSize = 20
  8090. FloatSlash.TextWrapped = true
  8091.  
  8092. WeirdZombie.Name = "WeirdZombie"
  8093. WeirdZombie.Parent = ScrollingFrameR15
  8094. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8095. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8096. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  8097. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  8098. WeirdZombie.Font = Enum.Font.Highway
  8099. WeirdZombie.FontSize = Enum.FontSize.Size24
  8100. WeirdZombie.Text = "WeirdZombie"
  8101. WeirdZombie.TextSize = 20
  8102. WeirdZombie.TextWrapped = true
  8103.  
  8104. DownSlash.Name = "DownSlash"
  8105. DownSlash.Parent = ScrollingFrameR15
  8106. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8107. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8108. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  8109. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  8110. DownSlash.Font = Enum.Font.Highway
  8111. DownSlash.FontSize = Enum.FontSize.Size24
  8112. DownSlash.Text = "DownSlash"
  8113. DownSlash.TextSize = 20
  8114. DownSlash.TextWrapped = true
  8115.  
  8116. Pull.Name = "Pull"
  8117. Pull.Parent = ScrollingFrameR15
  8118. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8119. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8120. Pull.Position = UDim2.new(0, 17, 0, 104)
  8121. Pull.Size = UDim2.new(0, 119, 0, 34)
  8122. Pull.Font = Enum.Font.Highway
  8123. Pull.FontSize = Enum.FontSize.Size24
  8124. Pull.Text = "Pull"
  8125. Pull.TextSize = 20
  8126. Pull.TextWrapped = true
  8127.  
  8128. CircleArm.Name = "CircleArm"
  8129. CircleArm.Parent = ScrollingFrameR15
  8130. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8131. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8132. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  8133. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  8134. CircleArm.Font = Enum.Font.Highway
  8135. CircleArm.FontSize = Enum.FontSize.Size24
  8136. CircleArm.Text = "CircleArm"
  8137. CircleArm.TextSize = 20
  8138. CircleArm.TextWrapped = true
  8139.  
  8140. Bend.Name = "Bend"
  8141. Bend.Parent = ScrollingFrameR15
  8142. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8143. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8144. Bend.Position = UDim2.new(0, 319, 0, 104)
  8145. Bend.Size = UDim2.new(0, 119, 0, 34)
  8146. Bend.Font = Enum.Font.Highway
  8147. Bend.FontSize = Enum.FontSize.Size24
  8148. Bend.Text = "Bend"
  8149. Bend.TextSize = 20
  8150. Bend.TextWrapped = true
  8151.  
  8152. RotateSlash.Name = "RotateSlash"
  8153. RotateSlash.Parent = ScrollingFrameR15
  8154. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8155. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8156. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  8157. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  8158. RotateSlash.Font = Enum.Font.Highway
  8159. RotateSlash.FontSize = Enum.FontSize.Size24
  8160. RotateSlash.Text = "RotateSlash"
  8161. RotateSlash.TextSize = 20
  8162. RotateSlash.TextWrapped = true
  8163.  
  8164. FlingArms.Name = "FlingArms"
  8165. FlingArms.Parent = ScrollingFrameR15
  8166. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  8167. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  8168. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  8169. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  8170. FlingArms.Font = Enum.Font.Highway
  8171. FlingArms.FontSize = Enum.FontSize.Size24
  8172. FlingArms.Text = "FlingArms"
  8173. FlingArms.TextSize = 20
  8174. FlingArms.TextWrapped = true
  8175.  
  8176. -- Buttons
  8177. col = Color3.new(0.886275, 0.776471, 0.368627)
  8178. loc = Color3.new(1, 0.906471, 0.568627)
  8179. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  8180. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  8181.  
  8182. CloseGUI.MouseButton1Click:connect(function()
  8183. MainFrame.Visible = false
  8184. SideFrame.Visible = true
  8185. SideFrame.Position = MainFrame.Position
  8186. end)
  8187.  
  8188. OpenGUI.MouseButton1Click:connect(function()
  8189. MainFrame.Visible = true
  8190. SideFrame.Visible = false
  8191. MainFrame.Position = SideFrame.Position
  8192. end)
  8193.  
  8194. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  8195. ScrollingFrame.Visible = false
  8196. ScrollingFrameR15.Visible = true
  8197. CheckR.Text = "Showing R15 Animations"
  8198. else
  8199. ScrollingFrame.Visible = true
  8200. ScrollingFrameR15.Visible = false
  8201. CheckR.Text = "Showing R6 Animations"
  8202. end
  8203.  
  8204. local Anim = Instance.new("Animation")
  8205. Anim.AnimationId = "rbxassetid://35154961"
  8206. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8207. local HeadThrowACTIVE = false
  8208. HeadThrow.MouseButton1Click:connect(function()
  8209. HeadThrowACTIVE = not HeadThrowACTIVE
  8210. if HeadThrowACTIVE then
  8211. HeadThrow.BackgroundColor3 = loc
  8212. while wait() do
  8213. if track.IsPlaying == false then
  8214. if HeadThrowACTIVE then
  8215. track:Play(.1, 1, 1)
  8216. end
  8217. end
  8218. end
  8219. else
  8220. track:Stop()
  8221. HeadThrow.BackgroundColor3 = col
  8222. end
  8223. end)
  8224.  
  8225. local Anim = Instance.new("Animation")
  8226. Anim.AnimationId = "rbxassetid://121572214"
  8227. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8228. local FloatingHeadACTIVE = false
  8229. FloatingHead.MouseButton1Click:connect(function()
  8230. FloatingHeadACTIVE = not FloatingHeadACTIVE
  8231. if FloatingHeadACTIVE then
  8232. track:Play(.1, 1, 1)
  8233. FloatingHead.BackgroundColor3 = loc
  8234. else
  8235. track:Stop()
  8236. FloatingHead.BackgroundColor3 = col
  8237. end
  8238. end)
  8239.  
  8240. local Anim = Instance.new("Animation")
  8241. Anim.AnimationId = "rbxassetid://182724289"
  8242. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8243. local CrouchACTIVE = false
  8244. Crouch.MouseButton1Click:connect(function()
  8245. CrouchACTIVE = not CrouchACTIVE
  8246. if CrouchACTIVE then
  8247. track:Play(.1, 1, 1)
  8248. Crouch.BackgroundColor3 = loc
  8249. else
  8250. track:Stop()
  8251. Crouch.BackgroundColor3 = col
  8252. end
  8253. end)
  8254.  
  8255. local Anim = Instance.new("Animation")
  8256. Anim.AnimationId = "rbxassetid://282574440"
  8257. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8258. local FloorCrawlACTIVE = false
  8259. FloorCrawl.MouseButton1Click:connect(function()
  8260. FloorCrawlACTIVE = not FloorCrawlACTIVE
  8261. if FloorCrawlACTIVE then
  8262. track:Play(.1, 1, 1)
  8263. FloorCrawl.BackgroundColor3 = loc
  8264. else
  8265. track:Stop()
  8266. FloorCrawl.BackgroundColor3 = col
  8267. end
  8268. end)
  8269.  
  8270. local Anim = Instance.new("Animation")
  8271. Anim.AnimationId = "rbxassetid://204328711"
  8272. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8273. local DinoWalkACTIVE = false
  8274. DinoWalk.MouseButton1Click:connect(function()
  8275. DinoWalkACTIVE = not DinoWalkACTIVE
  8276. if DinoWalkACTIVE then
  8277. track:Play(.1, 1, 1)
  8278. DinoWalk.BackgroundColor3 = loc
  8279. else
  8280. track:Stop()
  8281. DinoWalk.BackgroundColor3 = col
  8282. end
  8283. end)
  8284.  
  8285. local Anim = Instance.new("Animation")
  8286. Anim.AnimationId = "rbxassetid://429681631"
  8287. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8288. local JumpingJacksACTIVE = false
  8289. JumpingJacks.MouseButton1Click:connect(function()
  8290. JumpingJacksACTIVE = not JumpingJacksACTIVE
  8291. if JumpingJacksACTIVE then
  8292. track:Play(.1, 1, 1)
  8293. JumpingJacks.BackgroundColor3 = loc
  8294. else
  8295. track:Stop()
  8296. JumpingJacks.BackgroundColor3 = col
  8297. end
  8298. end)
  8299.  
  8300. local Anim = Instance.new("Animation")
  8301. Anim.AnimationId = "rbxassetid://35154961"
  8302. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8303. local LoopHeadACTIVE = false
  8304. LoopHead.MouseButton1Click:connect(function()
  8305. LoopHeadACTIVE = not LoopHeadACTIVE
  8306. if LoopHeadACTIVE then
  8307. LoopHead.BackgroundColor3 = loc
  8308. while wait() do
  8309. if track.IsPlaying == false then
  8310. if LoopHeadACTIVE then
  8311. track:Play(.5, 1, 1e6)
  8312. end
  8313. end
  8314. end
  8315. else
  8316. track:Stop()
  8317. LoopHead.BackgroundColor3 = col
  8318. end
  8319. end)
  8320.  
  8321. local Anim = Instance.new("Animation")
  8322. Anim.AnimationId = "rbxassetid://184574340"
  8323. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8324. local HeroJumpACTIVE = false
  8325. HeroJump.MouseButton1Click:connect(function()
  8326. HeroJumpACTIVE = not HeroJumpACTIVE
  8327. if HeroJumpACTIVE then
  8328. HeroJump.BackgroundColor3 = loc
  8329. while wait() do
  8330. if track.IsPlaying == false then
  8331. if HeroJumpACTIVE then
  8332. track:Play(.1, 1, 1)
  8333. end
  8334. end
  8335. end
  8336. else
  8337. track:Stop()
  8338. HeroJump.BackgroundColor3 = col
  8339. end
  8340. end)
  8341.  
  8342. local Anim = Instance.new("Animation")
  8343. Anim.AnimationId = "rbxassetid://181526230"
  8344. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8345. local FaintACTIVE = false
  8346. Faint.MouseButton1Click:connect(function()
  8347. FaintACTIVE = not FaintACTIVE
  8348. if FaintACTIVE then
  8349. track:Play(.1, 1, 1)
  8350. Faint.BackgroundColor3 = loc
  8351. else
  8352. track:Stop()
  8353. Faint.BackgroundColor3 = col
  8354. end
  8355. end)
  8356.  
  8357. local Anim = Instance.new("Animation")
  8358. Anim.AnimationId = "rbxassetid://181525546"
  8359. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8360. local FloorFaintACTIVE = false
  8361. FloorFaint.MouseButton1Click:connect(function()
  8362. FloorFaintACTIVE = not FloorFaintACTIVE
  8363. if FloorFaintACTIVE then
  8364. FloorFaint.BackgroundColor3 = loc
  8365. while wait() do
  8366. if track.IsPlaying == false then
  8367. if FloorFaintACTIVE then
  8368. track:Play(.1, 1, 2)
  8369. end
  8370. end
  8371. end
  8372. else
  8373. track:Stop()
  8374. FloorFaint.BackgroundColor3 = col
  8375. end
  8376. end)
  8377.  
  8378. local Anim = Instance.new("Animation")
  8379. Anim.AnimationId = "rbxassetid://181525546"
  8380. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8381. local SuperFaintACTIVE = false
  8382. SuperFaint.MouseButton1Click:connect(function()
  8383. SuperFaintACTIVE = not SuperFaintACTIVE
  8384. if SuperFaintACTIVE then
  8385. SuperFaint.BackgroundColor3 = loc
  8386. while wait() do
  8387. if track.IsPlaying == false then
  8388. if SuperFaintACTIVE then
  8389. track:Play(.1, 0.5, 40)
  8390. end
  8391. end
  8392. end
  8393. else
  8394. track:Stop()
  8395. SuperFaint.BackgroundColor3 = col
  8396. end
  8397. end)
  8398.  
  8399. local Anim = Instance.new("Animation")
  8400. Anim.AnimationId = "rbxassetid://313762630"
  8401. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8402. local LevitateACTIVE = false
  8403. Levitate.MouseButton1Click:connect(function()
  8404. LevitateACTIVE = not LevitateACTIVE
  8405. if LevitateACTIVE then
  8406. track:Play(.1, 1, 1)
  8407. Levitate.BackgroundColor3 = loc
  8408. else
  8409. track:Stop()
  8410. Levitate.BackgroundColor3 = col
  8411. end
  8412. end)
  8413.  
  8414. local Anim = Instance.new("Animation")
  8415. Anim.AnimationId = "rbxassetid://183412246"
  8416. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8417. local DabACTIVE = false
  8418. Dab.MouseButton1Click:connect(function()
  8419. DabACTIVE = not DabACTIVE
  8420. if DabACTIVE then
  8421. Dab.BackgroundColor3 = loc
  8422. while wait() do
  8423. if track.IsPlaying == false then
  8424. if DabACTIVE then
  8425. track:Play(.1, 1, 1)
  8426. end
  8427. end
  8428. end
  8429. else
  8430. track:Stop()
  8431. Dab.BackgroundColor3 = col
  8432. end
  8433. end)
  8434.  
  8435. local Anim = Instance.new("Animation")
  8436. Anim.AnimationId = "rbxassetid://188632011"
  8437. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8438. local SpinACTIVE = false
  8439. Spinner.MouseButton1Click:connect(function()
  8440. SpinACTIVE = not SpinACTIVE
  8441. if SpinACTIVE then
  8442. Spinner.BackgroundColor3 = loc
  8443. while wait() do
  8444. if track.IsPlaying == false then
  8445. if SpinACTIVE then
  8446. track:Play(.1, 1, 2)
  8447. end
  8448. end
  8449. end
  8450. else
  8451. track:Stop()
  8452. Spinner.BackgroundColor3 = col
  8453. end
  8454. end)
  8455.  
  8456. local Anim = Instance.new("Animation")
  8457. Anim.AnimationId = "rbxassetid://179224234"
  8458. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8459. local FloatSitACTIVE = false
  8460. FloatSit.MouseButton1Click:connect(function()
  8461. FloatSitACTIVE = not FloatSitACTIVE
  8462. if FloatSitACTIVE then
  8463. track:Play(.1, 1, 1)
  8464. FloatSit.BackgroundColor3 = loc
  8465. else
  8466. track:Stop()
  8467. FloatSit.BackgroundColor3 = col
  8468. end
  8469. end)
  8470.  
  8471. local Anim = Instance.new("Animation")
  8472. Anim.AnimationId = "rbxassetid://429703734"
  8473. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8474. local MovingDanceACTIVE = false
  8475. MovingDance.MouseButton1Click:connect(function()
  8476. MovingDanceACTIVE = not MovingDanceACTIVE
  8477. if MovingDanceACTIVE then
  8478. MovingDance.BackgroundColor3 = loc
  8479. while wait() do
  8480. if track.IsPlaying == false then
  8481. if MovingDanceACTIVE then
  8482. track:Play(.1, 1, 1)
  8483. end
  8484. end
  8485. end
  8486. else
  8487. track:Stop()
  8488. MovingDance.BackgroundColor3 = col
  8489. end
  8490. end)
  8491.  
  8492. local Anim = Instance.new("Animation")
  8493. Anim.AnimationId = "rbxassetid://215384594"
  8494. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8495. local WeirdMoveACTIVE = false
  8496. WeirdMove.MouseButton1Click:connect(function()
  8497. WeirdMoveACTIVE = not WeirdMoveACTIVE
  8498. if WeirdMoveACTIVE then
  8499. track:Play(.1, 1, 1)
  8500. WeirdMove.BackgroundColor3 = loc
  8501. else
  8502. track:Stop()
  8503. WeirdMove.BackgroundColor3 = col
  8504. end
  8505. end)
  8506.  
  8507. local Anim = Instance.new("Animation")
  8508. Anim.AnimationId = "rbxassetid://215384594"
  8509. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8510. local CloneIllusionACTIVE = false
  8511. CloneIllusion.MouseButton1Click:connect(function()
  8512. CloneIllusionACTIVE = not CloneIllusionACTIVE
  8513. if CloneIllusionACTIVE then
  8514. track:Play(.5, 1, 1e7)
  8515. CloneIllusion.BackgroundColor3 = loc
  8516. else
  8517. track:Stop()
  8518. CloneIllusion.BackgroundColor3 = col
  8519. end
  8520. end)
  8521.  
  8522. local Anim = Instance.new("Animation")
  8523. Anim.AnimationId = "rbxassetid://313762630"
  8524. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8525. local GlitchLevitateACTIVE = false
  8526. GlitchLevitate.MouseButton1Click:connect(function()
  8527. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  8528. if GlitchLevitateACTIVE then
  8529. track:Play(.5, 1, 1e7)
  8530. GlitchLevitate.BackgroundColor3 = loc
  8531. else
  8532. track:Stop()
  8533. GlitchLevitate.BackgroundColor3 = col
  8534. end
  8535. end)
  8536.  
  8537. local Anim = Instance.new("Animation")
  8538. Anim.AnimationId = "rbxassetid://429730430"
  8539. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8540. local SpinDanceACTIVE = false
  8541. SpinDance.MouseButton1Click:connect(function()
  8542. SpinDanceACTIVE = not SpinDanceACTIVE
  8543. if SpinDanceACTIVE then
  8544. SpinDance.BackgroundColor3 = loc
  8545. while wait() do
  8546. if track.IsPlaying == false then
  8547. if SpinDanceACTIVE then
  8548. track:Play(.1, 1, 1)
  8549. end
  8550. end
  8551. end
  8552. else
  8553. track:Stop()
  8554. SpinDance.BackgroundColor3 = col
  8555. end
  8556. end)
  8557.  
  8558. local Anim = Instance.new("Animation")
  8559. Anim.AnimationId = "rbxassetid://45834924"
  8560. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8561. local MoonDanceACTIVE = false
  8562. MoonDance.MouseButton1Click:connect(function()
  8563. MoonDanceACTIVE = not MoonDanceACTIVE
  8564. if MoonDanceACTIVE then
  8565. MoonDance.BackgroundColor3 = loc
  8566. while wait() do
  8567. if track.IsPlaying == false then
  8568. if MoonDanceACTIVE then
  8569. track:Play(.1, 1, 1)
  8570. end
  8571. end
  8572. end
  8573. else
  8574. track:Stop()
  8575. MoonDance.BackgroundColor3 = col
  8576. end
  8577. end)
  8578.  
  8579. local Anim = Instance.new("Animation")
  8580. Anim.AnimationId = "rbxassetid://204062532"
  8581. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8582. local FullPunchACTIVE = false
  8583. FullPunch.MouseButton1Click:connect(function()
  8584. FullPunchACTIVE = not FullPunchACTIVE
  8585. if FullPunchACTIVE then
  8586. FullPunch.BackgroundColor3 = loc
  8587. while wait() do
  8588. if track.IsPlaying == false then
  8589. if FullPunchACTIVE then
  8590. track:Play(.1, 1, 1)
  8591. end
  8592. end
  8593. end
  8594. else
  8595. track:Stop()
  8596. FullPunch.BackgroundColor3 = col
  8597. end
  8598. end)
  8599.  
  8600. local Anim = Instance.new("Animation")
  8601. Anim.AnimationId = "rbxassetid://186934910"
  8602. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8603. local SpinDance2ACTIVE = false
  8604. SpinDance2.MouseButton1Click:connect(function()
  8605. SpinDance2ACTIVE = not SpinDance2ACTIVE
  8606. if SpinDance2ACTIVE then
  8607. SpinDance2.BackgroundColor3 = loc
  8608. while wait() do
  8609. if track.IsPlaying == false then
  8610. if SpinDance2ACTIVE then
  8611. track:Play(.1, 1, 1)
  8612. end
  8613. end
  8614. end
  8615. else
  8616. track:Stop()
  8617. SpinDance2.BackgroundColor3 = col
  8618. end
  8619. end)
  8620.  
  8621. local Anim = Instance.new("Animation")
  8622. Anim.AnimationId = "rbxassetid://204292303"
  8623. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8624. local BowDownACTIVE = false
  8625. BowDown.MouseButton1Click:connect(function()
  8626. BowDownACTIVE = not BowDownACTIVE
  8627. if BowDownACTIVE then
  8628. BowDown.BackgroundColor3 = loc
  8629. while wait() do
  8630. if track.IsPlaying == false then
  8631. if BowDownACTIVE then
  8632. track:Play(.1, 1, 3)
  8633. end
  8634. end
  8635. end
  8636. else
  8637. track:Stop()
  8638. BowDown.BackgroundColor3 = col
  8639. end
  8640. end)
  8641.  
  8642. local Anim = Instance.new("Animation")
  8643. Anim.AnimationId = "rbxassetid://204295235"
  8644. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8645. local SwordSlamACTIVE = false
  8646. SwordSlam.MouseButton1Click:connect(function()
  8647. SwordSlamACTIVE = not SwordSlamACTIVE
  8648. if SwordSlamACTIVE then
  8649. SwordSlam.BackgroundColor3 = loc
  8650. while wait() do
  8651. if track.IsPlaying == false then
  8652. if SwordSlamACTIVE then
  8653. track:Play(.1, 1, 1)
  8654. end
  8655. end
  8656. end
  8657. else
  8658. track:Stop()
  8659. SwordSlam.BackgroundColor3 = col
  8660. end
  8661. end)
  8662.  
  8663. local Anim = Instance.new("Animation")
  8664. Anim.AnimationId = "rbxassetid://204295235"
  8665. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8666. local LoopSlamACTIVE = false
  8667. LoopSlam.MouseButton1Click:connect(function()
  8668. LoopSlamACTIVE = not LoopSlamACTIVE
  8669. if LoopSlamACTIVE then
  8670. LoopSlam.BackgroundColor3 = loc
  8671. while wait() do
  8672. if track.IsPlaying == false then
  8673. if LoopSlamACTIVE then
  8674. track:Play(.1, 1, 1e4)
  8675. end
  8676. end
  8677. end
  8678. else
  8679. track:Stop()
  8680. LoopSlam.BackgroundColor3 = col
  8681. end
  8682. end)
  8683.  
  8684. local Anim = Instance.new("Animation")
  8685. Anim.AnimationId = "rbxassetid://184574340"
  8686. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8687. local MegaInsaneACTIVE = false
  8688. MegaInsane.MouseButton1Click:connect(function()
  8689. MegaInsaneACTIVE = not MegaInsaneACTIVE
  8690. if MegaInsaneACTIVE then
  8691. MegaInsane.BackgroundColor3 = loc
  8692. while wait() do
  8693. if track.IsPlaying == false then
  8694. if MegaInsaneACTIVE then
  8695. track:Play(.1, 0.5, 40)
  8696. end
  8697. end
  8698. end
  8699. else
  8700. track:Stop()
  8701. MegaInsane.BackgroundColor3 = col
  8702. end
  8703. end)
  8704.  
  8705. local Anim = Instance.new("Animation")
  8706. Anim.AnimationId = "rbxassetid://126753849"
  8707. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8708. local SuperPunchACTIVE = false
  8709. SuperPunch.MouseButton1Click:connect(function()
  8710. SuperPunchACTIVE = not SuperPunchACTIVE
  8711. if SuperPunchACTIVE then
  8712. SuperPunch.BackgroundColor3 = loc
  8713. while wait() do
  8714. if track.IsPlaying == false then
  8715. if SuperPunchACTIVE then
  8716. track:Play(.1, 1, 3)
  8717. end
  8718. end
  8719. end
  8720. else
  8721. track:Stop()
  8722. SuperPunch.BackgroundColor3 = col
  8723. end
  8724. end)
  8725.  
  8726. local Anim = Instance.new("Animation")
  8727. Anim.AnimationId = "rbxassetid://218504594"
  8728. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8729. local FullSwingACTIVE = false
  8730. FullSwing.MouseButton1Click:connect(function()
  8731. FullSwingACTIVE = not FullSwingACTIVE
  8732. if FullSwingACTIVE then
  8733. FullSwing.BackgroundColor3 = loc
  8734. while wait() do
  8735. if track.IsPlaying == false then
  8736. if FullSwingACTIVE then
  8737. track:Play(.1, 1, 1)
  8738. end
  8739. end
  8740. end
  8741. else
  8742. track:Stop()
  8743. FullSwing.BackgroundColor3 = col
  8744. end
  8745. end)
  8746.  
  8747. local Anim = Instance.new("Animation")
  8748. Anim.AnimationId = "rbxassetid://259438880"
  8749. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8750. local ArmTurbineACTIVE = false
  8751. ArmTurbine.MouseButton1Click:connect(function()
  8752. ArmTurbineACTIVE = not ArmTurbineACTIVE
  8753. if ArmTurbineACTIVE then
  8754. track:Play(.1, 1, 1e3)
  8755. ArmTurbine.BackgroundColor3 = loc
  8756. else
  8757. track:Stop()
  8758. ArmTurbine.BackgroundColor3 = col
  8759. end
  8760. end)
  8761.  
  8762. local Anim = Instance.new("Animation")
  8763. Anim.AnimationId = "rbxassetid://136801964"
  8764. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8765. local BarrelRollACTIVE = false
  8766. BarrelRoll.MouseButton1Click:connect(function()
  8767. BarrelRollACTIVE = not BarrelRollACTIVE
  8768. if BarrelRollACTIVE then
  8769. BarrelRoll.BackgroundColor3 = loc
  8770. while wait() do
  8771. if track.IsPlaying == false then
  8772. if BarrelRollACTIVE then
  8773. track:Play(.1, 1, 1)
  8774. end
  8775. end
  8776. end
  8777. else
  8778. track:Stop()
  8779. BarrelRoll.BackgroundColor3 = col
  8780. end
  8781. end)
  8782.  
  8783. local Anim = Instance.new("Animation")
  8784. Anim.AnimationId = "rbxassetid://180612465"
  8785. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8786. local ScaredACTIVE = false
  8787. Scared.MouseButton1Click:connect(function()
  8788. ScaredACTIVE = not ScaredACTIVE
  8789. if ScaredACTIVE then
  8790. Scared.BackgroundColor3 = loc
  8791. while wait() do
  8792. if track.IsPlaying == false then
  8793. if ScaredACTIVE then
  8794. track:Play(.1, 1, 1)
  8795. end
  8796. end
  8797. end
  8798. else
  8799. track:Stop()
  8800. Scared.BackgroundColor3 = col
  8801. end
  8802. end)
  8803.  
  8804. local Anim = Instance.new("Animation")
  8805. Anim.AnimationId = "rbxassetid://33796059"
  8806. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8807. local InsaneACTIVE = false
  8808. Insane.MouseButton1Click:connect(function()
  8809. InsaneACTIVE = not InsaneACTIVE
  8810. if InsaneACTIVE then
  8811. track:Play(.1, 1, 1e8)
  8812. Insane.BackgroundColor3 = loc
  8813. else
  8814. track:Stop()
  8815. Insane.BackgroundColor3 = col
  8816. end
  8817. end)
  8818.  
  8819. local Anim = Instance.new("Animation")
  8820. Anim.AnimationId = "rbxassetid://33169583"
  8821. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8822. local ArmDetachACTIVE = false
  8823. ArmDetach.MouseButton1Click:connect(function()
  8824. ArmDetachACTIVE = not ArmDetachACTIVE
  8825. if ArmDetachACTIVE then
  8826. ArmDetach.BackgroundColor3 = loc
  8827. while wait() do
  8828. if track.IsPlaying == false then
  8829. if ArmDetachACTIVE then
  8830. track:Play(.1, 1, 1e6)
  8831. end
  8832. end
  8833. end
  8834. else
  8835. track:Stop()
  8836. ArmDetach.BackgroundColor3 = col
  8837. end
  8838. end)
  8839.  
  8840. local Anim = Instance.new("Animation")
  8841. Anim.AnimationId = "rbxassetid://35978879"
  8842. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8843. local SwordSliceACTIVE = false
  8844. SwordSlice.MouseButton1Click:connect(function()
  8845. SwordSliceACTIVE = not SwordSliceACTIVE
  8846. if SwordSliceACTIVE then
  8847. track:Play(.1, 1, 1)
  8848. SwordSlice.BackgroundColor3 = loc
  8849. else
  8850. track:Stop()
  8851. SwordSlice.BackgroundColor3 = col
  8852. end
  8853. end)
  8854.  
  8855. local Anim = Instance.new("Animation")
  8856. Anim.AnimationId = "rbxassetid://27432691"
  8857. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8858. local InsaneArmsACTIVE = false
  8859. InsaneArms.MouseButton1Click:connect(function()
  8860. InsaneArmsACTIVE = not InsaneArmsACTIVE
  8861. if InsaneArmsACTIVE then
  8862. InsaneArms.BackgroundColor3 = loc
  8863. while wait() do
  8864. if track.IsPlaying == false then
  8865. if InsaneArmsACTIVE then
  8866. track:Play(.1, 1, 1e4)
  8867. end
  8868. end
  8869. end
  8870. else
  8871. track:Stop()
  8872. InsaneArms.BackgroundColor3 = col
  8873. end
  8874. end)
  8875. -- R15
  8876. local Anim = Instance.new("Animation")
  8877. Anim.AnimationId = "rbxassetid://674871189"
  8878. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8879. local CrazySlashACTIVE = false
  8880. CrazySlash.MouseButton1Click:connect(function()
  8881. CrazySlashACTIVE = not CrazySlashACTIVE
  8882. if CrazySlashACTIVE then
  8883. CrazySlash.BackgroundColor3 = rloc
  8884. while wait() do
  8885. if track.IsPlaying == false then
  8886. if CrazySlashACTIVE then
  8887. track:Play(.1, 1, 1)
  8888. end
  8889. end
  8890. end
  8891. else
  8892. track:Stop()
  8893. CrazySlash.BackgroundColor3 = rcol
  8894. end
  8895. end)
  8896.  
  8897. local Anim = Instance.new("Animation")
  8898. Anim.AnimationId = "rbxassetid://582855105"
  8899. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8900. local OpenACTIVE = false
  8901. Open.MouseButton1Click:connect(function()
  8902. OpenACTIVE = not OpenACTIVE
  8903. if OpenACTIVE then
  8904. Open.BackgroundColor3 = rloc
  8905. while wait() do
  8906. if track.IsPlaying == false then
  8907. if OpenACTIVE then
  8908. track:Play(.1, 1, 1)
  8909. end
  8910. end
  8911. end
  8912. else
  8913. track:Stop()
  8914. Open.BackgroundColor3 = rcol
  8915. end
  8916. end)
  8917.  
  8918. local Anim = Instance.new("Animation")
  8919. Anim.AnimationId = "rbxassetid://754658275"
  8920. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8921. local R15SpinnerACTIVE = false
  8922. R15Spinner.MouseButton1Click:connect(function()
  8923. R15SpinnerACTIVE = not R15SpinnerACTIVE
  8924. if R15SpinnerACTIVE then
  8925. R15Spinner.BackgroundColor3 = rloc
  8926. while wait() do
  8927. if track.IsPlaying == false then
  8928. if R15SpinnerACTIVE then
  8929. track:Play(.1, 1, 1)
  8930. end
  8931. end
  8932. end
  8933. else
  8934. track:Stop()
  8935. R15Spinner.BackgroundColor3 = rcol
  8936. end
  8937. end)
  8938.  
  8939. local Anim = Instance.new("Animation")
  8940. Anim.AnimationId = "rbxassetid://582384156"
  8941. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8942. local ArmsOutACTIVE = false
  8943. ArmsOut.MouseButton1Click:connect(function()
  8944. ArmsOutACTIVE = not ArmsOutACTIVE
  8945. if ArmsOutACTIVE then
  8946. ArmsOut.BackgroundColor3 = rloc
  8947. while wait() do
  8948. if track.IsPlaying == false then
  8949. if ArmsOutACTIVE then
  8950. track:Play(.1, 1, 1)
  8951. end
  8952. end
  8953. end
  8954. else
  8955. track:Stop()
  8956. ArmsOut.BackgroundColor3 = rcol
  8957. end
  8958. end)
  8959.  
  8960. local Anim = Instance.new("Animation")
  8961. Anim.AnimationId = "rbxassetid://717879555"
  8962. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8963. local FloatSlashACTIVE = false
  8964. FloatSlash.MouseButton1Click:connect(function()
  8965. FloatSlashACTIVE = not FloatSlashACTIVE
  8966. if FloatSlashACTIVE then
  8967. FloatSlash.BackgroundColor3 = rloc
  8968. while wait() do
  8969. if track.IsPlaying == false then
  8970. if FloatSlashACTIVE then
  8971. track:Play(.1, 1, 1)
  8972. end
  8973. end
  8974. end
  8975. else
  8976. track:Stop()
  8977. FloatSlash.BackgroundColor3 = rcol
  8978. end
  8979. end)
  8980.  
  8981. local Anim = Instance.new("Animation")
  8982. Anim.AnimationId = "rbxassetid://708553116"
  8983. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8984. WeirdZombieACTIVE = false
  8985. WeirdZombie.MouseButton1Click:connect(function()
  8986. WeirdZombieACTIVE = not WeirdZombieACTIVE
  8987. if WeirdZombieACTIVE then
  8988. WeirdZombie.BackgroundColor3 = rloc
  8989. while wait() do
  8990. if track.IsPlaying == false then
  8991. if WeirdZombieACTIVE then
  8992. track:Play(.1, 1, 1)
  8993. end
  8994. end
  8995. end
  8996. else
  8997. track:Stop()
  8998. WeirdZombie.BackgroundColor3 = rcol
  8999. end
  9000. end)
  9001.  
  9002. local Anim = Instance.new("Animation")
  9003. Anim.AnimationId = "rbxassetid://746398327"
  9004. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9005. DownSlashACTIVE = false
  9006. DownSlash.MouseButton1Click:connect(function()
  9007. DownSlashACTIVE = not DownSlashACTIVE
  9008. if DownSlashACTIVE then
  9009. DownSlash.BackgroundColor3 = rloc
  9010. while wait() do
  9011. if track.IsPlaying == false then
  9012. if DownSlashACTIVE then
  9013. track:Play(.1, 1, 1)
  9014. end
  9015. end
  9016. end
  9017. else
  9018. track:Stop()
  9019. DownSlash.BackgroundColor3 = rcol
  9020. end
  9021. end)
  9022.  
  9023. local Anim = Instance.new("Animation")
  9024. Anim.AnimationId = "rbxassetid://675025795"
  9025. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9026. PullACTIVE = false
  9027. Pull.MouseButton1Click:connect(function()
  9028. PullACTIVE = not PullACTIVE
  9029. if PullACTIVE then
  9030. Pull.BackgroundColor3 = rloc
  9031. while wait() do
  9032. if track.IsPlaying == false then
  9033. if PullACTIVE then
  9034. track:Play(.1, 1, 1)
  9035. end
  9036. end
  9037. end
  9038. else
  9039. track:Stop()
  9040. Pull.BackgroundColor3 = rcol
  9041. end
  9042. end)
  9043.  
  9044. local Anim = Instance.new("Animation")
  9045. Anim.AnimationId = "rbxassetid://698251653"
  9046. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9047. CircleArmACTIVE = false
  9048. CircleArm.MouseButton1Click:connect(function()
  9049. CircleArmACTIVE = not CircleArmACTIVE
  9050. if CircleArmACTIVE then
  9051. CircleArm.BackgroundColor3 = rloc
  9052. while wait() do
  9053. if track.IsPlaying == false then
  9054. if CircleArmACTIVE then
  9055. track:Play(.1, 1, 1)
  9056. end
  9057. end
  9058. end
  9059. else
  9060. track:Stop()
  9061. CircleArm.BackgroundColor3 = rcol
  9062. end
  9063. end)
  9064.  
  9065. local Anim = Instance.new("Animation")
  9066. Anim.AnimationId = "rbxassetid://696096087"
  9067. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9068. BendACTIVE = false
  9069. Bend.MouseButton1Click:connect(function()
  9070. BendACTIVE = not BendACTIVE
  9071. if BendACTIVE then
  9072. Bend.BackgroundColor3 = rloc
  9073. while wait() do
  9074. if track.IsPlaying == false then
  9075. if BendACTIVE then
  9076. track:Play(.1, 1, 1)
  9077. end
  9078. end
  9079. end
Add Comment
Please, Sign In to add comment