JordanTGraves

Untitled

Jun 13th, 2018
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.88 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local top = Instance.new("Frame")
  6. local close = Instance.new("TextButton")
  7. local menu = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local cheerdance = Instance.new("TextButton")
  10. local Guitar = Instance.new("TextButton")
  11. local Shake = Instance.new("TextButton")
  12. local insane = Instance.new("TextButton")
  13. local flingarms = Instance.new("TextButton")
  14. local rotate = Instance.new("TextButton")
  15. local bend = Instance.new("TextButton")
  16. local floatslash = Instance.new("TextButton")
  17. local quickjump = Instance.new("TextButton")
  18. local spin = Instance.new("TextButton")
  19. local fastspin = Instance.new("TextButton")
  20. local Swordswing = Instance.new("TextButton")
  21. local spinslice = Instance.new("TextButton")
  22. local airarms = Instance.new("TextButton")
  23. local detacharms = Instance.new("TextButton")
  24. local spear = Instance.new("TextButton")
  25. local armshake = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = ScreenGui
  33. Main.Active = true
  34. Main.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  35. Main.ClipsDescendants = true
  36. Main.Draggable = true
  37. Main.Position = UDim2.new(0, 355, 0, 40)
  38. Main.Size = UDim2.new(0, 435, 0, 271)
  39.  
  40. top.Name = "top"
  41. top.Parent = Main
  42. top.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  43. top.BorderSizePixel = 0
  44. top.Size = UDim2.new(0, 435, 0, 20)
  45.  
  46. close.Name = "close"
  47. close.Parent = top
  48. close.BackgroundColor3 = Color3.new(1, 1, 1)
  49. close.BackgroundTransparency = 1
  50. close.Position = UDim2.new(0, 410, 0, 0)
  51. close.Size = UDim2.new(0, 25, 0, 20)
  52. close.Font = Enum.Font.SourceSansSemibold
  53. close.Text = "X"
  54. close.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  55. close.TextSize = 25
  56. close.TextWrapped = true
  57.  
  58. menu.Name = "menu"
  59. menu.Parent = Main
  60. menu.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  61. menu.BorderSizePixel = 0
  62. menu.Position = UDim2.new(0, 0, 0, 20)
  63. menu.Size = UDim2.new(0, 435, 0, 35)
  64.  
  65. TextLabel.Parent = menu
  66. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextLabel.BackgroundTransparency = 1
  68. TextLabel.Size = UDim2.new(0, 435, 0, 35)
  69. TextLabel.Font = Enum.Font.SourceSansLight
  70. TextLabel.Text = "Super Animation [R15]"
  71. TextLabel.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  72. TextLabel.TextScaled = true
  73. TextLabel.TextSize = 14
  74. TextLabel.TextWrapped = true
  75.  
  76. cheerdance.Name = "cheerdance"
  77. cheerdance.Parent = Main
  78. cheerdance.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  79. cheerdance.BorderSizePixel = 0
  80. cheerdance.Position = UDim2.new(0, 10, 0, 65)
  81. cheerdance.Size = UDim2.new(0, 135, 0, 25)
  82. cheerdance.AutoButtonColor = false
  83. cheerdance.Font = Enum.Font.SourceSans
  84. cheerdance.Text = "Cheer Dance"
  85. cheerdance.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  86. cheerdance.TextSize = 20
  87. cheerdance.TextWrapped = true
  88.  
  89. Guitar.Name = "Guitar"
  90. Guitar.Parent = Main
  91. Guitar.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  92. Guitar.BorderSizePixel = 0
  93. Guitar.Position = UDim2.new(0, 150, 0, 65)
  94. Guitar.Size = UDim2.new(0, 135, 0, 25)
  95. Guitar.AutoButtonColor = false
  96. Guitar.Font = Enum.Font.SourceSans
  97. Guitar.Text = "Guitar"
  98. Guitar.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  99. Guitar.TextSize = 20
  100. Guitar.TextWrapped = true
  101.  
  102. Shake.Name = "Shake"
  103. Shake.Parent = Main
  104. Shake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  105. Shake.BorderSizePixel = 0
  106. Shake.Position = UDim2.new(0, 290, 0, 65)
  107. Shake.Size = UDim2.new(0, 135, 0, 25)
  108. Shake.AutoButtonColor = false
  109. Shake.Font = Enum.Font.SourceSans
  110. Shake.Text = "Shake"
  111. Shake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  112. Shake.TextSize = 20
  113. Shake.TextWrapped = true
  114.  
  115. insane.Name = "insane"
  116. insane.Parent = Main
  117. insane.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  118. insane.BorderSizePixel = 0
  119. insane.Position = UDim2.new(0, 290, 0, 95)
  120. insane.Size = UDim2.new(0, 135, 0, 25)
  121. insane.AutoButtonColor = false
  122. insane.Font = Enum.Font.SourceSans
  123. insane.Text = "Insane"
  124. insane.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  125. insane.TextSize = 20
  126. insane.TextWrapped = true
  127.  
  128. flingarms.Name = "flingarms"
  129. flingarms.Parent = Main
  130. flingarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  131. flingarms.BorderSizePixel = 0
  132. flingarms.Position = UDim2.new(0, 150, 0, 95)
  133. flingarms.Size = UDim2.new(0, 135, 0, 25)
  134. flingarms.AutoButtonColor = false
  135. flingarms.Font = Enum.Font.SourceSans
  136. flingarms.Text = "Fling Arms"
  137. flingarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  138. flingarms.TextSize = 20
  139. flingarms.TextWrapped = true
  140.  
  141. rotate.Name = "rotate"
  142. rotate.Parent = Main
  143. rotate.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  144. rotate.BorderSizePixel = 0
  145. rotate.Position = UDim2.new(0, 10, 0, 95)
  146. rotate.Size = UDim2.new(0, 135, 0, 25)
  147. rotate.AutoButtonColor = false
  148. rotate.Font = Enum.Font.SourceSans
  149. rotate.Text = "Rotate"
  150. rotate.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  151. rotate.TextSize = 20
  152. rotate.TextWrapped = true
  153.  
  154. bend.Name = "bend"
  155. bend.Parent = Main
  156. bend.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  157. bend.BorderSizePixel = 0
  158. bend.Position = UDim2.new(0, 10, 0, 125)
  159. bend.Size = UDim2.new(0, 135, 0, 25)
  160. bend.AutoButtonColor = false
  161. bend.Font = Enum.Font.SourceSans
  162. bend.Text = "Bend"
  163. bend.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  164. bend.TextSize = 20
  165. bend.TextWrapped = true
  166.  
  167. floatslash.Name = "floatslash"
  168. floatslash.Parent = Main
  169. floatslash.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  170. floatslash.BorderSizePixel = 0
  171. floatslash.Position = UDim2.new(0, 150, 0, 125)
  172. floatslash.Size = UDim2.new(0, 135, 0, 25)
  173. floatslash.AutoButtonColor = false
  174. floatslash.Font = Enum.Font.SourceSans
  175. floatslash.Text = "Float Slash"
  176. floatslash.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  177. floatslash.TextSize = 20
  178. floatslash.TextWrapped = true
  179.  
  180. quickjump.Name = "quickjump"
  181. quickjump.Parent = Main
  182. quickjump.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  183. quickjump.BorderSizePixel = 0
  184. quickjump.Position = UDim2.new(0, 290, 0, 125)
  185. quickjump.Size = UDim2.new(0, 135, 0, 25)
  186. quickjump.AutoButtonColor = false
  187. quickjump.Font = Enum.Font.SourceSans
  188. quickjump.Text = "Quick Jump"
  189. quickjump.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  190. quickjump.TextSize = 20
  191. quickjump.TextWrapped = true
  192.  
  193. spin.Name = "spin"
  194. spin.Parent = Main
  195. spin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  196. spin.BorderSizePixel = 0
  197. spin.Position = UDim2.new(0, 10, 0, 156)
  198. spin.Size = UDim2.new(0, 135, 0, 25)
  199. spin.AutoButtonColor = false
  200. spin.Font = Enum.Font.SourceSans
  201. spin.Text = "Spin"
  202. spin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  203. spin.TextSize = 20
  204. spin.TextWrapped = true
  205.  
  206. fastspin.Name = "fastspin"
  207. fastspin.Parent = Main
  208. fastspin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  209. fastspin.BorderSizePixel = 0
  210. fastspin.Position = UDim2.new(0, 150, 0, 156)
  211. fastspin.Size = UDim2.new(0, 135, 0, 25)
  212. fastspin.AutoButtonColor = false
  213. fastspin.Font = Enum.Font.SourceSans
  214. fastspin.Text = "Fast Spin"
  215. fastspin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  216. fastspin.TextSize = 20
  217. fastspin.TextWrapped = true
  218.  
  219. Swordswing.Name = "Swordswing"
  220. Swordswing.Parent = Main
  221. Swordswing.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  222. Swordswing.BorderSizePixel = 0
  223. Swordswing.Position = UDim2.new(0, 290, 0, 156)
  224. Swordswing.Size = UDim2.new(0, 135, 0, 25)
  225. Swordswing.AutoButtonColor = false
  226. Swordswing.Font = Enum.Font.SourceSans
  227. Swordswing.Text = "Sword Swing"
  228. Swordswing.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  229. Swordswing.TextSize = 20
  230. Swordswing.TextWrapped = true
  231.  
  232. spinslice.Name = "spinslice"
  233. spinslice.Parent = Main
  234. spinslice.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  235. spinslice.BorderSizePixel = 0
  236. spinslice.Position = UDim2.new(0, 150, 0, 186)
  237. spinslice.Size = UDim2.new(0, 135, 0, 25)
  238. spinslice.AutoButtonColor = false
  239. spinslice.Font = Enum.Font.SourceSans
  240. spinslice.Text = "Spin Slice"
  241. spinslice.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  242. spinslice.TextSize = 20
  243. spinslice.TextWrapped = true
  244.  
  245. airarms.Name = "airarms"
  246. airarms.Parent = Main
  247. airarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  248. airarms.BorderSizePixel = 0
  249. airarms.Position = UDim2.new(0, 290, 0, 186)
  250. airarms.Size = UDim2.new(0, 135, 0, 25)
  251. airarms.AutoButtonColor = false
  252. airarms.Font = Enum.Font.SourceSans
  253. airarms.Text = "Air Arms"
  254. airarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  255. airarms.TextSize = 20
  256. airarms.TextWrapped = true
  257.  
  258. detacharms.Name = "detacharms"
  259. detacharms.Parent = Main
  260. detacharms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  261. detacharms.BorderSizePixel = 0
  262. detacharms.Position = UDim2.new(0, 10, 0, 186)
  263. detacharms.Size = UDim2.new(0, 135, 0, 25)
  264. detacharms.AutoButtonColor = false
  265. detacharms.Font = Enum.Font.SourceSans
  266. detacharms.Text = "Detach Arms"
  267. detacharms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  268. detacharms.TextSize = 20
  269. detacharms.TextWrapped = true
  270.  
  271. spear.Name = "spear"
  272. spear.Parent = Main
  273. spear.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  274. spear.BorderSizePixel = 0
  275. spear.Position = UDim2.new(0, 80, 0, 216)
  276. spear.Size = UDim2.new(0, 135, 0, 25)
  277. spear.AutoButtonColor = false
  278. spear.Font = Enum.Font.SourceSans
  279. spear.Text = "Spear"
  280. spear.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  281. spear.TextSize = 20
  282. spear.TextWrapped = true
  283.  
  284. armshake.Name = "armshake"
  285. armshake.Parent = Main
  286. armshake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  287. armshake.BorderSizePixel = 0
  288. armshake.Position = UDim2.new(0, 220, 0, 216)
  289. armshake.Size = UDim2.new(0, 135, 0, 25)
  290. armshake.AutoButtonColor = false
  291. armshake.Font = Enum.Font.SourceSans
  292. armshake.Text = "Arm Shake"
  293. armshake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  294. armshake.TextSize = 20
  295. armshake.TextWrapped = true
  296.  
  297. -- Scripts
  298.  
  299. close.MouseButton1Click:connect(function()
  300. if Main.Size == UDim2.new(0, 435, 0, 271) then
  301. Main.Size = UDim2.new(0, 435, 0, 55)
  302. else
  303. Main.Size = UDim2.new(0, 435, 0, 271)
  304. end
  305. end)
  306. c = Color3.new(0.298039, 0.298039, 0.298039)
  307. l = Color3.new(0.498039, 0.498039, 0.498039)
  308. local Anim = Instance.new("Animation")
  309. Anim.AnimationId = "rbxassetid://1029253339"
  310. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  311. local cheerdanceactive = false
  312. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  313. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  314. cheerdanceactive = false
  315. cheerdance.BackgroundColor3 = c
  316. end)
  317. cheerdance.MouseButton1Click:connect(function()
  318. cheerdanceactive = not cheerdanceactive
  319. if cheerdanceactive then
  320. cheerdance.BackgroundColor3 = l
  321. while wait() do
  322. if track.IsPlaying == false then
  323. if cheerdanceactive then
  324. track:Play(.1, 1, 1)
  325. end
  326. end
  327. end
  328. else
  329. track:Stop()
  330. cheerdance.BackgroundColor3 = c
  331. end
  332. end)
  333. local Anim = Instance.new("Animation")
  334. Anim.AnimationId = "rbxassetid://1119819044"
  335. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  336. local Guitaractive = false
  337. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  338. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  339. Guitaractive = false
  340. Guitar.BackgroundColor3 = c
  341. end)
  342. Guitar.MouseButton1Click:connect(function()
  343. Guitaractive = not Guitaractive
  344. if Guitaractive then
  345. Guitar.BackgroundColor3 = l
  346. while wait() do
  347. if track.IsPlaying == false then
  348. if Guitaractive then
  349. track:Play(.1, 1, 1)
  350. end
  351. end
  352. end
  353. else
  354. track:Stop()
  355. Guitar.BackgroundColor3 = c
  356. end
  357. end)
  358. local Anim = Instance.new("Animation")
  359. Anim.AnimationId = "rbxassetid://857149191"
  360. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  361. local Shakeactive = false
  362. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  363. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  364. Shakeactive = false
  365. Shake.BackgroundColor3 = c
  366. end)
  367. Shake.MouseButton1Click:connect(function()
  368. Shakeactive = not Shakeactive
  369. if Shakeactive then
  370. Shake.BackgroundColor3 = l
  371. while wait() do
  372. if track.IsPlaying == false then
  373. if Shakeactive then
  374. track:Play(.1, 1, 1)
  375. end
  376. end
  377. end
  378. else
  379. track:Stop()
  380. Shake.BackgroundColor3 = c
  381. end
  382. end)
  383. local Anim = Instance.new("Animation")
  384. Anim.AnimationId = "rbxassetid://1029253339"
  385. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  386. local insaneactive = false
  387. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  388. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  389. insaneactive = false
  390. insane.BackgroundColor3 = c
  391. end)
  392. insane.MouseButton1Click:connect(function()
  393. insaneactive = not insaneactive
  394. if insaneactive then
  395. insane.BackgroundColor3 = l
  396. while wait() do
  397. if track.IsPlaying == false then
  398. if insaneactive then
  399. track:Play(.1, 1, 50)
  400. end
  401. end
  402. end
  403. else
  404. track:Stop()
  405. insane.BackgroundColor3 = c
  406. end
  407. end)
  408. local Anim = Instance.new("Animation")
  409. Anim.AnimationId = "rbxassetid://754656200"
  410. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  411. local flingarmsactive = false
  412. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  413. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  414. flingarmsactive = false
  415. flingarms.BackgroundColor3 = c
  416. end)
  417. flingarms.MouseButton1Click:connect(function()
  418. flingarmsactive = not flingarmsactive
  419. if flingarmsactive then
  420. flingarms.BackgroundColor3 = l
  421. while wait() do
  422. if track.IsPlaying == false then
  423. if flingarmsactive then
  424. track:Play(.1, 1, 10)
  425. end
  426. end
  427. end
  428. else
  429. track:Stop()
  430. flingarms.BackgroundColor3 = c
  431. end
  432. end)
  433. local Anim = Instance.new("Animation")
  434. Anim.AnimationId = "rbxassetid://675025570"
  435. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  436. local rotateactive = false
  437. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  438. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  439. rotateactive = false
  440. rotate.BackgroundColor3 = c
  441. end)
  442. rotate.MouseButton1Click:connect(function()
  443. rotateactive = not rotateactive
  444. if rotateactive then
  445. rotate.BackgroundColor3 = l
  446. while wait() do
  447. if track.IsPlaying == false then
  448. if rotateactive then
  449. track:Play(.1, 1, 1)
  450. end
  451. end
  452. end
  453. else
  454. track:Stop()
  455. rotate.BackgroundColor3 = c
  456. end
  457. end)
  458. local Anim = Instance.new("Animation")
  459. Anim.AnimationId = "rbxassetid://696096087"
  460. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  461. local bendactive = false
  462. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  463. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  464. bendactive = false
  465. bend.BackgroundColor3 = c
  466. end)
  467. bend.MouseButton1Click:connect(function()
  468. bendactive = not bendactive
  469. if bendactive then
  470. bend.BackgroundColor3 = l
  471. while wait() do
  472. if track.IsPlaying == false then
  473. if bendactive then
  474. track:Play(.1, 1, 1)
  475. end
  476. end
  477. end
  478. else
  479. track:Stop()
  480. bend.BackgroundColor3 = c
  481. end
  482. end)
  483. local Anim = Instance.new("Animation")
  484. Anim.AnimationId = "rbxassetid://717879555"
  485. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  486. local floatslashactive = false
  487. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  488. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  489. floatslashactive = false
  490. floatslash.BackgroundColor3 = c
  491. end)
  492. floatslash.MouseButton1Click:connect(function()
  493. floatslashactive = not floatslashactive
  494. if floatslashactive then
  495. floatslash.BackgroundColor3 = l
  496. while wait() do
  497. if track.IsPlaying == false then
  498. if floatslashactive then
  499. track:Play(.1, 1, 1)
  500. end
  501. end
  502. end
  503. else
  504. track:Stop()
  505. floatslash.BackgroundColor3 = c
  506. end
  507. end)
  508. local Anim = Instance.new("Animation")
  509. Anim.AnimationId = "rbxassetid://717879555"
  510. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  511. local quickjumpactive = false
  512. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  513. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  514. quickjumpactive = false
  515. quickjump.BackgroundColor3 = c
  516. end)
  517. quickjump.MouseButton1Click:connect(function()
  518. quickjumpactive = not quickjumpactive
  519. if quickjumpactive then
  520. quickjump.BackgroundColor3 = l
  521. while wait() do
  522. if track.IsPlaying == false then
  523. if quickjumpactive then
  524. track:Play(.1, 1, 7)
  525. end
  526. end
  527. end
  528. else
  529. track:Stop()
  530. quickjump.BackgroundColor3 = c
  531. end
  532. end)
  533. local Anim = Instance.new("Animation")
  534. Anim.AnimationId = "rbxassetid://754658275"
  535. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  536. local spinactive = false
  537. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  538. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  539. spinactive = false
  540. spin.BackgroundColor3 = c
  541. end)
  542. spin.MouseButton1Click:connect(function()
  543. spinactive = not spinactive
  544. if spinactive then
  545. spin.BackgroundColor3 = l
  546. while wait() do
  547. if track.IsPlaying == false then
  548. if spinactive then
  549. track:Play(.1, 1, 1)
  550. end
  551. end
  552. end
  553. else
  554. track:Stop()
  555. spin.BackgroundColor3 = c
  556. end
  557. end)
  558. local Anim = Instance.new("Animation")
  559. Anim.AnimationId = "rbxassetid://754658275"
  560. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  561. local fastspinactive = false
  562. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  563. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  564. fastspinactive = false
  565. fastspin.BackgroundColor3 = c
  566. end)
  567. fastspin.MouseButton1Click:connect(function()
  568. fastspinactive = not fastspinactive
  569. if fastspinactive then
  570. fastspin.BackgroundColor3 = l
  571. while wait() do
  572. if track.IsPlaying == false then
  573. if fastspinactive then
  574. track:Play(.1, 1, 10)
  575. end
  576. end
  577. end
  578. else
  579. track:Stop()
  580. fastspin.BackgroundColor3 = c
  581. end
  582. end)
  583. local Anim = Instance.new("Animation")
  584. Anim.AnimationId = "rbxassetid://846754447"
  585. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  586. local Swordswingactive = false
  587. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  588. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  589. Swordswingactive = false
  590. Swordswing.BackgroundColor3 = c
  591. end)
  592. Swordswing.MouseButton1Click:connect(function()
  593. Swordswingactive = not Swordswingactive
  594. if Swordswingactive then
  595. Swordswing.BackgroundColor3 = l
  596. while wait() do
  597. if track.IsPlaying == false then
  598. if Swordswingactive then
  599. track:Play(.1, 1, 1)
  600. end
  601. end
  602. end
  603. else
  604. track:Stop()
  605. Swordswing.BackgroundColor3 = c
  606. end
  607. end)
  608. local Anim = Instance.new("Animation")
  609. Anim.AnimationId = "rbxassetid://846744780"
  610. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  611. local spinsliceactive = false
  612. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  613. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  614. spinsliceactive = false
  615. spinslice.BackgroundColor3 = c
  616. end)
  617. spinslice.MouseButton1Click:connect(function()
  618. spinsliceactive = not spinsliceactive
  619. if spinsliceactive then
  620. spinslice.BackgroundColor3 = l
  621. while wait() do
  622. if track.IsPlaying == false then
  623. if spinsliceactive then
  624. track:Play(.1, 1, 1)
  625. end
  626. end
  627. end
  628. else
  629. track:Stop()
  630. spinslice.BackgroundColor3 = c
  631. end
  632. end)
  633. local Anim = Instance.new("Animation")
  634. Anim.AnimationId = "rbxassetid://1424674606"
  635. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  636. local airarmsactive = false
  637. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  638. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  639. airarmsactive = false
  640. airarms.BackgroundColor3 = c
  641. end)
  642. airarms.MouseButton1Click:connect(function()
  643. airarmsactive = not airarmsactive
  644. if airarmsactive then
  645. airarms.BackgroundColor3 = l
  646. while wait() do
  647. if track.IsPlaying == false then
  648. if airarmsactive then
  649. track:Play(.1, 1, 1)
  650. end
  651. end
  652. end
  653. else
  654. track:Stop()
  655. airarms.BackgroundColor3 = c
  656. end
  657. end)
  658. local Anim = Instance.new("Animation")
  659. Anim.AnimationId = "rbxassetid://1296868982"
  660. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  661. local detacharmsactive = false
  662. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  663. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  664. detacharmsactive = false
  665. detacharms.BackgroundColor3 = c
  666. end)
  667. detacharms.MouseButton1Click:connect(function()
  668. detacharmsactive = not detacharmsactive
  669. if detacharmsactive then
  670. detacharms.BackgroundColor3 = l
  671. while wait() do
  672. if track.IsPlaying == false then
  673. if detacharmsactive then
  674. track:Play(.1, 1, 1)
  675. end
  676. end
  677. end
  678. else
  679. track:Stop()
  680. detacharms.BackgroundColor3 = c
  681. end
  682. end)
  683. local Anim = Instance.new("Animation")
  684. Anim.AnimationId = "rbxassetid://1323151362"
  685. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  686. local spearactive = false
  687. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  688. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  689. spearactive = false
  690. spear.BackgroundColor3 = c
  691. end)
  692. spear.MouseButton1Click:connect(function()
  693. spearactive = not spearactive
  694. if spearactive then
  695. spear.BackgroundColor3 = l
  696. while wait() do
  697. if track.IsPlaying == false then
  698. if spearactive then
  699. track:Play(.1, 1, 1)
  700. end
  701. end
  702. end
  703. else
  704. track:Stop()
  705. spear.BackgroundColor3 = c
  706. end
  707. end)
  708. local Anim = Instance.new("Animation")
  709. Anim.AnimationId = "rbxassetid://1149279561"
  710. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  711. local armshakeactive = false
  712. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  713. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  714. armshakeactive = false
  715. armshake.BackgroundColor3 = c
  716. end)
  717. armshake.MouseButton1Click:connect(function()
  718. armshakeactive = not armshakeactive
  719. if armshakeactive then
  720. armshake.BackgroundColor3 = l
  721. while wait() do
  722. if track.IsPlaying == false then
  723. if armshakeactive then
  724. track:Play(.1, 1, 1)
  725. end
  726. end
  727. end
  728. else
  729. track:Stop()
  730. armshake.BackgroundColor3 = c
  731. end
  732. end)
Add Comment
Please, Sign In to add comment