TheProNoob2004

Dj Music Player

Jun 20th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.18 KB | None | 0 0
  1. Player = game.Players.TheProNoob2004
  2.  
  3. script.Parent = Player
  4.  
  5. local pla = Instance.new("ScreenGui")
  6.  
  7. pla.Parent = Player.PlayerGui
  8.  
  9. pla.Name = "RoPlayer"
  10.  
  11. local sound = Instance.new("Sound")
  12.  
  13. sound.Name = "Sound"
  14.  
  15. sound.Pitch = 1
  16.  
  17. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  18.  
  19. sound.Volume = 0.5
  20.  
  21. sound.Looped = true
  22.  
  23. sound.archivable = false
  24.  
  25. sound.Parent = game.Players
  26.  
  27. order = Instance.new("NumberValue")
  28.  
  29. order.Parent = pla
  30.  
  31. order.Value = 1
  32.  
  33. local ss = Instance.new("Frame")
  34.  
  35. ss.Parent = pla
  36.  
  37. ss.Position = UDim2.new(0,680,0,572)
  38.  
  39. ss.Size = UDim2.new(0,270,0,80)
  40.  
  41. ss.BackgroundColor3 = Color3.new(0,0,0)
  42.  
  43. ss.BorderColor = BrickColor.new("New Yeller")
  44.  
  45. local tyf = Instance.new("Frame")
  46.  
  47. tyf.Parent = pla
  48.  
  49. tyf.Position = UDim2.new(0,680,0,612)
  50.  
  51. tyf.Size = UDim2.new(0,270,0,40)
  52.  
  53. tyf.BackgroundColor3 = Color3.new(0,0,0)
  54.  
  55. tyf.BorderColor = BrickColor.new("New Yeller")
  56.  
  57. local tyd = Instance.new("ImageButton")
  58.  
  59. tyd.Parent = pla
  60.  
  61. tyd.Name = "play"
  62.  
  63. tyd.Position = UDim2.new(0,780,0,618)
  64.  
  65. tyd.Size = UDim2.new(0,30,0,28)
  66.  
  67. tyd.Image = "http://www.roblox.com/asset/?id=37081943"
  68.  
  69. tyd.BackgroundColor = BrickColor.new("Black")
  70.  
  71. tyd.BorderColor = BrickColor.new("New Yeller")
  72.  
  73. local tya = Instance.new("ImageButton")
  74.  
  75. tya.Parent = pla
  76.  
  77. tya.Name = "pause"
  78.  
  79. tya.Position = UDim2.new(0,780,0,618)
  80.  
  81. tya.Size = UDim2.new(0,30,0,28)
  82.  
  83. tya.Image = "http://www.roblox.com/asset/?id=37081951"
  84.  
  85. tya.BackgroundColor = BrickColor.new("Black")
  86.  
  87. tya.BorderColor = BrickColor.new("New Yeller")
  88.  
  89. tya.Visible = false
  90.  
  91. local tyv = Instance.new("ImageButton")
  92.  
  93. tyv.Parent = pla
  94.  
  95. tyv.Name = "stop"
  96.  
  97. tyv.Position = UDim2.new(0,820,0,618)
  98.  
  99. tyv.Size = UDim2.new(0,30,0,28)
  100.  
  101. tyv.Image = "http://www.roblox.com/asset/?id=37083993"
  102.  
  103. tyv.BackgroundColor = BrickColor.new("Black")
  104.  
  105. tyv.BorderColor = BrickColor.new("New Yeller")
  106.  
  107. local tyk = Instance.new("ImageButton")
  108.  
  109. tyk.Parent = pla
  110.  
  111. tyk.Name = "back"
  112.  
  113. tyk.Position = UDim2.new(0,740,0,618)
  114.  
  115. tyk.Size = UDim2.new(0,30,0,28)
  116.  
  117. tyk.Image = "http://www.roblox.com/asset/?id=37081932"
  118.  
  119. tyk.BackgroundColor = BrickColor.new("Black")
  120.  
  121. tyk.BorderColor = BrickColor.new("New Yeller")
  122.  
  123. local tyq = Instance.new("ImageButton")
  124.  
  125. tyq.Parent = pla
  126.  
  127. tyq.Name = "forw"
  128.  
  129. tyq.Position = UDim2.new(0,860,0,618)
  130.  
  131. tyq.Size = UDim2.new(0,30,0,28)
  132.  
  133. tyq.Image = "http://www.roblox.com/asset/?id=37081936"
  134.  
  135. tyq.BackgroundColor = BrickColor.new("Black")
  136.  
  137. tyq.BorderColor = BrickColor.new("New Yeller")
  138.  
  139. local tyx = Instance.new("ImageLabel")
  140.  
  141. tyx.Parent = pla
  142.  
  143. tyx.Name = "vol"
  144.  
  145. tyx.Position = UDim2.new(0,900,0,618)
  146.  
  147. tyx.Size = UDim2.new(0,42,0,28)
  148.  
  149. tyx.Image = "http://www.roblox.com/asset/?id=37081954"
  150.  
  151. tyx.BackgroundColor3 = Color3.new(0,0,0)
  152.  
  153. tyx.BorderColor = BrickColor.new("New Yeller")
  154.  
  155. local tyz = Instance.new("ImageLabel")
  156.  
  157. tyz.Parent = pla
  158.  
  159. tyz.Name = "novol"
  160.  
  161. tyz.Position = UDim2.new(0,900,0,618)
  162.  
  163. tyz.Size = UDim2.new(0,42,0,28)
  164.  
  165. tyz.Image = "http://www.roblox.com/asset/?id=37081940"
  166.  
  167. tyz.BackgroundColor3 = Color3.new(0,0,0)
  168.  
  169. tyz.BorderColor = BrickColor.new("New Yeller")
  170.  
  171. tyz.Visible = false
  172.  
  173. local tyb = Instance.new("ImageButton")
  174.  
  175. tyb.Parent = pla
  176.  
  177. tyb.Name = "minus"
  178.  
  179. tyb.Position = UDim2.new(0,890,0,584)
  180.  
  181. tyb.Size = UDim2.new(0,30,0,28)
  182.  
  183. tyb.Image = "http://www.roblox.com/asset/?id=37081938"
  184.  
  185. tyb.BackgroundColor = BrickColor.new("Black")
  186.  
  187. tyb.BorderColor = BrickColor.new("New Yeller")
  188.  
  189. local tyt = Instance.new("ImageButton")
  190.  
  191. tyt.Parent = pla
  192.  
  193. tyt.Name = "plus"
  194.  
  195. tyt.Position = UDim2.new(0,920,0,584)
  196.  
  197. tyt.Size = UDim2.new(0,30,0,28)
  198.  
  199. tyt.Image = "http://www.roblox.com/asset/?id=37081948"
  200.  
  201. tyt.BackgroundColor = BrickColor.new("Black")
  202.  
  203. tyt.BorderColor = BrickColor.new("New Yeller")
  204.  
  205. local tee = Instance.new("TextLabel")
  206.  
  207. tee.Parent = pla
  208.  
  209. tee.Name = "volumea"
  210.  
  211. tee.Position = UDim2.new(0,899,0,569)
  212.  
  213. tee.Size = UDim2.new(0,42,0,15)
  214.  
  215. tee.TextColor = BrickColor.new("New Yeller")
  216.  
  217. tee.Text = "0.5"
  218.  
  219. tee.BackgroundColor = BrickColor.new("Black")
  220.  
  221. tee.BorderColor = BrickColor.new("New Yeller")
  222.  
  223. tee.FontSize = "Size10"
  224.  
  225. local vcc = Instance.new("TextLabel")
  226.  
  227. vcc.Parent = pla
  228.  
  229. vcc.Name = "lolwutsong"
  230.  
  231. vcc.Position = UDim2.new(0,815,0,572)
  232.  
  233. vcc.Size = UDim2.new(0,0,0,15)
  234.  
  235. vcc.TextColor = BrickColor.new("New Yeller")
  236.  
  237. vcc.Text = "Song"
  238.  
  239. vcc.BackgroundTransparency = 1
  240.  
  241. vcc.FontSize = "Size10"
  242.  
  243. local cx = Instance.new("TextLabel")
  244.  
  245. cx.Parent = pla
  246.  
  247. cx.Name = "songname"
  248.  
  249. cx.Position = UDim2.new(0,815,0,584)
  250.  
  251. cx.Size = UDim2.new(0,0,0,15)
  252.  
  253. cx.TextColor = BrickColor.new("New Yeller")
  254.  
  255. cx.Text = "Fire Emblem"
  256.  
  257. cx.BackgroundTransparency = 1
  258.  
  259. cx.FontSize = "Size9"
  260.  
  261. local thh = Instance.new("ImageButton")
  262.  
  263. thh.Parent = pla
  264.  
  265. thh.Name = "minuspi"
  266.  
  267. thh.Position = UDim2.new(0,710,0,584)
  268.  
  269. thh.Size = UDim2.new(0,30,0,28)
  270.  
  271. thh.Image = "http://www.roblox.com/asset/?id=37081938"
  272.  
  273. thh.BackgroundColor = BrickColor.new("Black")
  274.  
  275. thh.BorderColor = BrickColor.new("New Yeller")
  276.  
  277. local tjj = Instance.new("ImageButton")
  278.  
  279. tjj.Parent = pla
  280.  
  281. tjj.Name = "pluspi"
  282.  
  283. tjj.Position = UDim2.new(0,680,0,584)
  284.  
  285. tjj.Size = UDim2.new(0,30,0,28)
  286.  
  287. tjj.Image = "http://www.roblox.com/asset/?id=37081948"
  288.  
  289. tjj.BackgroundColor = BrickColor.new("Black")
  290.  
  291. tjj.BorderColor = BrickColor.new("New Yeller")
  292.  
  293. local trr = Instance.new("TextLabel")
  294.  
  295. trr.Parent = pla
  296.  
  297. trr.Name = "soundpi"
  298.  
  299. trr.Position = UDim2.new(0,689,0,569)
  300.  
  301. trr.Size = UDim2.new(0,42,0,15)
  302.  
  303. trr.TextColor = BrickColor.new("New Yeller")
  304.  
  305. trr.Text = "1"
  306.  
  307. trr.BackgroundColor = BrickColor.new("Black")
  308.  
  309. trr.BorderColor = BrickColor.new("New Yeller")
  310.  
  311. trr.FontSize = "Size10"
  312.  
  313. local tyvv = Instance.new("ImageLabel")
  314.  
  315. tyvv.Parent = pla
  316.  
  317. tyvv.Name = "novol"
  318.  
  319. tyvv.Position = UDim2.new(0,687,0,618)
  320.  
  321. tyvv.Size = UDim2.new(0,42,0,28)
  322.  
  323. tyvv.Image = "http://www.roblox.com/asset/?id=37095868"
  324.  
  325. tyvv.BackgroundColor3 = Color3.new(0,0,0)
  326.  
  327. tyvv.BorderColor = BrickColor.new("New Yeller")
  328.  
  329. local tgg = Instance.new("TextButton")
  330.  
  331. tgg.Parent = pla
  332.  
  333. tgg.Name = "remove"
  334.  
  335. tgg.Position = UDim2.new(0,760,0,557)
  336.  
  337. tgg.Size = UDim2.new(0,110,0,15)
  338.  
  339. tgg.BackgroundColor = BrickColor.new("Black")
  340.  
  341. tgg.BorderColor = BrickColor.new("New Yeller")
  342.  
  343. tgg.TextColor = BrickColor.new("New Yeller")
  344.  
  345. tgg.Text = "Remove sounds"
  346.  
  347. tgg.FontSize = "Size9"
  348.  
  349. local numba = Instance.new("TextLabel")
  350.  
  351. numba.Parent = pla
  352.  
  353. numba.Name = "songname"
  354.  
  355. numba.Position = UDim2.new(0,811,0,594)
  356.  
  357. numba.Size = UDim2.new(0,0,0,15)
  358.  
  359. numba.TextColor = BrickColor.new("New Yeller")
  360.  
  361. numba.Text = "1"
  362.  
  363. numba.BackgroundTransparency = 1
  364.  
  365. numba.FontSize = "Size9"
  366.  
  367. numba.TextXAlignment = "Right"
  368.  
  369. local nu = Instance.new("TextLabel")
  370.  
  371. nu.Parent = pla
  372.  
  373. nu.Name = "songname"
  374.  
  375. nu.Position = UDim2.new(0,820,0,594)
  376.  
  377. nu.Size = UDim2.new(0,0,0,15)
  378.  
  379. nu.TextColor = BrickColor.new("New Yeller")
  380.  
  381. nu.Text = "/35"
  382.  
  383. nu.BackgroundTransparency = 1
  384.  
  385. nu.FontSize = "Size9"
  386.  
  387. local tgs = Instance.new("TextButton")
  388.  
  389. tgs.Parent = pla
  390.  
  391. tgs.Name = "remgui"
  392.  
  393. tgs.Position = UDim2.new(0,760,0,542)
  394.  
  395. tgs.Size = UDim2.new(0,110,0,15)
  396.  
  397. tgs.BackgroundColor = BrickColor.new("Black")
  398.  
  399. tgs.BorderColor = BrickColor.new("New Yeller")
  400.  
  401. tgs.TextColor = BrickColor.new("New Yeller")
  402.  
  403. tgs.Text = "Remove GUI"
  404.  
  405. tgs.FontSize = "Size9"
  406.  
  407. local tgvc = Instance.new("ImageLabel")
  408.  
  409. tgvc.Parent = pla
  410.  
  411. tgvc.Name = "rbxlmp"
  412.  
  413. tgvc.Position = UDim2.new(0,750,0,503)
  414.  
  415. tgvc.Size = UDim2.new(0,130,0,42)
  416.  
  417. tgvc.BackgroundTransparency = 1
  418.  
  419. tgvc.Image = "http://www.roblox.com/asset/?id=37280829"
  420.  
  421. script.Parent = Player
  422.  
  423.  
  424.  
  425. function playclick()
  426.  
  427. script.Parent = Player
  428.  
  429. sound:play()
  430.  
  431. tyd.Visible = false
  432.  
  433. wait(0.1)
  434.  
  435. tya.Visible = true
  436.  
  437. end
  438.  
  439.  
  440.  
  441. function pauseclick()
  442.  
  443. script.Parent = Player
  444.  
  445. sound:pause()
  446.  
  447. tyd.Visible = true
  448.  
  449. wait(0.1)
  450.  
  451. tya.Visible = false
  452.  
  453. end
  454.  
  455.  
  456.  
  457. function stopclick()
  458.  
  459. script.Parent = Player
  460.  
  461. sound:stop()
  462.  
  463. tyd.Visible = true
  464.  
  465. tya.Visible = false
  466.  
  467. tyv.Visible = false
  468.  
  469. wait(0.1)
  470.  
  471. tyv.Visible = true
  472.  
  473. end
  474.  
  475.  
  476.  
  477. function plusclick()
  478.  
  479. script.Parent = Player
  480.  
  481. sound.Volume = sound.Volume + 0.05
  482.  
  483. local num = tonumber(tostring(sound.Volume):sub(1,4))
  484.  
  485. tee.Text = num
  486.  
  487. if sound.Volume <= 0.0001 then return end
  488.  
  489. tyz.Visible = false
  490.  
  491. tyx.Visible = true
  492.  
  493. end
  494.  
  495.  
  496.  
  497. function minusclick()
  498.  
  499. script.Parent = Player
  500.  
  501. sound.Volume = sound.Volume - 0.05
  502.  
  503. local num = tonumber(tostring(sound.Volume):sub(1,4))
  504.  
  505. tee.Text = num
  506.  
  507. if sound.Volume >= 0.0001 then return end
  508.  
  509. tyz.Visible = true
  510.  
  511. tyx.Visible = false
  512.  
  513. end
  514.  
  515.  
  516.  
  517. function forw()
  518.  
  519. script.Parent = Player
  520.  
  521. order.Value = order.Value + 1
  522.  
  523. if order.Value == 36 then
  524.  
  525. order.Value = 1
  526.  
  527. end
  528.  
  529. numba.Text = order.Value
  530.  
  531. tyq.Visible = false
  532.  
  533. wait(0.1)
  534.  
  535. tyq.Visible = true
  536.  
  537. if order.Value == 1 then
  538.  
  539. sound:stop()
  540.  
  541. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  542.  
  543. cx.Text = "Fire Emblem"
  544.  
  545. wait(1)
  546.  
  547. trr.Text = "1"
  548.  
  549. sound.Pitch = 1
  550.  
  551. sound:play()
  552.  
  553. tyd.Visible = false
  554.  
  555. tya.Visible = true
  556.  
  557. end
  558.  
  559. if order.Value == 2 then
  560.  
  561. sound:stop()
  562.  
  563. sound.SoundId = "http://www.roblox.com/asset/?id=1077604"
  564.  
  565. cx.Text = "M.U.L.E"
  566.  
  567. wait(1)
  568.  
  569. trr.Text = "1"
  570.  
  571. sound.Pitch = 1
  572.  
  573. sound:play()
  574.  
  575. tyd.Visible = false
  576.  
  577. tya.Visible = true
  578.  
  579. end
  580.  
  581. if order.Value == 3 then
  582.  
  583. sound:stop()
  584.  
  585. sound.SoundId = "http://www.roblox.com/asset/?id=1280473"
  586.  
  587. cx.Text = "FFVII Battle"
  588.  
  589. wait(1)
  590.  
  591. trr.Text = "1"
  592.  
  593. sound.Pitch = 1
  594.  
  595. sound:play()
  596.  
  597. tyd.Visible = false
  598.  
  599. tya.Visible = true
  600.  
  601. end
  602.  
  603. if order.Value == 4 then
  604.  
  605. sound:stop()
  606.  
  607. sound.SoundId = "http://www.roblox.com/asset/?id=1372257"
  608.  
  609. cx.Text = "Cursed Abbey"
  610.  
  611. wait(1)
  612.  
  613. trr.Text = "1"
  614.  
  615. sound.Pitch = 1
  616.  
  617. sound:play()
  618.  
  619. tyd.Visible = false
  620.  
  621. tya.Visible = true
  622.  
  623. end
  624.  
  625. if order.Value == 5 then
  626.  
  627. sound:stop()
  628.  
  629. sound.SoundId = "http://www.roblox.com/asset/?id=2303479"
  630.  
  631. cx.Text = "Caramelldansen"
  632.  
  633. wait(1)
  634.  
  635. trr.Text = "1"
  636.  
  637. sound.Pitch = 1
  638.  
  639. sound:play()
  640.  
  641. tyd.Visible = false
  642.  
  643. tya.Visible = true
  644.  
  645. end
  646.  
  647. if order.Value == 6 then
  648.  
  649. sound:stop()
  650.  
  651. sound.SoundId = "http://www.roblox.com/asset/?id=1280470"
  652.  
  653. cx.Text = "Mario song"
  654.  
  655. wait(1)
  656.  
  657. trr.Text = "1"
  658.  
  659. sound.Pitch = 1
  660.  
  661. sound:play()
  662.  
  663. tyd.Visible = false
  664.  
  665. tya.Visible = true
  666.  
  667. end
  668.  
  669. if order.Value == 7 then
  670.  
  671. sound:stop()
  672.  
  673. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  674.  
  675. cx.Text = "Cool track epic"
  676.  
  677. wait(1)
  678.  
  679. trr.Text = "4"
  680.  
  681. sound.Pitch = 4
  682.  
  683. sound:play()
  684.  
  685. tyd.Visible = false
  686.  
  687. tya.Visible = true
  688.  
  689. end
  690.  
  691. if order.Value == 8 then
  692.  
  693. sound:stop()
  694.  
  695. sound.SoundId = "http://www.roblox.com/asset/?id=1034065"
  696.  
  697. cx.Text = "Halo theme"
  698.  
  699. wait(1)
  700.  
  701. trr.Text = "1"
  702.  
  703. sound.Pitch = 1
  704.  
  705. sound:play()
  706.  
  707. tyd.Visible = false
  708.  
  709. tya.Visible = true
  710.  
  711. end
  712.  
  713. if order.Value == 9 then
  714.  
  715. sound:stop()
  716.  
  717. sound.SoundId = "http://www.roblox.com/asset/?id=1372258"
  718.  
  719. cx.Text = "Choir"
  720.  
  721. wait(1)
  722.  
  723. trr.Text = "1"
  724.  
  725. sound.Pitch = 1
  726.  
  727. sound:play()
  728.  
  729. tyd.Visible = false
  730.  
  731. tya.Visible = true
  732.  
  733. end
  734.  
  735. if order.Value == 10 then
  736.  
  737. sound:stop()
  738.  
  739. sound.SoundId = "http://www.roblox.com/asset/?id=1372260"
  740.  
  741. cx.Text = "One Winged"
  742.  
  743. wait(1)
  744.  
  745. trr.Text = "1"
  746.  
  747. sound.Pitch = 1
  748.  
  749. sound:play()
  750.  
  751. tyd.Visible = false
  752.  
  753. tya.Visible = true
  754.  
  755. end
  756.  
  757. if order.Value == 11 then
  758.  
  759. sound:stop()
  760.  
  761. sound.SoundId = "http://www.roblox.com/asset/?id=2027611"
  762.  
  763. cx.Text = "RickRoll'd"
  764.  
  765. wait(1)
  766.  
  767. trr.Text = "1"
  768.  
  769. sound.Pitch = 1
  770.  
  771. sound:play()
  772.  
  773. tyd.Visible = false
  774.  
  775. tya.Visible = true
  776.  
  777. end
  778.  
  779. if order.Value == 12 then
  780.  
  781. sound:stop()
  782.  
  783. sound.SoundId = "http://www.roblox.com/asset/?id=1372261"
  784.  
  785. cx.Text = "Pokemon Battle"
  786.  
  787. wait(1)
  788.  
  789. trr.Text = "1"
  790.  
  791. sound.Pitch = 1
  792.  
  793. sound:play()
  794.  
  795. tyd.Visible = false
  796.  
  797. tya.Visible = true
  798.  
  799. end
  800.  
  801. if order.Value == 13 then
  802.  
  803. sound:stop()
  804.  
  805. sound.SoundId = "http://www.roblox.com/asset/?id=5982975"
  806.  
  807. cx.Text = "Vamonos"
  808.  
  809. wait(1)
  810.  
  811. trr.Text = "1"
  812.  
  813. sound.Pitch = 1
  814.  
  815. sound:play()
  816.  
  817. tyd.Visible = false
  818.  
  819. tya.Visible = true
  820.  
  821. end
  822.  
  823. if order.Value == 14 then
  824.  
  825. sound:stop()
  826.  
  827. sound.SoundId = "http://www.roblox.com/asset/?id=1372262"
  828.  
  829. cx.Text = "Battle of heroes"
  830.  
  831. wait(1)
  832.  
  833. trr.Text = "1"
  834.  
  835. sound.Pitch = 1
  836.  
  837. sound:play()
  838.  
  839. tyd.Visible = false
  840.  
  841. tya.Visible = true
  842.  
  843. end
  844.  
  845. if order.Value == 15 then
  846.  
  847. sound:stop()
  848.  
  849. sound.SoundId = "http://www.roblox.com/asset/?id=1280463"
  850.  
  851. cx.Text = "Chrono Theme"
  852.  
  853. wait(1)
  854.  
  855. trr.Text = "1"
  856.  
  857. sound.Pitch = 1
  858.  
  859. sound:play()
  860.  
  861. tyd.Visible = false
  862.  
  863. tya.Visible = true
  864.  
  865. end
  866.  
  867. if order.Value == 16 then
  868.  
  869. sound:stop()
  870.  
  871. sound.SoundId = "http://www.roblox.com/asset/?id=13061809"
  872.  
  873. cx.Text = "City of dead"
  874.  
  875. wait(1)
  876.  
  877. trr.Text = "0.1"
  878.  
  879. sound.Pitch = 0.1
  880.  
  881. sound:play()
  882.  
  883. tyd.Visible = false
  884.  
  885. tya.Visible = true
  886.  
  887. end
  888.  
  889. if order.Value == 17 then
  890.  
  891. sound:stop()
  892.  
  893. sound.SoundId = "http://www.roblox.com/asset/?id=1280414"
  894.  
  895. cx.Text = "Final Destination"
  896.  
  897. wait(1)
  898.  
  899. trr.Text = "0.1"
  900.  
  901. sound.Pitch = 0.1
  902.  
  903. sound:play()
  904.  
  905. tyd.Visible = false
  906.  
  907. tya.Visible = true
  908.  
  909. end
  910.  
  911. if order.Value == 18 then
  912.  
  913. sound:stop()
  914.  
  915. sound.SoundId = "http://www.roblox.com/asset/?id=1015394"
  916.  
  917. cx.Text = "Winds of Fjords"
  918.  
  919. wait(1)
  920.  
  921. trr.Text = "1"
  922.  
  923. sound.Pitch = 1
  924.  
  925. sound:play()
  926.  
  927. tyd.Visible = false
  928.  
  929. tya.Visible = true
  930.  
  931. end
  932.  
  933. if order.Value == 19 then
  934.  
  935. sound:stop()
  936.  
  937. sound.SoundId = "http://www.roblox.com/asset/?id=27697277"
  938.  
  939. cx.Text = "Awakening"
  940.  
  941. wait(1)
  942.  
  943. trr.Text = "1"
  944.  
  945. sound.Pitch = 1
  946.  
  947. sound:play()
  948.  
  949. tyd.Visible = false
  950.  
  951. tya.Visible = true
  952.  
  953. end
  954.  
  955. if order.Value == 20 then
  956.  
  957. sound:stop()
  958.  
  959. sound.SoundId = "http://www.roblox.com/asset/?id=27697392"
  960.  
  961. cx.Text = "Better Off Alone"
  962.  
  963. wait(1)
  964.  
  965. trr.Text = "1"
  966.  
  967. sound.Pitch = 1
  968.  
  969. sound:play()
  970.  
  971. tyd.Visible = false
  972.  
  973. tya.Visible = true
  974.  
  975. end
  976.  
  977. if order.Value == 21 then
  978.  
  979. sound:stop()
  980.  
  981. sound.SoundId = "http://www.roblox.com/asset/?id=11420922"
  982.  
  983. cx.Text = "DOTR - Horror"
  984.  
  985. wait(1)
  986.  
  987. trr.Text = "1"
  988.  
  989. sound.Pitch = 1
  990.  
  991. sound:play()
  992.  
  993. tyd.Visible = false
  994.  
  995. tya.Visible = true
  996.  
  997. end
  998.  
  999. if order.Value == 22 then
  1000.  
  1001. sound:stop()
  1002.  
  1003. sound.SoundId = "http://www.roblox.com/asset/?id=27697267"
  1004.  
  1005. cx.Text = "Entertainer"
  1006.  
  1007. wait(1)
  1008.  
  1009. trr.Text = "1"
  1010.  
  1011. sound.Pitch = 1
  1012.  
  1013. sound:play()
  1014.  
  1015. tyd.Visible = false
  1016.  
  1017. tya.Visible = true
  1018.  
  1019. end
  1020.  
  1021. if order.Value == 23 then
  1022.  
  1023. sound:stop()
  1024.  
  1025. sound.SoundId = "http://www.roblox.com/asset/?id=27697719"
  1026.  
  1027. cx.Text = "Flight of the Bumblebee"
  1028.  
  1029. wait(1)
  1030.  
  1031. trr.Text = "3"
  1032.  
  1033. sound.Pitch = 3
  1034.  
  1035. sound:play()
  1036.  
  1037. tyd.Visible = false
  1038.  
  1039. tya.Visible = true
  1040.  
  1041. end
  1042.  
  1043. if order.Value == 24 then
  1044.  
  1045. sound:stop()
  1046.  
  1047. sound.SoundId = "http://www.roblox.com/asset/?id=27697298"
  1048.  
  1049. cx.Text = "Foggy Mountain BD"
  1050.  
  1051. wait(1)
  1052.  
  1053. trr.Text = "1"
  1054.  
  1055. sound.Pitch = 1
  1056.  
  1057. sound:play()
  1058.  
  1059. tyd.Visible = false
  1060.  
  1061. tya.Visible = true
  1062.  
  1063. end
  1064.  
  1065. if order.Value == 25 then
  1066.  
  1067. sound:stop()
  1068.  
  1069. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  1070.  
  1071. cx.Text = "Gothic"
  1072.  
  1073. wait(1)
  1074.  
  1075. trr.Text = "1"
  1076.  
  1077. sound.Pitch = 1
  1078.  
  1079. sound:play()
  1080.  
  1081. tyd.Visible = false
  1082.  
  1083. tya.Visible = true
  1084.  
  1085. end
  1086.  
  1087. if order.Value == 26 then
  1088.  
  1089. sound:stop()
  1090.  
  1091. sound.SoundId = "http://www.roblox.com/asset/?id=27697735"
  1092.  
  1093. cx.Text = "Hip Hop"
  1094.  
  1095. wait(1)
  1096.  
  1097. trr.Text = "1"
  1098.  
  1099. sound.Pitch = 1
  1100.  
  1101. sound:play()
  1102.  
  1103. tyd.Visible = false
  1104.  
  1105. tya.Visible = true
  1106.  
  1107. end
  1108.  
  1109. if order.Value == 27 then
  1110.  
  1111. sound:stop()
  1112.  
  1113. sound.SoundId = "http://www.roblox.com/asset/?id=27697707"
  1114.  
  1115. cx.Text = "Intro"
  1116.  
  1117. wait(1)
  1118.  
  1119. trr.Text = "1"
  1120.  
  1121. sound.Pitch = 1
  1122.  
  1123. sound:play()
  1124.  
  1125. tyd.Visible = false
  1126.  
  1127. tya.Visible = true
  1128.  
  1129. end
  1130.  
  1131. if order.Value == 28 then
  1132.  
  1133. sound:stop()
  1134.  
  1135. sound.SoundId = "http://www.roblox.com/asset/?id=27697713"
  1136.  
  1137. cx.Text = "Music for a film"
  1138.  
  1139. wait(1)
  1140.  
  1141. trr.Text = "1"
  1142.  
  1143. sound.Pitch = 1
  1144.  
  1145. sound:play()
  1146.  
  1147. tyd.Visible = false
  1148.  
  1149. tya.Visible = true
  1150.  
  1151. end
  1152.  
  1153. if order.Value == 29 then
  1154.  
  1155. sound:stop()
  1156.  
  1157. sound.SoundId = "http://www.roblox.com/asset/?id=8610025"
  1158.  
  1159. cx.Text = "Nezzera"
  1160.  
  1161. wait(1)
  1162.  
  1163. trr.Text = "1"
  1164.  
  1165. sound.Pitch = 1
  1166.  
  1167. sound:play()
  1168.  
  1169. tyd.Visible = false
  1170.  
  1171. tya.Visible = true
  1172.  
  1173. end
  1174.  
  1175. if order.Value == 30 then
  1176.  
  1177. sound:stop()
  1178.  
  1179. sound.SoundId = "http://www.roblox.com/asset/?id=27697234"
  1180.  
  1181. cx.Text = "Resist"
  1182.  
  1183. wait(1)
  1184.  
  1185. trr.Text = "1"
  1186.  
  1187. sound.Pitch = 1
  1188.  
  1189. sound:play()
  1190.  
  1191. tyd.Visible = false
  1192.  
  1193. tya.Visible = true
  1194.  
  1195. end
  1196.  
  1197. if order.Value == 31 then
  1198.  
  1199. sound:stop()
  1200.  
  1201. sound.SoundId = "http://www.roblox.com/asset/?id=5985787"
  1202.  
  1203. cx.Text = "Schala"
  1204.  
  1205. wait(1)
  1206.  
  1207. trr.Text = "1"
  1208.  
  1209. sound.Pitch = 1
  1210.  
  1211. sound:play()
  1212.  
  1213. tyd.Visible = false
  1214.  
  1215. tya.Visible = true
  1216.  
  1217. end
  1218.  
  1219. if order.Value == 32 then
  1220.  
  1221. sound:stop()
  1222.  
  1223. sound.SoundId = "http://www.roblox.com/asset/?id=11420933"
  1224.  
  1225. cx.Text = "TOPW"
  1226.  
  1227. wait(1)
  1228.  
  1229. trr.Text = "1"
  1230.  
  1231. sound.Pitch = 1
  1232.  
  1233. sound:play()
  1234.  
  1235. tyd.Visible = false
  1236.  
  1237. tya.Visible = true
  1238.  
  1239. end
  1240.  
  1241. if order.Value == 33 then
  1242.  
  1243. sound:stop()
  1244.  
  1245. sound.SoundId = "http://www.roblox.com/asset/?id=11231513"
  1246.  
  1247. cx.Text = "Toccata and Fugue"
  1248.  
  1249. wait(1)
  1250.  
  1251. trr.Text = "1"
  1252.  
  1253. sound.Pitch = 1
  1254.  
  1255. sound:play()
  1256.  
  1257. tyd.Visible = false
  1258.  
  1259. tya.Visible = true
  1260.  
  1261. end
  1262.  
  1263. if order.Value == 34 then
  1264.  
  1265. sound:stop()
  1266.  
  1267. sound.SoundId = "http://www.roblox.com/asset/?id=9650822"
  1268.  
  1269. cx.Text = "Tunnel"
  1270.  
  1271. wait(1)
  1272.  
  1273. trr.Text = "1"
  1274.  
  1275. sound.Pitch = 1
  1276.  
  1277. sound:play()
  1278.  
  1279. tyd.Visible = false
  1280.  
  1281. tya.Visible = true
  1282.  
  1283. end
  1284.  
  1285. if order.Value == 35 then
  1286.  
  1287. sound:stop()
  1288.  
  1289. sound.SoundId = "http://www.roblox.com/asset/?id=5986151"
  1290.  
  1291. cx.Text = "Woman King"
  1292.  
  1293. wait(1)
  1294.  
  1295. trr.Text = "1"
  1296.  
  1297. sound.Pitch = 1
  1298.  
  1299. sound:play()
  1300.  
  1301. tyd.Visible = false
  1302.  
  1303. tya.Visible = true
  1304.  
  1305. end
  1306.  
  1307. end
  1308.  
  1309.  
  1310.  
  1311. function baki()
  1312.  
  1313. script.Parent = Player
  1314.  
  1315. order.Value = order.Value -1
  1316.  
  1317. if order.Value == 0 then
  1318.  
  1319. order.Value = 35
  1320.  
  1321. end
  1322.  
  1323. numba.Text = order.Value
  1324.  
  1325. tyq.Visible = false
  1326.  
  1327. wait(0.1)
  1328.  
  1329. tyq.Visible = true
  1330.  
  1331. if order.Value == 1 then
  1332.  
  1333. sound:stop()
  1334.  
  1335. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  1336.  
  1337. cx.Text = "Fire Emblem"
  1338.  
  1339. wait(1)
  1340.  
  1341. trr.Text = "1"
  1342.  
  1343. sound.Pitch = 1
  1344.  
  1345. sound:play()
  1346.  
  1347. tyd.Visible = false
  1348.  
  1349. tya.Visible = true
  1350.  
  1351. end
  1352.  
  1353. if order.Value == 2 then
  1354.  
  1355. sound:stop()
  1356.  
  1357. sound.SoundId = "http://www.roblox.com/asset/?id=1077604"
  1358.  
  1359. cx.Text = "M.U.L.E"
  1360.  
  1361. wait(1)
  1362.  
  1363. trr.Text = "1"
  1364.  
  1365. sound.Pitch = 1
  1366.  
  1367. sound:play()
  1368.  
  1369. tyd.Visible = false
  1370.  
  1371. tya.Visible = true
  1372.  
  1373. end
  1374.  
  1375. if order.Value == 3 then
  1376.  
  1377. sound:stop()
  1378.  
  1379. sound.SoundId = "http://www.roblox.com/asset/?id=1280473"
  1380.  
  1381. cx.Text = "FFVII Battle"
  1382.  
  1383. wait(1)
  1384.  
  1385. trr.Text = "1"
  1386.  
  1387. sound.Pitch = 1
  1388.  
  1389. sound:play()
  1390.  
  1391. tyd.Visible = false
  1392.  
  1393. tya.Visible = true
  1394.  
  1395. end
  1396.  
  1397. if order.Value == 4 then
  1398.  
  1399. sound:stop()
  1400.  
  1401. sound.SoundId = "http://www.roblox.com/asset/?id=1372257"
  1402.  
  1403. cx.Text = "Cursed Abbey"
  1404.  
  1405. wait(1)
  1406.  
  1407. trr.Text = "1"
  1408.  
  1409. sound.Pitch = 1
  1410.  
  1411. sound:play()
  1412.  
  1413. tyd.Visible = false
  1414.  
  1415. tya.Visible = true
  1416.  
  1417. end
  1418.  
  1419. if order.Value == 5 then
  1420.  
  1421. sound:stop()
  1422.  
  1423. sound.SoundId = "http://www.roblox.com/asset/?id=2303479"
  1424.  
  1425. cx.Text = "Caramelldansen"
  1426.  
  1427. wait(1)
  1428.  
  1429. trr.Text = "1"
  1430.  
  1431. sound.Pitch = 1
  1432.  
  1433. sound:play()
  1434.  
  1435. tyd.Visible = false
  1436.  
  1437. tya.Visible = true
  1438.  
  1439. end
  1440.  
  1441. if order.Value == 6 then
  1442.  
  1443. sound:stop()
  1444.  
  1445. sound.SoundId = "http://www.roblox.com/asset/?id=1280470"
  1446.  
  1447. cx.Text = "Mario song"
  1448.  
  1449. wait(1)
  1450.  
  1451. trr.Text = "1"
  1452.  
  1453. sound.Pitch = 1
  1454.  
  1455. sound:play()
  1456.  
  1457. tyd.Visible = false
  1458.  
  1459. tya.Visible = true
  1460.  
  1461. end
  1462.  
  1463. if order.Value == 7 then
  1464.  
  1465. sound:stop()
  1466.  
  1467. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  1468.  
  1469. cx.Text = "Cool track epic"
  1470.  
  1471. wait(1)
  1472.  
  1473. trr.Text = "4"
  1474.  
  1475. sound.Pitch = 4
  1476.  
  1477. sound:play()
  1478.  
  1479. tyd.Visible = false
  1480.  
  1481. tya.Visible = true
  1482.  
  1483. end
  1484.  
  1485. if order.Value == 8 then
  1486.  
  1487. sound:stop()
  1488.  
  1489. sound.SoundId = "http://www.roblox.com/asset/?id=1034065"
  1490.  
  1491. cx.Text = "Halo theme"
  1492.  
  1493. wait(1)
  1494.  
  1495. trr.Text = "1"
  1496.  
  1497. sound.Pitch = 1
  1498.  
  1499. sound:play()
  1500.  
  1501. tyd.Visible = false
  1502.  
  1503. tya.Visible = true
  1504.  
  1505. end
  1506.  
  1507. if order.Value == 9 then
  1508.  
  1509. sound:stop()
  1510.  
  1511. sound.SoundId = "http://www.roblox.com/asset/?id=1372258"
  1512.  
  1513. cx.Text = "Choir"
  1514.  
  1515. wait(1)
  1516.  
  1517. trr.Text = "1"
  1518.  
  1519. sound.Pitch = 1
  1520.  
  1521. sound:play()
  1522.  
  1523. tyd.Visible = false
  1524.  
  1525. tya.Visible = true
  1526.  
  1527. end
  1528.  
  1529. if order.Value == 10 then
  1530.  
  1531. sound:stop()
  1532.  
  1533. sound.SoundId = "http://www.roblox.com/asset/?id=1372260"
  1534.  
  1535. cx.Text = "One Winged"
  1536.  
  1537. wait(1)
  1538.  
  1539. trr.Text = "1"
  1540.  
  1541. sound.Pitch = 1
  1542.  
  1543. sound:play()
  1544.  
  1545. tyd.Visible = false
  1546.  
  1547. tya.Visible = true
  1548.  
  1549. end
  1550.  
  1551. if order.Value == 11 then
  1552.  
  1553. sound:stop()
  1554.  
  1555. sound.SoundId = "http://www.roblox.com/asset/?id=2027611"
  1556.  
  1557. cx.Text = "RickRoll'd"
  1558.  
  1559. wait(1)
  1560.  
  1561. trr.Text = "1"
  1562.  
  1563. sound.Pitch = 1
  1564.  
  1565. sound:play()
  1566.  
  1567. tyd.Visible = false
  1568.  
  1569. tya.Visible = true
  1570.  
  1571. end
  1572.  
  1573. if order.Value == 12 then
  1574.  
  1575. sound:stop()
  1576.  
  1577. sound.SoundId = "http://www.roblox.com/asset/?id=1372261"
  1578.  
  1579. cx.Text = "Pokemon Battle"
  1580.  
  1581. wait(1)
  1582.  
  1583. trr.Text = "1"
  1584.  
  1585. sound.Pitch = 1
  1586.  
  1587. sound:play()
  1588.  
  1589. tyd.Visible = false
  1590.  
  1591. tya.Visible = true
  1592.  
  1593. end
  1594.  
  1595. if order.Value == 13 then
  1596.  
  1597. sound:stop()
  1598.  
  1599. sound.SoundId = "http://www.roblox.com/asset/?id=5982975"
  1600.  
  1601. cx.Text = "Vamonos"
  1602.  
  1603. wait(1)
  1604.  
  1605. trr.Text = "1"
  1606.  
  1607. sound.Pitch = 1
  1608.  
  1609. sound:play()
  1610.  
  1611. tyd.Visible = false
  1612.  
  1613. tya.Visible = true
  1614.  
  1615. end
  1616.  
  1617. if order.Value == 14 then
  1618.  
  1619. sound:stop()
  1620.  
  1621. sound.SoundId = "http://www.roblox.com/asset/?id=1372262"
  1622.  
  1623. cx.Text = "Battle of heroes"
  1624.  
  1625. wait(1)
  1626.  
  1627. trr.Text = "1"
  1628.  
  1629. sound.Pitch = 1
  1630.  
  1631. sound:play()
  1632.  
  1633. tyd.Visible = false
  1634.  
  1635. tya.Visible = true
  1636.  
  1637. end
  1638.  
  1639. if order.Value == 15 then
  1640.  
  1641. sound:stop()
  1642.  
  1643. sound.SoundId = "http://www.roblox.com/asset/?id=1280463"
  1644.  
  1645. cx.Text = "Chrono Theme"
  1646.  
  1647. wait(1)
  1648.  
  1649. trr.Text = "1"
  1650.  
  1651. sound.Pitch = 1
  1652.  
  1653. sound:play()
  1654.  
  1655. tyd.Visible = false
  1656.  
  1657. tya.Visible = true
  1658.  
  1659. end
  1660.  
  1661. if order.Value == 16 then
  1662.  
  1663. sound:stop()
  1664.  
  1665. sound.SoundId = "http://www.roblox.com/asset/?id=13061809"
  1666.  
  1667. cx.Text = "City of dead"
  1668.  
  1669. wait(1)
  1670.  
  1671. trr.Text = "0.1"
  1672.  
  1673. sound.Pitch = 0.1
  1674.  
  1675. sound:play()
  1676.  
  1677. tyd.Visible = false
  1678.  
  1679. tya.Visible = true
  1680.  
  1681. end
  1682.  
  1683. if order.Value == 17 then
  1684.  
  1685. sound:stop()
  1686.  
  1687. sound.SoundId = "http://www.roblox.com/asset/?id=1280414"
  1688.  
  1689. cx.Text = "Final Destination"
  1690.  
  1691. wait(1)
  1692.  
  1693. trr.Text = "1"
  1694.  
  1695. sound.Pitch = 1
  1696.  
  1697. sound:play()
  1698.  
  1699. tyd.Visible = false
  1700.  
  1701. tya.Visible = true
  1702.  
  1703. end
  1704.  
  1705. if order.Value == 18 then
  1706.  
  1707. sound:stop()
  1708.  
  1709. sound.SoundId = "http://www.roblox.com/asset/?id=1015394"
  1710.  
  1711. cx.Text = "Winds of Fjords"
  1712.  
  1713. wait(1)
  1714.  
  1715. trr.Text = "1"
  1716.  
  1717. sound.Pitch = 1
  1718.  
  1719. sound:play()
  1720.  
  1721. tyd.Visible = false
  1722.  
  1723. tya.Visible = true
  1724.  
  1725. end
  1726.  
  1727. if order.Value == 19 then
  1728.  
  1729. sound:stop()
  1730.  
  1731. sound.SoundId = "http://www.roblox.com/asset/?id=27697277"
  1732.  
  1733. cx.Text = "Awakening"
  1734.  
  1735. wait(1)
  1736.  
  1737. trr.Text = "1"
  1738.  
  1739. sound.Pitch = 1
  1740.  
  1741. sound:play()
  1742.  
  1743. tyd.Visible = false
  1744.  
  1745. tya.Visible = true
  1746.  
  1747. end
  1748.  
  1749. if order.Value == 20 then
  1750.  
  1751. sound:stop()
  1752.  
  1753. sound.SoundId = "http://www.roblox.com/asset/?id=27697392"
  1754.  
  1755. cx.Text = "Better Off Alone"
  1756.  
  1757. wait(1)
  1758.  
  1759. trr.Text = "1"
  1760.  
  1761. sound.Pitch = 1
  1762.  
  1763. sound:play()
  1764.  
  1765. tyd.Visible = false
  1766.  
  1767. tya.Visible = true
  1768.  
  1769. end
  1770.  
  1771. if order.Value == 21 then
  1772.  
  1773. sound:stop()
  1774.  
  1775. sound.SoundId = "http://www.roblox.com/asset/?id=11420922"
  1776.  
  1777. cx.Text = "DOTR - Horror"
  1778.  
  1779. wait(1)
  1780.  
  1781. trr.Text = "1"
  1782.  
  1783. sound.Pitch = 1
  1784.  
  1785. sound:play()
  1786.  
  1787. tyd.Visible = false
  1788.  
  1789. tya.Visible = true
  1790.  
  1791. end
  1792.  
  1793. if order.Value == 22 then
  1794.  
  1795. sound:stop()
  1796.  
  1797. sound.SoundId = "http://www.roblox.com/asset/?id=27697267"
  1798.  
  1799. cx.Text = "Entertainer"
  1800.  
  1801. wait(1)
  1802.  
  1803. trr.Text = "1"
  1804.  
  1805. sound.Pitch = 1
  1806.  
  1807. sound:play()
  1808.  
  1809. tyd.Visible = false
  1810.  
  1811. tya.Visible = true
  1812.  
  1813. end
  1814.  
  1815. if order.Value == 23 then
  1816.  
  1817. sound:stop()
  1818.  
  1819. sound.SoundId = "http://www.roblox.com/asset/?id=27697719"
  1820.  
  1821. cx.Text = "Flight of the Bumblebee"
  1822.  
  1823. wait(1)
  1824.  
  1825. trr.Text = "3"
  1826.  
  1827. sound.Pitch = 3
  1828.  
  1829. sound:play()
  1830.  
  1831. tyd.Visible = false
  1832.  
  1833. tya.Visible = true
  1834.  
  1835. end
  1836.  
  1837. if order.Value == 24 then
  1838.  
  1839. sound:stop()
  1840.  
  1841. sound.SoundId = "http://www.roblox.com/asset/?id=27697298"
  1842.  
  1843. cx.Text = "Foggy Mountain BD"
  1844.  
  1845. wait(1)
  1846.  
  1847. trr.Text = "1"
  1848.  
  1849. sound.Pitch = 1
  1850.  
  1851. sound:play()
  1852.  
  1853. tyd.Visible = false
  1854.  
  1855. tya.Visible = true
  1856.  
  1857. end
  1858.  
  1859. if order.Value == 25 then
  1860.  
  1861. sound:stop()
  1862.  
  1863. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  1864.  
  1865. cx.Text = "Gothic"
  1866.  
  1867. wait(1)
  1868.  
  1869. trr.Text = "1"
  1870.  
  1871. sound.Pitch = 1
  1872.  
  1873. sound:play()
  1874.  
  1875. tyd.Visible = false
  1876.  
  1877. tya.Visible = true
  1878.  
  1879. end
  1880.  
  1881. if order.Value == 26 then
  1882.  
  1883. sound:stop()
  1884.  
  1885. sound.SoundId = "http://www.roblox.com/asset/?id=27697735"
  1886.  
  1887. cx.Text = "Hip Hop"
  1888.  
  1889. wait(1)
  1890.  
  1891. trr.Text = "3"
  1892.  
  1893. sound.Pitch = 3
  1894.  
  1895. sound:play()
  1896.  
  1897. tyd.Visible = false
  1898.  
  1899. tya.Visible = true
  1900.  
  1901. end
  1902.  
  1903. if order.Value == 27 then
  1904.  
  1905. sound:stop()
  1906.  
  1907. sound.SoundId = "http://www.roblox.com/asset/?id=27697707"
  1908.  
  1909. cx.Text = "Intro"
  1910.  
  1911. wait(1)
  1912.  
  1913. trr.Text = "1"
  1914.  
  1915. sound.Pitch = 1
  1916.  
  1917. sound:play()
  1918.  
  1919. tyd.Visible = false
  1920.  
  1921. tya.Visible = true
  1922.  
  1923. end
  1924.  
  1925. if order.Value == 28 then
  1926.  
  1927. sound:stop()
  1928.  
  1929. sound.SoundId = "http://www.roblox.com/asset/?id=27697713"
  1930.  
  1931. cx.Text = "Music for a film"
  1932.  
  1933. wait(1)
  1934.  
  1935. trr.Text = "1"
  1936.  
  1937. sound.Pitch = 1
  1938.  
  1939. sound:play()
  1940.  
  1941. tyd.Visible = false
  1942.  
  1943. tya.Visible = true
  1944.  
  1945. end
  1946.  
  1947. if order.Value == 29 then
  1948.  
  1949. sound:stop()
  1950.  
  1951. sound.SoundId = "http://www.roblox.com/asset/?id=8610025"
  1952.  
  1953. cx.Text = "Nezzera"
  1954.  
  1955. wait(1)
  1956.  
  1957. trr.Text = "1"
  1958.  
  1959. sound.Pitch = 1
  1960.  
  1961. sound:play()
  1962.  
  1963. tyd.Visible = false
  1964.  
  1965. tya.Visible = true
  1966.  
  1967. end
  1968.  
  1969. if order.Value == 30 then
  1970.  
  1971. sound:stop()
  1972.  
  1973. sound.SoundId = "http://www.roblox.com/asset/?id=27697234"
  1974.  
  1975. cx.Text = "Resist"
  1976.  
  1977. wait(1)
  1978.  
  1979. trr.Text = "1"
  1980.  
  1981. sound.Pitch = 1
  1982.  
  1983. sound:play()
  1984.  
  1985. tyd.Visible = false
  1986.  
  1987. tya.Visible = true
  1988.  
  1989. end
  1990.  
  1991. if order.Value == 31 then
  1992.  
  1993. sound:stop()
  1994.  
  1995. sound.SoundId = "http://www.roblox.com/asset/?id=5985787"
  1996.  
  1997. cx.Text = "Schala"
  1998.  
  1999. wait(1)
  2000.  
  2001. trr.Text = "1"
  2002.  
  2003. sound.Pitch = 1
  2004.  
  2005. sound:play()
  2006.  
  2007. tyd.Visible = false
  2008.  
  2009. tya.Visible = true
  2010.  
  2011. end
  2012.  
  2013. if order.Value == 32 then
  2014.  
  2015. sound:stop()
  2016.  
  2017. sound.SoundId = "http://www.roblox.com/asset/?id=11420933"
  2018.  
  2019. cx.Text = "TOPW"
  2020.  
  2021. wait(1)
  2022.  
  2023. trr.Text = "1"
  2024.  
  2025. sound.Pitch = 1
  2026.  
  2027. sound:play()
  2028.  
  2029. tyd.Visible = false
  2030.  
  2031. tya.Visible = true
  2032.  
  2033. end
  2034.  
  2035. if order.Value == 33 then
  2036.  
  2037. sound:stop()
  2038.  
  2039. sound.SoundId = "http://www.roblox.com/asset/?id=11231513"
  2040.  
  2041. cx.Text = "Toccata and Fugue"
  2042.  
  2043. wait(1)
  2044.  
  2045. trr.Text = "1"
  2046.  
  2047. sound.Pitch = 1
  2048.  
  2049. sound:play()
  2050.  
  2051. tyd.Visible = false
  2052.  
  2053. tya.Visible = true
  2054.  
  2055. end
  2056.  
  2057. if order.Value == 34 then
  2058.  
  2059. sound:stop()
  2060.  
  2061. sound.SoundId = "http://www.roblox.com/asset/?id=9650822"
  2062.  
  2063. cx.Text = "Tunnel"
  2064.  
  2065. wait(1)
  2066.  
  2067. trr.Text = "1"
  2068.  
  2069. sound.Pitch = 1
  2070.  
  2071. sound:play()
  2072.  
  2073. tyd.Visible = false
  2074.  
  2075. tya.Visible = true
  2076.  
  2077. end
  2078.  
  2079. if order.Value == 35 then
  2080.  
  2081. sound:stop()
  2082.  
  2083. sound.SoundId = "http://www.roblox.com/asset/?id=5986151"
  2084.  
  2085. cx.Text = "Woman King"
  2086.  
  2087. wait(1)
  2088.  
  2089. trr.Text = "1"
  2090.  
  2091. sound.Pitch = 1
  2092.  
  2093. sound:play()
  2094.  
  2095. tyd.Visible = false
  2096.  
  2097. tya.Visible = true
  2098.  
  2099. end
  2100.  
  2101. end
  2102.  
  2103.  
  2104.  
  2105. function pluspi()
  2106.  
  2107. script.Parent = Player
  2108.  
  2109. sound.Pitch = sound.Pitch + 0.1
  2110.  
  2111. local numn = tonumber(tostring(sound.Pitch):sub(1,4))
  2112.  
  2113. trr.Text = numn
  2114.  
  2115. end
  2116.  
  2117.  
  2118.  
  2119. function minuspi()
  2120.  
  2121. script.Parent = Player
  2122.  
  2123. sound.Pitch = sound.Pitch - 0.1
  2124.  
  2125. local numnv = tonumber(tostring(sound.Pitch):sub(1,4))
  2126.  
  2127. trr.Text = numnv
  2128.  
  2129. end
  2130.  
  2131.  
  2132.  
  2133. function remove()
  2134.  
  2135. local souds = game.Workspace:GetChildren()
  2136.  
  2137. for i = 1, #souds do
  2138.  
  2139. if (souds[i].className == "Sound") then
  2140.  
  2141. souds[i]:stop()
  2142.  
  2143. wait(0.05)
  2144.  
  2145. souds[i]:remove()
  2146.  
  2147. end
  2148.  
  2149. end
  2150.  
  2151. local guu = Instance.new("TextLabel")
  2152.  
  2153. guu.Parent = pla
  2154.  
  2155. guu.Text = "Removal succesful."
  2156.  
  2157. guu.Position = UDim2.new(0,370,0,100)
  2158.  
  2159. guu.Size = UDim2.new(0,300,0,30)
  2160.  
  2161. guu.FontSize = "Size10"
  2162.  
  2163. guu.BackgroundColor = BrickColor.new("Really black")
  2164.  
  2165. guu.TextColor = BrickColor.new("New Yeller")
  2166.  
  2167. guu.BorderColor = BrickColor.new("New Yeller")
  2168.  
  2169. wait(1.5)
  2170.  
  2171. guu:remove()
  2172.  
  2173. end
  2174.  
  2175.  
  2176.  
  2177. function ragga()
  2178.  
  2179. local soujs = game.Workspace:GetChildren()
  2180.  
  2181. for i = 1, #soujs do
  2182.  
  2183. if (soujs[i].className == "Sound") then
  2184.  
  2185. soujs[i]:stop()
  2186.  
  2187. wait(0.05)
  2188.  
  2189. soujs[i]:remove()
  2190.  
  2191. end
  2192.  
  2193. end
  2194.  
  2195. local ghf = Instance.new("TextLabel")
  2196.  
  2197. ghf.Parent = pla
  2198.  
  2199. ghf.Text = "Removal succesful."
  2200.  
  2201. ghf.Position = UDim2.new(0,370,0,100)
  2202.  
  2203. ghf.Size = UDim2.new(0,300,0,30)
  2204.  
  2205. ghf.FontSize = "Size10"
  2206.  
  2207. ghf.BackgroundColor = BrickColor.new("Really black")
  2208.  
  2209. ghf.TextColor = BrickColor.new("New Yeller")
  2210.  
  2211. ghf.BorderColor = BrickColor.new("New Yeller")
  2212.  
  2213. wait(1)
  2214.  
  2215. Player.PlayerGui.RoPlayer.Parent = game.Lighting
  2216.  
  2217. end
  2218.  
  2219.  
  2220.  
  2221. tyv.MouseButton1Click:connect(stopclick)
  2222.  
  2223. tyd.MouseButton1Click:connect(playclick)
  2224.  
  2225. tya.MouseButton1Click:connect(pauseclick)
  2226.  
  2227. tyt.MouseButton1Click:connect(plusclick)
  2228.  
  2229. tyb.MouseButton1Click:connect(minusclick)
  2230.  
  2231. tyq.MouseButton1Click:connect(forw)
  2232.  
  2233. tyk.MouseButton1Click:connect(baki)
  2234.  
  2235. thh.MouseButton1Click:connect(minuspi)
  2236.  
  2237. tjj.MouseButton1Click:connect(pluspi)
  2238.  
  2239. tgg.MouseButton1Click:connect(remove)
  2240.  
  2241. tgs.MouseButton1Click:connect(ragga) Player = game.Players.xSoulStealerx
  2242.  
  2243. script.Parent = Player
  2244.  
  2245. local pla = Instance.new("ScreenGui")
  2246.  
  2247. pla.Parent = Player.PlayerGui
  2248.  
  2249. pla.Name = "RoPlayer"
  2250.  
  2251. local sound = Instance.new("Sound")
  2252.  
  2253. sound.Name = "Sound"
  2254.  
  2255. sound.Pitch = 1
  2256.  
  2257. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  2258.  
  2259. sound.Volume = 0.5
  2260.  
  2261. sound.Looped = true
  2262.  
  2263. sound.archivable = false
  2264.  
  2265. sound.Parent = game.Players
  2266.  
  2267. order = Instance.new("NumberValue")
  2268.  
  2269. order.Parent = pla
  2270.  
  2271. order.Value = 1
  2272.  
  2273. local ss = Instance.new("Frame")
  2274.  
  2275. ss.Parent = pla
  2276.  
  2277. ss.Position = UDim2.new(0,680,0,572)
  2278.  
  2279. ss.Size = UDim2.new(0,270,0,80)
  2280.  
  2281. ss.BackgroundColor3 = Color3.new(0,0,0)
  2282.  
  2283. ss.BorderColor = BrickColor.new("New Yeller")
  2284.  
  2285. local tyf = Instance.new("Frame")
  2286.  
  2287. tyf.Parent = pla
  2288.  
  2289. tyf.Position = UDim2.new(0,680,0,612)
  2290.  
  2291. tyf.Size = UDim2.new(0,270,0,40)
  2292.  
  2293. tyf.BackgroundColor3 = Color3.new(0,0,0)
  2294.  
  2295. tyf.BorderColor = BrickColor.new("New Yeller")
  2296.  
  2297. local tyd = Instance.new("ImageButton")
  2298.  
  2299. tyd.Parent = pla
  2300.  
  2301. tyd.Name = "play"
  2302.  
  2303. tyd.Position = UDim2.new(0,780,0,618)
  2304.  
  2305. tyd.Size = UDim2.new(0,30,0,28)
  2306.  
  2307. tyd.Image = "http://www.roblox.com/asset/?id=37081943"
  2308.  
  2309. tyd.BackgroundColor = BrickColor.new("Black")
  2310.  
  2311. tyd.BorderColor = BrickColor.new("New Yeller")
  2312.  
  2313. local tya = Instance.new("ImageButton")
  2314.  
  2315. tya.Parent = pla
  2316.  
  2317. tya.Name = "pause"
  2318.  
  2319. tya.Position = UDim2.new(0,780,0,618)
  2320.  
  2321. tya.Size = UDim2.new(0,30,0,28)
  2322.  
  2323. tya.Image = "http://www.roblox.com/asset/?id=37081951"
  2324.  
  2325. tya.BackgroundColor = BrickColor.new("Black")
  2326.  
  2327. tya.BorderColor = BrickColor.new("New Yeller")
  2328.  
  2329. tya.Visible = false
  2330.  
  2331. local tyv = Instance.new("ImageButton")
  2332.  
  2333. tyv.Parent = pla
  2334.  
  2335. tyv.Name = "stop"
  2336.  
  2337. tyv.Position = UDim2.new(0,820,0,618)
  2338.  
  2339. tyv.Size = UDim2.new(0,30,0,28)
  2340.  
  2341. tyv.Image = "http://www.roblox.com/asset/?id=37083993"
  2342.  
  2343. tyv.BackgroundColor = BrickColor.new("Black")
  2344.  
  2345. tyv.BorderColor = BrickColor.new("New Yeller")
  2346.  
  2347. local tyk = Instance.new("ImageButton")
  2348.  
  2349. tyk.Parent = pla
  2350.  
  2351. tyk.Name = "back"
  2352.  
  2353. tyk.Position = UDim2.new(0,740,0,618)
  2354.  
  2355. tyk.Size = UDim2.new(0,30,0,28)
  2356.  
  2357. tyk.Image = "http://www.roblox.com/asset/?id=37081932"
  2358.  
  2359. tyk.BackgroundColor = BrickColor.new("Black")
  2360.  
  2361. tyk.BorderColor = BrickColor.new("New Yeller")
  2362.  
  2363. local tyq = Instance.new("ImageButton")
  2364.  
  2365. tyq.Parent = pla
  2366.  
  2367. tyq.Name = "forw"
  2368.  
  2369. tyq.Position = UDim2.new(0,860,0,618)
  2370.  
  2371. tyq.Size = UDim2.new(0,30,0,28)
  2372.  
  2373. tyq.Image = "http://www.roblox.com/asset/?id=37081936"
  2374.  
  2375. tyq.BackgroundColor = BrickColor.new("Black")
  2376.  
  2377. tyq.BorderColor = BrickColor.new("New Yeller")
  2378.  
  2379. local tyx = Instance.new("ImageLabel")
  2380.  
  2381. tyx.Parent = pla
  2382.  
  2383. tyx.Name = "vol"
  2384.  
  2385. tyx.Position = UDim2.new(0,900,0,618)
  2386.  
  2387. tyx.Size = UDim2.new(0,42,0,28)
  2388.  
  2389. tyx.Image = "http://www.roblox.com/asset/?id=37081954"
  2390.  
  2391. tyx.BackgroundColor3 = Color3.new(0,0,0)
  2392.  
  2393. tyx.BorderColor = BrickColor.new("New Yeller")
  2394.  
  2395. local tyz = Instance.new("ImageLabel")
  2396.  
  2397. tyz.Parent = pla
  2398.  
  2399. tyz.Name = "novol"
  2400.  
  2401. tyz.Position = UDim2.new(0,900,0,618)
  2402.  
  2403. tyz.Size = UDim2.new(0,42,0,28)
  2404.  
  2405. tyz.Image = "http://www.roblox.com/asset/?id=37081940"
  2406.  
  2407. tyz.BackgroundColor3 = Color3.new(0,0,0)
  2408.  
  2409. tyz.BorderColor = BrickColor.new("New Yeller")
  2410.  
  2411. tyz.Visible = false
  2412.  
  2413. local tyb = Instance.new("ImageButton")
  2414.  
  2415. tyb.Parent = pla
  2416.  
  2417. tyb.Name = "minus"
  2418.  
  2419. tyb.Position = UDim2.new(0,890,0,584)
  2420.  
  2421. tyb.Size = UDim2.new(0,30,0,28)
  2422.  
  2423. tyb.Image = "http://www.roblox.com/asset/?id=37081938"
  2424.  
  2425. tyb.BackgroundColor = BrickColor.new("Black")
  2426.  
  2427. tyb.BorderColor = BrickColor.new("New Yeller")
  2428.  
  2429. local tyt = Instance.new("ImageButton")
  2430.  
  2431. tyt.Parent = pla
  2432.  
  2433. tyt.Name = "plus"
  2434.  
  2435. tyt.Position = UDim2.new(0,920,0,584)
  2436.  
  2437. tyt.Size = UDim2.new(0,30,0,28)
  2438.  
  2439. tyt.Image = "http://www.roblox.com/asset/?id=37081948"
  2440.  
  2441. tyt.BackgroundColor = BrickColor.new("Black")
  2442.  
  2443. tyt.BorderColor = BrickColor.new("New Yeller")
  2444.  
  2445. local tee = Instance.new("TextLabel")
  2446.  
  2447. tee.Parent = pla
  2448.  
  2449. tee.Name = "volumea"
  2450.  
  2451. tee.Position = UDim2.new(0,899,0,569)
  2452.  
  2453. tee.Size = UDim2.new(0,42,0,15)
  2454.  
  2455. tee.TextColor = BrickColor.new("New Yeller")
  2456.  
  2457. tee.Text = "0.5"
  2458.  
  2459. tee.BackgroundColor = BrickColor.new("Black")
  2460.  
  2461. tee.BorderColor = BrickColor.new("New Yeller")
  2462.  
  2463. tee.FontSize = "Size10"
  2464.  
  2465. local vcc = Instance.new("TextLabel")
  2466.  
  2467. vcc.Parent = pla
  2468.  
  2469. vcc.Name = "lolwutsong"
  2470.  
  2471. vcc.Position = UDim2.new(0,815,0,572)
  2472.  
  2473. vcc.Size = UDim2.new(0,0,0,15)
  2474.  
  2475. vcc.TextColor = BrickColor.new("New Yeller")
  2476.  
  2477. vcc.Text = "Song"
  2478.  
  2479. vcc.BackgroundTransparency = 1
  2480.  
  2481. vcc.FontSize = "Size10"
  2482.  
  2483. local cx = Instance.new("TextLabel")
  2484.  
  2485. cx.Parent = pla
  2486.  
  2487. cx.Name = "songname"
  2488.  
  2489. cx.Position = UDim2.new(0,815,0,584)
  2490.  
  2491. cx.Size = UDim2.new(0,0,0,15)
  2492.  
  2493. cx.TextColor = BrickColor.new("New Yeller")
  2494.  
  2495. cx.Text = "Fire Emblem"
  2496.  
  2497. cx.BackgroundTransparency = 1
  2498.  
  2499. cx.FontSize = "Size9"
  2500.  
  2501. local thh = Instance.new("ImageButton")
  2502.  
  2503. thh.Parent = pla
  2504.  
  2505. thh.Name = "minuspi"
  2506.  
  2507. thh.Position = UDim2.new(0,710,0,584)
  2508.  
  2509. thh.Size = UDim2.new(0,30,0,28)
  2510.  
  2511. thh.Image = "http://www.roblox.com/asset/?id=37081938"
  2512.  
  2513. thh.BackgroundColor = BrickColor.new("Black")
  2514.  
  2515. thh.BorderColor = BrickColor.new("New Yeller")
  2516.  
  2517. local tjj = Instance.new("ImageButton")
  2518.  
  2519. tjj.Parent = pla
  2520.  
  2521. tjj.Name = "pluspi"
  2522.  
  2523. tjj.Position = UDim2.new(0,680,0,584)
  2524.  
  2525. tjj.Size = UDim2.new(0,30,0,28)
  2526.  
  2527. tjj.Image = "http://www.roblox.com/asset/?id=37081948"
  2528.  
  2529. tjj.BackgroundColor = BrickColor.new("Black")
  2530.  
  2531. tjj.BorderColor = BrickColor.new("New Yeller")
  2532.  
  2533. local trr = Instance.new("TextLabel")
  2534.  
  2535. trr.Parent = pla
  2536.  
  2537. trr.Name = "soundpi"
  2538.  
  2539. trr.Position = UDim2.new(0,689,0,569)
  2540.  
  2541. trr.Size = UDim2.new(0,42,0,15)
  2542.  
  2543. trr.TextColor = BrickColor.new("New Yeller")
  2544.  
  2545. trr.Text = "1"
  2546.  
  2547. trr.BackgroundColor = BrickColor.new("Black")
  2548.  
  2549. trr.BorderColor = BrickColor.new("New Yeller")
  2550.  
  2551. trr.FontSize = "Size10"
  2552.  
  2553. local tyvv = Instance.new("ImageLabel")
  2554.  
  2555. tyvv.Parent = pla
  2556.  
  2557. tyvv.Name = "novol"
  2558.  
  2559. tyvv.Position = UDim2.new(0,687,0,618)
  2560.  
  2561. tyvv.Size = UDim2.new(0,42,0,28)
  2562.  
  2563. tyvv.Image = "http://www.roblox.com/asset/?id=37095868"
  2564.  
  2565. tyvv.BackgroundColor3 = Color3.new(0,0,0)
  2566.  
  2567. tyvv.BorderColor = BrickColor.new("New Yeller")
  2568.  
  2569. local tgg = Instance.new("TextButton")
  2570.  
  2571. tgg.Parent = pla
  2572.  
  2573. tgg.Name = "remove"
  2574.  
  2575. tgg.Position = UDim2.new(0,760,0,557)
  2576.  
  2577. tgg.Size = UDim2.new(0,110,0,15)
  2578.  
  2579. tgg.BackgroundColor = BrickColor.new("Black")
  2580.  
  2581. tgg.BorderColor = BrickColor.new("New Yeller")
  2582.  
  2583. tgg.TextColor = BrickColor.new("New Yeller")
  2584.  
  2585. tgg.Text = "Remove sounds"
  2586.  
  2587. tgg.FontSize = "Size9"
  2588.  
  2589. local numba = Instance.new("TextLabel")
  2590.  
  2591. numba.Parent = pla
  2592.  
  2593. numba.Name = "songname"
  2594.  
  2595. numba.Position = UDim2.new(0,811,0,594)
  2596.  
  2597. numba.Size = UDim2.new(0,0,0,15)
  2598.  
  2599. numba.TextColor = BrickColor.new("New Yeller")
  2600.  
  2601. numba.Text = "1"
  2602.  
  2603. numba.BackgroundTransparency = 1
  2604.  
  2605. numba.FontSize = "Size9"
  2606.  
  2607. numba.TextXAlignment = "Right"
  2608.  
  2609. local nu = Instance.new("TextLabel")
  2610.  
  2611. nu.Parent = pla
  2612.  
  2613. nu.Name = "songname"
  2614.  
  2615. nu.Position = UDim2.new(0,820,0,594)
  2616.  
  2617. nu.Size = UDim2.new(0,0,0,15)
  2618.  
  2619. nu.TextColor = BrickColor.new("New Yeller")
  2620.  
  2621. nu.Text = "/35"
  2622.  
  2623. nu.BackgroundTransparency = 1
  2624.  
  2625. nu.FontSize = "Size9"
  2626.  
  2627. local tgs = Instance.new("TextButton")
  2628.  
  2629. tgs.Parent = pla
  2630.  
  2631. tgs.Name = "remgui"
  2632.  
  2633. tgs.Position = UDim2.new(0,760,0,542)
  2634.  
  2635. tgs.Size = UDim2.new(0,110,0,15)
  2636.  
  2637. tgs.BackgroundColor = BrickColor.new("Black")
  2638.  
  2639. tgs.BorderColor = BrickColor.new("New Yeller")
  2640.  
  2641. tgs.TextColor = BrickColor.new("New Yeller")
  2642.  
  2643. tgs.Text = "Remove GUI"
  2644.  
  2645. tgs.FontSize = "Size9"
  2646.  
  2647. local tgvc = Instance.new("ImageLabel")
  2648.  
  2649. tgvc.Parent = pla
  2650.  
  2651. tgvc.Name = "rbxlmp"
  2652.  
  2653. tgvc.Position = UDim2.new(0,750,0,503)
  2654.  
  2655. tgvc.Size = UDim2.new(0,130,0,42)
  2656.  
  2657. tgvc.BackgroundTransparency = 1
  2658.  
  2659. tgvc.Image = "http://www.roblox.com/asset/?id=37280829"
  2660.  
  2661. script.Parent = Player
  2662.  
  2663.  
  2664.  
  2665. function playclick()
  2666.  
  2667. script.Parent = Player
  2668.  
  2669. sound:play()
  2670.  
  2671. tyd.Visible = false
  2672.  
  2673. wait(0.1)
  2674.  
  2675. tya.Visible = true
  2676.  
  2677. end
  2678.  
  2679.  
  2680.  
  2681. function pauseclick()
  2682.  
  2683. script.Parent = Player
  2684.  
  2685. sound:pause()
  2686.  
  2687. tyd.Visible = true
  2688.  
  2689. wait(0.1)
  2690.  
  2691. tya.Visible = false
  2692.  
  2693. end
  2694.  
  2695.  
  2696.  
  2697. function stopclick()
  2698.  
  2699. script.Parent = Player
  2700.  
  2701. sound:stop()
  2702.  
  2703. tyd.Visible = true
  2704.  
  2705. tya.Visible = false
  2706.  
  2707. tyv.Visible = false
  2708.  
  2709. wait(0.1)
  2710.  
  2711. tyv.Visible = true
  2712.  
  2713. end
  2714.  
  2715.  
  2716.  
  2717. function plusclick()
  2718.  
  2719. script.Parent = Player
  2720.  
  2721. sound.Volume = sound.Volume + 0.05
  2722.  
  2723. local num = tonumber(tostring(sound.Volume):sub(1,4))
  2724.  
  2725. tee.Text = num
  2726.  
  2727. if sound.Volume <= 0.0001 then return end
  2728.  
  2729. tyz.Visible = false
  2730.  
  2731. tyx.Visible = true
  2732.  
  2733. end
  2734.  
  2735.  
  2736.  
  2737. function minusclick()
  2738.  
  2739. script.Parent = Player
  2740.  
  2741. sound.Volume = sound.Volume - 0.05
  2742.  
  2743. local num = tonumber(tostring(sound.Volume):sub(1,4))
  2744.  
  2745. tee.Text = num
  2746.  
  2747. if sound.Volume >= 0.0001 then return end
  2748.  
  2749. tyz.Visible = true
  2750.  
  2751. tyx.Visible = false
  2752.  
  2753. end
  2754.  
  2755.  
  2756.  
  2757. function forw()
  2758.  
  2759. script.Parent = Player
  2760.  
  2761. order.Value = order.Value + 1
  2762.  
  2763. if order.Value == 36 then
  2764.  
  2765. order.Value = 1
  2766.  
  2767. end
  2768.  
  2769. numba.Text = order.Value
  2770.  
  2771. tyq.Visible = false
  2772.  
  2773. wait(0.1)
  2774.  
  2775. tyq.Visible = true
  2776.  
  2777. if order.Value == 1 then
  2778.  
  2779. sound:stop()
  2780.  
  2781. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  2782.  
  2783. cx.Text = "Fire Emblem"
  2784.  
  2785. wait(1)
  2786.  
  2787. trr.Text = "1"
  2788.  
  2789. sound.Pitch = 1
  2790.  
  2791. sound:play()
  2792.  
  2793. tyd.Visible = false
  2794.  
  2795. tya.Visible = true
  2796.  
  2797. end
  2798.  
  2799. if order.Value == 2 then
  2800.  
  2801. sound:stop()
  2802.  
  2803. sound.SoundId = "http://www.roblox.com/asset/?id=1077604"
  2804.  
  2805. cx.Text = "M.U.L.E"
  2806.  
  2807. wait(1)
  2808.  
  2809. trr.Text = "1"
  2810.  
  2811. sound.Pitch = 1
  2812.  
  2813. sound:play()
  2814.  
  2815. tyd.Visible = false
  2816.  
  2817. tya.Visible = true
  2818.  
  2819. end
  2820.  
  2821. if order.Value == 3 then
  2822.  
  2823. sound:stop()
  2824.  
  2825. sound.SoundId = "http://www.roblox.com/asset/?id=1280473"
  2826.  
  2827. cx.Text = "FFVII Battle"
  2828.  
  2829. wait(1)
  2830.  
  2831. trr.Text = "1"
  2832.  
  2833. sound.Pitch = 1
  2834.  
  2835. sound:play()
  2836.  
  2837. tyd.Visible = false
  2838.  
  2839. tya.Visible = true
  2840.  
  2841. end
  2842.  
  2843. if order.Value == 4 then
  2844.  
  2845. sound:stop()
  2846.  
  2847. sound.SoundId = "http://www.roblox.com/asset/?id=1372257"
  2848.  
  2849. cx.Text = "Cursed Abbey"
  2850.  
  2851. wait(1)
  2852.  
  2853. trr.Text = "1"
  2854.  
  2855. sound.Pitch = 1
  2856.  
  2857. sound:play()
  2858.  
  2859. tyd.Visible = false
  2860.  
  2861. tya.Visible = true
  2862.  
  2863. end
  2864.  
  2865. if order.Value == 5 then
  2866.  
  2867. sound:stop()
  2868.  
  2869. sound.SoundId = "http://www.roblox.com/asset/?id=2303479"
  2870.  
  2871. cx.Text = "Caramelldansen"
  2872.  
  2873. wait(1)
  2874.  
  2875. trr.Text = "1"
  2876.  
  2877. sound.Pitch = 1
  2878.  
  2879. sound:play()
  2880.  
  2881. tyd.Visible = false
  2882.  
  2883. tya.Visible = true
  2884.  
  2885. end
  2886.  
  2887. if order.Value == 6 then
  2888.  
  2889. sound:stop()
  2890.  
  2891. sound.SoundId = "http://www.roblox.com/asset/?id=1280470"
  2892.  
  2893. cx.Text = "Mario song"
  2894.  
  2895. wait(1)
  2896.  
  2897. trr.Text = "1"
  2898.  
  2899. sound.Pitch = 1
  2900.  
  2901. sound:play()
  2902.  
  2903. tyd.Visible = false
  2904.  
  2905. tya.Visible = true
  2906.  
  2907. end
  2908.  
  2909. if order.Value == 7 then
  2910.  
  2911. sound:stop()
  2912.  
  2913. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  2914.  
  2915. cx.Text = "Cool track epic"
  2916.  
  2917. wait(1)
  2918.  
  2919. trr.Text = "4"
  2920.  
  2921. sound.Pitch = 4
  2922.  
  2923. sound:play()
  2924.  
  2925. tyd.Visible = false
  2926.  
  2927. tya.Visible = true
  2928.  
  2929. end
  2930.  
  2931. if order.Value == 8 then
  2932.  
  2933. sound:stop()
  2934.  
  2935. sound.SoundId = "http://www.roblox.com/asset/?id=1034065"
  2936.  
  2937. cx.Text = "Halo theme"
  2938.  
  2939. wait(1)
  2940.  
  2941. trr.Text = "1"
  2942.  
  2943. sound.Pitch = 1
  2944.  
  2945. sound:play()
  2946.  
  2947. tyd.Visible = false
  2948.  
  2949. tya.Visible = true
  2950.  
  2951. end
  2952.  
  2953. if order.Value == 9 then
  2954.  
  2955. sound:stop()
  2956.  
  2957. sound.SoundId = "http://www.roblox.com/asset/?id=1372258"
  2958.  
  2959. cx.Text = "Choir"
  2960.  
  2961. wait(1)
  2962.  
  2963. trr.Text = "1"
  2964.  
  2965. sound.Pitch = 1
  2966.  
  2967. sound:play()
  2968.  
  2969. tyd.Visible = false
  2970.  
  2971. tya.Visible = true
  2972.  
  2973. end
  2974.  
  2975. if order.Value == 10 then
  2976.  
  2977. sound:stop()
  2978.  
  2979. sound.SoundId = "http://www.roblox.com/asset/?id=1372260"
  2980.  
  2981. cx.Text = "One Winged"
  2982.  
  2983. wait(1)
  2984.  
  2985. trr.Text = "1"
  2986.  
  2987. sound.Pitch = 1
  2988.  
  2989. sound:play()
  2990.  
  2991. tyd.Visible = false
  2992.  
  2993. tya.Visible = true
  2994.  
  2995. end
  2996.  
  2997. if order.Value == 11 then
  2998.  
  2999. sound:stop()
  3000.  
  3001. sound.SoundId = "http://www.roblox.com/asset/?id=2027611"
  3002.  
  3003. cx.Text = "RickRoll'd"
  3004.  
  3005. wait(1)
  3006.  
  3007. trr.Text = "1"
  3008.  
  3009. sound.Pitch = 1
  3010.  
  3011. sound:play()
  3012.  
  3013. tyd.Visible = false
  3014.  
  3015. tya.Visible = true
  3016.  
  3017. end
  3018.  
  3019. if order.Value == 12 then
  3020.  
  3021. sound:stop()
  3022.  
  3023. sound.SoundId = "http://www.roblox.com/asset/?id=1372261"
  3024.  
  3025. cx.Text = "Pokemon Battle"
  3026.  
  3027. wait(1)
  3028.  
  3029. trr.Text = "1"
  3030.  
  3031. sound.Pitch = 1
  3032.  
  3033. sound:play()
  3034.  
  3035. tyd.Visible = false
  3036.  
  3037. tya.Visible = true
  3038.  
  3039. end
  3040.  
  3041. if order.Value == 13 then
  3042.  
  3043. sound:stop()
  3044.  
  3045. sound.SoundId = "http://www.roblox.com/asset/?id=5982975"
  3046.  
  3047. cx.Text = "Vamonos"
  3048.  
  3049. wait(1)
  3050.  
  3051. trr.Text = "1"
  3052.  
  3053. sound.Pitch = 1
  3054.  
  3055. sound:play()
  3056.  
  3057. tyd.Visible = false
  3058.  
  3059. tya.Visible = true
  3060.  
  3061. end
  3062.  
  3063. if order.Value == 14 then
  3064.  
  3065. sound:stop()
  3066.  
  3067. sound.SoundId = "http://www.roblox.com/asset/?id=1372262"
  3068.  
  3069. cx.Text = "Battle of heroes"
  3070.  
  3071. wait(1)
  3072.  
  3073. trr.Text = "1"
  3074.  
  3075. sound.Pitch = 1
  3076.  
  3077. sound:play()
  3078.  
  3079. tyd.Visible = false
  3080.  
  3081. tya.Visible = true
  3082.  
  3083. end
  3084.  
  3085. if order.Value == 15 then
  3086.  
  3087. sound:stop()
  3088.  
  3089. sound.SoundId = "http://www.roblox.com/asset/?id=1280463"
  3090.  
  3091. cx.Text = "Chrono Theme"
  3092.  
  3093. wait(1)
  3094.  
  3095. trr.Text = "1"
  3096.  
  3097. sound.Pitch = 1
  3098.  
  3099. sound:play()
  3100.  
  3101. tyd.Visible = false
  3102.  
  3103. tya.Visible = true
  3104.  
  3105. end
  3106.  
  3107. if order.Value == 16 then
  3108.  
  3109. sound:stop()
  3110.  
  3111. sound.SoundId = "http://www.roblox.com/asset/?id=13061809"
  3112.  
  3113. cx.Text = "City of dead"
  3114.  
  3115. wait(1)
  3116.  
  3117. trr.Text = "0.1"
  3118.  
  3119. sound.Pitch = 0.1
  3120.  
  3121. sound:play()
  3122.  
  3123. tyd.Visible = false
  3124.  
  3125. tya.Visible = true
  3126.  
  3127. end
  3128.  
  3129. if order.Value == 17 then
  3130.  
  3131. sound:stop()
  3132.  
  3133. sound.SoundId = "http://www.roblox.com/asset/?id=1280414"
  3134.  
  3135. cx.Text = "Final Destination"
  3136.  
  3137. wait(1)
  3138.  
  3139. trr.Text = "0.1"
  3140.  
  3141. sound.Pitch = 0.1
  3142.  
  3143. sound:play()
  3144.  
  3145. tyd.Visible = false
  3146.  
  3147. tya.Visible = true
  3148.  
  3149. end
  3150.  
  3151. if order.Value == 18 then
  3152.  
  3153. sound:stop()
  3154.  
  3155. sound.SoundId = "http://www.roblox.com/asset/?id=1015394"
  3156.  
  3157. cx.Text = "Winds of Fjords"
  3158.  
  3159. wait(1)
  3160.  
  3161. trr.Text = "1"
  3162.  
  3163. sound.Pitch = 1
  3164.  
  3165. sound:play()
  3166.  
  3167. tyd.Visible = false
  3168.  
  3169. tya.Visible = true
  3170.  
  3171. end
  3172.  
  3173. if order.Value == 19 then
  3174.  
  3175. sound:stop()
  3176.  
  3177. sound.SoundId = "http://www.roblox.com/asset/?id=27697277"
  3178.  
  3179. cx.Text = "Awakening"
  3180.  
  3181. wait(1)
  3182.  
  3183. trr.Text = "1"
  3184.  
  3185. sound.Pitch = 1
  3186.  
  3187. sound:play()
  3188.  
  3189. tyd.Visible = false
  3190.  
  3191. tya.Visible = true
  3192.  
  3193. end
  3194.  
  3195. if order.Value == 20 then
  3196.  
  3197. sound:stop()
  3198.  
  3199. sound.SoundId = "http://www.roblox.com/asset/?id=27697392"
  3200.  
  3201. cx.Text = "Better Off Alone"
  3202.  
  3203. wait(1)
  3204.  
  3205. trr.Text = "1"
  3206.  
  3207. sound.Pitch = 1
  3208.  
  3209. sound:play()
  3210.  
  3211. tyd.Visible = false
  3212.  
  3213. tya.Visible = true
  3214.  
  3215. end
  3216.  
  3217. if order.Value == 21 then
  3218.  
  3219. sound:stop()
  3220.  
  3221. sound.SoundId = "http://www.roblox.com/asset/?id=11420922"
  3222.  
  3223. cx.Text = "DOTR - Horror"
  3224.  
  3225. wait(1)
  3226.  
  3227. trr.Text = "1"
  3228.  
  3229. sound.Pitch = 1
  3230.  
  3231. sound:play()
  3232.  
  3233. tyd.Visible = false
  3234.  
  3235. tya.Visible = true
  3236.  
  3237. end
  3238.  
  3239. if order.Value == 22 then
  3240.  
  3241. sound:stop()
  3242.  
  3243. sound.SoundId = "http://www.roblox.com/asset/?id=27697267"
  3244.  
  3245. cx.Text = "Entertainer"
  3246.  
  3247. wait(1)
  3248.  
  3249. trr.Text = "1"
  3250.  
  3251. sound.Pitch = 1
  3252.  
  3253. sound:play()
  3254.  
  3255. tyd.Visible = false
  3256.  
  3257. tya.Visible = true
  3258.  
  3259. end
  3260.  
  3261. if order.Value == 23 then
  3262.  
  3263. sound:stop()
  3264.  
  3265. sound.SoundId = "http://www.roblox.com/asset/?id=27697719"
  3266.  
  3267. cx.Text = "Flight of the Bumblebee"
  3268.  
  3269. wait(1)
  3270.  
  3271. trr.Text = "3"
  3272.  
  3273. sound.Pitch = 3
  3274.  
  3275. sound:play()
  3276.  
  3277. tyd.Visible = false
  3278.  
  3279. tya.Visible = true
  3280.  
  3281. end
  3282.  
  3283. if order.Value == 24 then
  3284.  
  3285. sound:stop()
  3286.  
  3287. sound.SoundId = "http://www.roblox.com/asset/?id=27697298"
  3288.  
  3289. cx.Text = "Foggy Mountain BD"
  3290.  
  3291. wait(1)
  3292.  
  3293. trr.Text = "1"
  3294.  
  3295. sound.Pitch = 1
  3296.  
  3297. sound:play()
  3298.  
  3299. tyd.Visible = false
  3300.  
  3301. tya.Visible = true
  3302.  
  3303. end
  3304.  
  3305. if order.Value == 25 then
  3306.  
  3307. sound:stop()
  3308.  
  3309. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  3310.  
  3311. cx.Text = "Gothic"
  3312.  
  3313. wait(1)
  3314.  
  3315. trr.Text = "1"
  3316.  
  3317. sound.Pitch = 1
  3318.  
  3319. sound:play()
  3320.  
  3321. tyd.Visible = false
  3322.  
  3323. tya.Visible = true
  3324.  
  3325. end
  3326.  
  3327. if order.Value == 26 then
  3328.  
  3329. sound:stop()
  3330.  
  3331. sound.SoundId = "http://www.roblox.com/asset/?id=27697735"
  3332.  
  3333. cx.Text = "Hip Hop"
  3334.  
  3335. wait(1)
  3336.  
  3337. trr.Text = "1"
  3338.  
  3339. sound.Pitch = 1
  3340.  
  3341. sound:play()
  3342.  
  3343. tyd.Visible = false
  3344.  
  3345. tya.Visible = true
  3346.  
  3347. end
  3348.  
  3349. if order.Value == 27 then
  3350.  
  3351. sound:stop()
  3352.  
  3353. sound.SoundId = "http://www.roblox.com/asset/?id=27697707"
  3354.  
  3355. cx.Text = "Intro"
  3356.  
  3357. wait(1)
  3358.  
  3359. trr.Text = "1"
  3360.  
  3361. sound.Pitch = 1
  3362.  
  3363. sound:play()
  3364.  
  3365. tyd.Visible = false
  3366.  
  3367. tya.Visible = true
  3368.  
  3369. end
  3370.  
  3371. if order.Value == 28 then
  3372.  
  3373. sound:stop()
  3374.  
  3375. sound.SoundId = "http://www.roblox.com/asset/?id=27697713"
  3376.  
  3377. cx.Text = "Music for a film"
  3378.  
  3379. wait(1)
  3380.  
  3381. trr.Text = "1"
  3382.  
  3383. sound.Pitch = 1
  3384.  
  3385. sound:play()
  3386.  
  3387. tyd.Visible = false
  3388.  
  3389. tya.Visible = true
  3390.  
  3391. end
  3392.  
  3393. if order.Value == 29 then
  3394.  
  3395. sound:stop()
  3396.  
  3397. sound.SoundId = "http://www.roblox.com/asset/?id=8610025"
  3398.  
  3399. cx.Text = "Nezzera"
  3400.  
  3401. wait(1)
  3402.  
  3403. trr.Text = "1"
  3404.  
  3405. sound.Pitch = 1
  3406.  
  3407. sound:play()
  3408.  
  3409. tyd.Visible = false
  3410.  
  3411. tya.Visible = true
  3412.  
  3413. end
  3414.  
  3415. if order.Value == 30 then
  3416.  
  3417. sound:stop()
  3418.  
  3419. sound.SoundId = "http://www.roblox.com/asset/?id=27697234"
  3420.  
  3421. cx.Text = "Resist"
  3422.  
  3423. wait(1)
  3424.  
  3425. trr.Text = "1"
  3426.  
  3427. sound.Pitch = 1
  3428.  
  3429. sound:play()
  3430.  
  3431. tyd.Visible = false
  3432.  
  3433. tya.Visible = true
  3434.  
  3435. end
  3436.  
  3437. if order.Value == 31 then
  3438.  
  3439. sound:stop()
  3440.  
  3441. sound.SoundId = "http://www.roblox.com/asset/?id=5985787"
  3442.  
  3443. cx.Text = "Schala"
  3444.  
  3445. wait(1)
  3446.  
  3447. trr.Text = "1"
  3448.  
  3449. sound.Pitch = 1
  3450.  
  3451. sound:play()
  3452.  
  3453. tyd.Visible = false
  3454.  
  3455. tya.Visible = true
  3456.  
  3457. end
  3458.  
  3459. if order.Value == 32 then
  3460.  
  3461. sound:stop()
  3462.  
  3463. sound.SoundId = "http://www.roblox.com/asset/?id=11420933"
  3464.  
  3465. cx.Text = "TOPW"
  3466.  
  3467. wait(1)
  3468.  
  3469. trr.Text = "1"
  3470.  
  3471. sound.Pitch = 1
  3472.  
  3473. sound:play()
  3474.  
  3475. tyd.Visible = false
  3476.  
  3477. tya.Visible = true
  3478.  
  3479. end
  3480.  
  3481. if order.Value == 33 then
  3482.  
  3483. sound:stop()
  3484.  
  3485. sound.SoundId = "http://www.roblox.com/asset/?id=11231513"
  3486.  
  3487. cx.Text = "Toccata and Fugue"
  3488.  
  3489. wait(1)
  3490.  
  3491. trr.Text = "1"
  3492.  
  3493. sound.Pitch = 1
  3494.  
  3495. sound:play()
  3496.  
  3497. tyd.Visible = false
  3498.  
  3499. tya.Visible = true
  3500.  
  3501. end
  3502.  
  3503. if order.Value == 34 then
  3504.  
  3505. sound:stop()
  3506.  
  3507. sound.SoundId = "http://www.roblox.com/asset/?id=9650822"
  3508.  
  3509. cx.Text = "Tunnel"
  3510.  
  3511. wait(1)
  3512.  
  3513. trr.Text = "1"
  3514.  
  3515. sound.Pitch = 1
  3516.  
  3517. sound:play()
  3518.  
  3519. tyd.Visible = false
  3520.  
  3521. tya.Visible = true
  3522.  
  3523. end
  3524.  
  3525. if order.Value == 35 then
  3526.  
  3527. sound:stop()
  3528.  
  3529. sound.SoundId = "http://www.roblox.com/asset/?id=5986151"
  3530.  
  3531. cx.Text = "Woman King"
  3532.  
  3533. wait(1)
  3534.  
  3535. trr.Text = "1"
  3536.  
  3537. sound.Pitch = 1
  3538.  
  3539. sound:play()
  3540.  
  3541. tyd.Visible = false
  3542.  
  3543. tya.Visible = true
  3544.  
  3545. end
  3546.  
  3547. end
  3548.  
  3549.  
  3550.  
  3551. function baki()
  3552.  
  3553. script.Parent = Player
  3554.  
  3555. order.Value = order.Value -1
  3556.  
  3557. if order.Value == 0 then
  3558.  
  3559. order.Value = 35
  3560.  
  3561. end
  3562.  
  3563. numba.Text = order.Value
  3564.  
  3565. tyq.Visible = false
  3566.  
  3567. wait(0.1)
  3568.  
  3569. tyq.Visible = true
  3570.  
  3571. if order.Value == 1 then
  3572.  
  3573. sound:stop()
  3574.  
  3575. sound.SoundId = "http://www.roblox.com/asset/?id=1372259"
  3576.  
  3577. cx.Text = "Fire Emblem"
  3578.  
  3579. wait(1)
  3580.  
  3581. trr.Text = "1"
  3582.  
  3583. sound.Pitch = 1
  3584.  
  3585. sound:play()
  3586.  
  3587. tyd.Visible = false
  3588.  
  3589. tya.Visible = true
  3590.  
  3591. end
  3592.  
  3593. if order.Value == 2 then
  3594.  
  3595. sound:stop()
  3596.  
  3597. sound.SoundId = "http://www.roblox.com/asset/?id=1077604"
  3598.  
  3599. cx.Text = "M.U.L.E"
  3600.  
  3601. wait(1)
  3602.  
  3603. trr.Text = "1"
  3604.  
  3605. sound.Pitch = 1
  3606.  
  3607. sound:play()
  3608.  
  3609. tyd.Visible = false
  3610.  
  3611. tya.Visible = true
  3612.  
  3613. end
  3614.  
  3615. if order.Value == 3 then
  3616.  
  3617. sound:stop()
  3618.  
  3619. sound.SoundId = "http://www.roblox.com/asset/?id=1280473"
  3620.  
  3621. cx.Text = "FFVII Battle"
  3622.  
  3623. wait(1)
  3624.  
  3625. trr.Text = "1"
  3626.  
  3627. sound.Pitch = 1
  3628.  
  3629. sound:play()
  3630.  
  3631. tyd.Visible = false
  3632.  
  3633. tya.Visible = true
  3634.  
  3635. end
  3636.  
  3637. if order.Value == 4 then
  3638.  
  3639. sound:stop()
  3640.  
  3641. sound.SoundId = "http://www.roblox.com/asset/?id=1372257"
  3642.  
  3643. cx.Text = "Cursed Abbey"
  3644.  
  3645. wait(1)
  3646.  
  3647. trr.Text = "1"
  3648.  
  3649. sound.Pitch = 1
  3650.  
  3651. sound:play()
  3652.  
  3653. tyd.Visible = false
  3654.  
  3655. tya.Visible = true
  3656.  
  3657. end
  3658.  
  3659. if order.Value == 5 then
  3660.  
  3661. sound:stop()
  3662.  
  3663. sound.SoundId = "http://www.roblox.com/asset/?id=2303479"
  3664.  
  3665. cx.Text = "Caramelldansen"
  3666.  
  3667. wait(1)
  3668.  
  3669. trr.Text = "1"
  3670.  
  3671. sound.Pitch = 1
  3672.  
  3673. sound:play()
  3674.  
  3675. tyd.Visible = false
  3676.  
  3677. tya.Visible = true
  3678.  
  3679. end
  3680.  
  3681. if order.Value == 6 then
  3682.  
  3683. sound:stop()
  3684.  
  3685. sound.SoundId = "http://www.roblox.com/asset/?id=1280470"
  3686.  
  3687. cx.Text = "Mario song"
  3688.  
  3689. wait(1)
  3690.  
  3691. trr.Text = "1"
  3692.  
  3693. sound.Pitch = 1
  3694.  
  3695. sound:play()
  3696.  
  3697. tyd.Visible = false
  3698.  
  3699. tya.Visible = true
  3700.  
  3701. end
  3702.  
  3703. if order.Value == 7 then
  3704.  
  3705. sound:stop()
  3706.  
  3707. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  3708.  
  3709. cx.Text = "Cool track epic"
  3710.  
  3711. wait(1)
  3712.  
  3713. trr.Text = "4"
  3714.  
  3715. sound.Pitch = 4
  3716.  
  3717. sound:play()
  3718.  
  3719. tyd.Visible = false
  3720.  
  3721. tya.Visible = true
  3722.  
  3723. end
  3724.  
  3725. if order.Value == 8 then
  3726.  
  3727. sound:stop()
  3728.  
  3729. sound.SoundId = "http://www.roblox.com/asset/?id=1034065"
  3730.  
  3731. cx.Text = "Halo theme"
  3732.  
  3733. wait(1)
  3734.  
  3735. trr.Text = "1"
  3736.  
  3737. sound.Pitch = 1
  3738.  
  3739. sound:play()
  3740.  
  3741. tyd.Visible = false
  3742.  
  3743. tya.Visible = true
  3744.  
  3745. end
  3746.  
  3747. if order.Value == 9 then
  3748.  
  3749. sound:stop()
  3750.  
  3751. sound.SoundId = "http://www.roblox.com/asset/?id=1372258"
  3752.  
  3753. cx.Text = "Choir"
  3754.  
  3755. wait(1)
  3756.  
  3757. trr.Text = "1"
  3758.  
  3759. sound.Pitch = 1
  3760.  
  3761. sound:play()
  3762.  
  3763. tyd.Visible = false
  3764.  
  3765. tya.Visible = true
  3766.  
  3767. end
  3768.  
  3769. if order.Value == 10 then
  3770.  
  3771. sound:stop()
  3772.  
  3773. sound.SoundId = "http://www.roblox.com/asset/?id=1372260"
  3774.  
  3775. cx.Text = "One Winged"
  3776.  
  3777. wait(1)
  3778.  
  3779. trr.Text = "1"
  3780.  
  3781. sound.Pitch = 1
  3782.  
  3783. sound:play()
  3784.  
  3785. tyd.Visible = false
  3786.  
  3787. tya.Visible = true
  3788.  
  3789. end
  3790.  
  3791. if order.Value == 11 then
  3792.  
  3793. sound:stop()
  3794.  
  3795. sound.SoundId = "http://www.roblox.com/asset/?id=2027611"
  3796.  
  3797. cx.Text = "RickRoll'd"
  3798.  
  3799. wait(1)
  3800.  
  3801. trr.Text = "1"
  3802.  
  3803. sound.Pitch = 1
  3804.  
  3805. sound:play()
  3806.  
  3807. tyd.Visible = false
  3808.  
  3809. tya.Visible = true
  3810.  
  3811. end
  3812.  
  3813. if order.Value == 12 then
  3814.  
  3815. sound:stop()
  3816.  
  3817. sound.SoundId = "http://www.roblox.com/asset/?id=1372261"
  3818.  
  3819. cx.Text = "Pokemon Battle"
  3820.  
  3821. wait(1)
  3822.  
  3823. trr.Text = "1"
  3824.  
  3825. sound.Pitch = 1
  3826.  
  3827. sound:play()
  3828.  
  3829. tyd.Visible = false
  3830.  
  3831. tya.Visible = true
  3832.  
  3833. end
  3834.  
  3835. if order.Value == 13 then
  3836.  
  3837. sound:stop()
  3838.  
  3839. sound.SoundId = "http://www.roblox.com/asset/?id=5982975"
  3840.  
  3841. cx.Text = "Vamonos"
  3842.  
  3843. wait(1)
  3844.  
  3845. trr.Text = "1"
  3846.  
  3847. sound.Pitch = 1
  3848.  
  3849. sound:play()
  3850.  
  3851. tyd.Visible = false
  3852.  
  3853. tya.Visible = true
  3854.  
  3855. end
  3856.  
  3857. if order.Value == 14 then
  3858.  
  3859. sound:stop()
  3860.  
  3861. sound.SoundId = "http://www.roblox.com/asset/?id=1372262"
  3862.  
  3863. cx.Text = "Battle of heroes"
  3864.  
  3865. wait(1)
  3866.  
  3867. trr.Text = "1"
  3868.  
  3869. sound.Pitch = 1
  3870.  
  3871. sound:play()
  3872.  
  3873. tyd.Visible = false
  3874.  
  3875. tya.Visible = true
  3876.  
  3877. end
  3878.  
  3879. if order.Value == 15 then
  3880.  
  3881. sound:stop()
  3882.  
  3883. sound.SoundId = "http://www.roblox.com/asset/?id=1280463"
  3884.  
  3885. cx.Text = "Chrono Theme"
  3886.  
  3887. wait(1)
  3888.  
  3889. trr.Text = "1"
  3890.  
  3891. sound.Pitch = 1
  3892.  
  3893. sound:play()
  3894.  
  3895. tyd.Visible = false
  3896.  
  3897. tya.Visible = true
  3898.  
  3899. end
  3900.  
  3901. if order.Value == 16 then
  3902.  
  3903. sound:stop()
  3904.  
  3905. sound.SoundId = "http://www.roblox.com/asset/?id=13061809"
  3906.  
  3907. cx.Text = "City of dead"
  3908.  
  3909. wait(1)
  3910.  
  3911. trr.Text = "0.1"
  3912.  
  3913. sound.Pitch = 0.1
  3914.  
  3915. sound:play()
  3916.  
  3917. tyd.Visible = false
  3918.  
  3919. tya.Visible = true
  3920.  
  3921. end
  3922.  
  3923. if order.Value == 17 then
  3924.  
  3925. sound:stop()
  3926.  
  3927. sound.SoundId = "http://www.roblox.com/asset/?id=1280414"
  3928.  
  3929. cx.Text = "Final Destination"
  3930.  
  3931. wait(1)
  3932.  
  3933. trr.Text = "1"
  3934.  
  3935. sound.Pitch = 1
  3936.  
  3937. sound:play()
  3938.  
  3939. tyd.Visible = false
  3940.  
  3941. tya.Visible = true
  3942.  
  3943. end
  3944.  
  3945. if order.Value == 18 then
  3946.  
  3947. sound:stop()
  3948.  
  3949. sound.SoundId = "http://www.roblox.com/asset/?id=1015394"
  3950.  
  3951. cx.Text = "Winds of Fjords"
  3952.  
  3953. wait(1)
  3954.  
  3955. trr.Text = "1"
  3956.  
  3957. sound.Pitch = 1
  3958.  
  3959. sound:play()
  3960.  
  3961. tyd.Visible = false
  3962.  
  3963. tya.Visible = true
  3964.  
  3965. end
  3966.  
  3967. if order.Value == 19 then
  3968.  
  3969. sound:stop()
  3970.  
  3971. sound.SoundId = "http://www.roblox.com/asset/?id=27697277"
  3972.  
  3973. cx.Text = "Awakening"
  3974.  
  3975. wait(1)
  3976.  
  3977. trr.Text = "1"
  3978.  
  3979. sound.Pitch = 1
  3980.  
  3981. sound:play()
  3982.  
  3983. tyd.Visible = false
  3984.  
  3985. tya.Visible = true
  3986.  
  3987. end
  3988.  
  3989. if order.Value == 20 then
  3990.  
  3991. sound:stop()
  3992.  
  3993. sound.SoundId = "http://www.roblox.com/asset/?id=27697392"
  3994.  
  3995. cx.Text = "Better Off Alone"
  3996.  
  3997. wait(1)
  3998.  
  3999. trr.Text = "1"
  4000.  
  4001. sound.Pitch = 1
  4002.  
  4003. sound:play()
  4004.  
  4005. tyd.Visible = false
  4006.  
  4007. tya.Visible = true
  4008.  
  4009. end
  4010.  
  4011. if order.Value == 21 then
  4012.  
  4013. sound:stop()
  4014.  
  4015. sound.SoundId = "http://www.roblox.com/asset/?id=11420922"
  4016.  
  4017. cx.Text = "DOTR - Horror"
  4018.  
  4019. wait(1)
  4020.  
  4021. trr.Text = "1"
  4022.  
  4023. sound.Pitch = 1
  4024.  
  4025. sound:play()
  4026.  
  4027. tyd.Visible = false
  4028.  
  4029. tya.Visible = true
  4030.  
  4031. end
  4032.  
  4033. if order.Value == 22 then
  4034.  
  4035. sound:stop()
  4036.  
  4037. sound.SoundId = "http://www.roblox.com/asset/?id=27697267"
  4038.  
  4039. cx.Text = "Entertainer"
  4040.  
  4041. wait(1)
  4042.  
  4043. trr.Text = "1"
  4044.  
  4045. sound.Pitch = 1
  4046.  
  4047. sound:play()
  4048.  
  4049. tyd.Visible = false
  4050.  
  4051. tya.Visible = true
  4052.  
  4053. end
  4054.  
  4055. if order.Value == 23 then
  4056.  
  4057. sound:stop()
  4058.  
  4059. sound.SoundId = "http://www.roblox.com/asset/?id=27697719"
  4060.  
  4061. cx.Text = "Flight of the Bumblebee"
  4062.  
  4063. wait(1)
  4064.  
  4065. trr.Text = "3"
  4066.  
  4067. sound.Pitch = 3
  4068.  
  4069. sound:play()
  4070.  
  4071. tyd.Visible = false
  4072.  
  4073. tya.Visible = true
  4074.  
  4075. end
  4076.  
  4077. if order.Value == 24 then
  4078.  
  4079. sound:stop()
  4080.  
  4081. sound.SoundId = "http://www.roblox.com/asset/?id=27697298"
  4082.  
  4083. cx.Text = "Foggy Mountain BD"
  4084.  
  4085. wait(1)
  4086.  
  4087. trr.Text = "1"
  4088.  
  4089. sound.Pitch = 1
  4090.  
  4091. sound:play()
  4092.  
  4093. tyd.Visible = false
  4094.  
  4095. tya.Visible = true
  4096.  
  4097. end
  4098.  
  4099. if order.Value == 25 then
  4100.  
  4101. sound:stop()
  4102.  
  4103. sound.SoundId = "http://www.roblox.com/asset/?id=27697743"
  4104.  
  4105. cx.Text = "Gothic"
  4106.  
  4107. wait(1)
  4108.  
  4109. trr.Text = "1"
  4110.  
  4111. sound.Pitch = 1
  4112.  
  4113. sound:play()
  4114.  
  4115. tyd.Visible = false
  4116.  
  4117. tya.Visible = true
  4118.  
  4119. end
  4120.  
  4121. if order.Value == 26 then
  4122.  
  4123. sound:stop()
  4124.  
  4125. sound.SoundId = "http://www.roblox.com/asset/?id=27697735"
  4126.  
  4127. cx.Text = "Hip Hop"
  4128.  
  4129. wait(1)
  4130.  
  4131. trr.Text = "3"
  4132.  
  4133. sound.Pitch = 3
  4134.  
  4135. sound:play()
  4136.  
  4137. tyd.Visible = false
  4138.  
  4139. tya.Visible = true
  4140.  
  4141. end
  4142.  
  4143. if order.Value == 27 then
  4144.  
  4145. sound:stop()
  4146.  
  4147. sound.SoundId = "http://www.roblox.com/asset/?id=27697707"
  4148.  
  4149. cx.Text = "Intro"
  4150.  
  4151. wait(1)
  4152.  
  4153. trr.Text = "1"
  4154.  
  4155. sound.Pitch = 1
  4156.  
  4157. sound:play()
  4158.  
  4159. tyd.Visible = false
  4160.  
  4161. tya.Visible = true
  4162.  
  4163. end
  4164.  
  4165. if order.Value == 28 then
  4166.  
  4167. sound:stop()
  4168.  
  4169. sound.SoundId = "http://www.roblox.com/asset/?id=27697713"
  4170.  
  4171. cx.Text = "Music for a film"
  4172.  
  4173. wait(1)
  4174.  
  4175. trr.Text = "1"
  4176.  
  4177. sound.Pitch = 1
  4178.  
  4179. sound:play()
  4180.  
  4181. tyd.Visible = false
  4182.  
  4183. tya.Visible = true
  4184.  
  4185. end
  4186.  
  4187. if order.Value == 29 then
  4188.  
  4189. sound:stop()
  4190.  
  4191. sound.SoundId = "http://www.roblox.com/asset/?id=8610025"
  4192.  
  4193. cx.Text = "Nezzera"
  4194.  
  4195. wait(1)
  4196.  
  4197. trr.Text = "1"
  4198.  
  4199. sound.Pitch = 1
  4200.  
  4201. sound:play()
  4202.  
  4203. tyd.Visible = false
  4204.  
  4205. tya.Visible = true
  4206.  
  4207. end
  4208.  
  4209. if order.Value == 30 then
  4210.  
  4211. sound:stop()
  4212.  
  4213. sound.SoundId = "http://www.roblox.com/asset/?id=27697234"
  4214.  
  4215. cx.Text = "Resist"
  4216.  
  4217. wait(1)
  4218.  
  4219. trr.Text = "1"
  4220.  
  4221. sound.Pitch = 1
  4222.  
  4223. sound:play()
  4224.  
  4225. tyd.Visible = false
  4226.  
  4227. tya.Visible = true
  4228.  
  4229. end
  4230.  
  4231. if order.Value == 31 then
  4232.  
  4233. sound:stop()
  4234.  
  4235. sound.SoundId = "http://www.roblox.com/asset/?id=5985787"
  4236.  
  4237. cx.Text = "Schala"
  4238.  
  4239. wait(1)
  4240.  
  4241. trr.Text = "1"
  4242.  
  4243. sound.Pitch = 1
  4244.  
  4245. sound:play()
  4246.  
  4247. tyd.Visible = false
  4248.  
  4249. tya.Visible = true
  4250.  
  4251. end
  4252.  
  4253. if order.Value == 32 then
  4254.  
  4255. sound:stop()
  4256.  
  4257. sound.SoundId = "http://www.roblox.com/asset/?id=11420933"
  4258.  
  4259. cx.Text = "TOPW"
  4260.  
  4261. wait(1)
  4262.  
  4263. trr.Text = "1"
  4264.  
  4265. sound.Pitch = 1
  4266.  
  4267. sound:play()
  4268.  
  4269. tyd.Visible = false
  4270.  
  4271. tya.Visible = true
  4272.  
  4273. end
  4274.  
  4275. if order.Value == 33 then
  4276.  
  4277. sound:stop()
  4278.  
  4279. sound.SoundId = "http://www.roblox.com/asset/?id=11231513"
  4280.  
  4281. cx.Text = "Toccata and Fugue"
  4282.  
  4283. wait(1)
  4284.  
  4285. trr.Text = "1"
  4286.  
  4287. sound.Pitch = 1
  4288.  
  4289. sound:play()
  4290.  
  4291. tyd.Visible = false
  4292.  
  4293. tya.Visible = true
  4294.  
  4295. end
  4296.  
  4297. if order.Value == 34 then
  4298.  
  4299. sound:stop()
  4300.  
  4301. sound.SoundId = "http://www.roblox.com/asset/?id=9650822"
  4302.  
  4303. cx.Text = "Tunnel"
  4304.  
  4305. wait(1)
  4306.  
  4307. trr.Text = "1"
  4308.  
  4309. sound.Pitch = 1
  4310.  
  4311. sound:play()
  4312.  
  4313. tyd.Visible = false
  4314.  
  4315. tya.Visible = true
  4316.  
  4317. end
  4318.  
  4319. if order.Value == 35 then
  4320.  
  4321. sound:stop()
  4322.  
  4323. sound.SoundId = "http://www.roblox.com/asset/?id=5986151"
  4324.  
  4325. cx.Text = "Woman King"
  4326.  
  4327. wait(1)
  4328.  
  4329. trr.Text = "1"
  4330.  
  4331. sound.Pitch = 1
  4332.  
  4333. sound:play()
  4334.  
  4335. tyd.Visible = false
  4336.  
  4337. tya.Visible = true
  4338.  
  4339. end
  4340.  
  4341. end
  4342.  
  4343.  
  4344.  
  4345. function pluspi()
  4346.  
  4347. script.Parent = Player
  4348.  
  4349. sound.Pitch = sound.Pitch + 0.1
  4350.  
  4351. local numn = tonumber(tostring(sound.Pitch):sub(1,4))
  4352.  
  4353. trr.Text = numn
  4354.  
  4355. end
  4356.  
  4357.  
  4358.  
  4359. function minuspi()
  4360.  
  4361. script.Parent = Player
  4362.  
  4363. sound.Pitch = sound.Pitch - 0.1
  4364.  
  4365. local numnv = tonumber(tostring(sound.Pitch):sub(1,4))
  4366.  
  4367. trr.Text = numnv
  4368.  
  4369. end
  4370.  
  4371.  
  4372.  
  4373. function remove()
  4374.  
  4375. local souds = game.Workspace:GetChildren()
  4376.  
  4377. for i = 1, #souds do
  4378.  
  4379. if (souds[i].className == "Sound") then
  4380.  
  4381. souds[i]:stop()
  4382.  
  4383. wait(0.05)
  4384.  
  4385. souds[i]:remove()
  4386.  
  4387. end
  4388.  
  4389. end
  4390.  
  4391. local guu = Instance.new("TextLabel")
  4392.  
  4393. guu.Parent = pla
  4394.  
  4395. guu.Text = "Removal succesful."
  4396.  
  4397. guu.Position = UDim2.new(0,370,0,100)
  4398.  
  4399. guu.Size = UDim2.new(0,300,0,30)
  4400.  
  4401. guu.FontSize = "Size10"
  4402.  
  4403. guu.BackgroundColor = BrickColor.new("Really black")
  4404.  
  4405. guu.TextColor = BrickColor.new("New Yeller")
  4406.  
  4407. guu.BorderColor = BrickColor.new("New Yeller")
  4408.  
  4409. wait(1.5)
  4410.  
  4411. guu:remove()
  4412.  
  4413. end
  4414.  
  4415.  
  4416.  
  4417. function ragga()
  4418.  
  4419. local soujs = game.Workspace:GetChildren()
  4420.  
  4421. for i = 1, #soujs do
  4422.  
  4423. if (soujs[i].className == "Sound") then
  4424.  
  4425. soujs[i]:stop()
  4426.  
  4427. wait(0.05)
  4428.  
  4429. soujs[i]:remove()
  4430.  
  4431. end
  4432.  
  4433. end
  4434.  
  4435. local ghf = Instance.new("TextLabel")
  4436.  
  4437. ghf.Parent = pla
  4438.  
  4439. ghf.Text = "Removal succesful."
  4440.  
  4441. ghf.Position = UDim2.new(0,370,0,100)
  4442.  
  4443. ghf.Size = UDim2.new(0,300,0,30)
  4444.  
  4445. ghf.FontSize = "Size10"
  4446.  
  4447. ghf.BackgroundColor = BrickColor.new("Really black")
  4448.  
  4449. ghf.TextColor = BrickColor.new("New Yeller")
  4450.  
  4451. ghf.BorderColor = BrickColor.new("New Yeller")
  4452.  
  4453. wait(1)
  4454.  
  4455. Player.PlayerGui.RoPlayer.Parent = game.Lighting
  4456.  
  4457. end
  4458.  
  4459.  
  4460.  
  4461. tyv.MouseButton1Click:connect(stopclick)
  4462.  
  4463. tyd.MouseButton1Click:connect(playclick)
  4464.  
  4465. tya.MouseButton1Click:connect(pauseclick)
  4466.  
  4467. tyt.MouseButton1Click:connect(plusclick)
  4468.  
  4469. tyb.MouseButton1Click:connect(minusclick)
  4470.  
  4471. tyq.MouseButton1Click:connect(forw)
  4472.  
  4473. tyk.MouseButton1Click:connect(baki)
  4474.  
  4475. thh.MouseButton1Click:connect(minuspi)
  4476.  
  4477. tjj.MouseButton1Click:connect(pluspi)
  4478.  
  4479. tgg.MouseButton1Click:connect(remove)
  4480.  
  4481. tgs.MouseButton1Click:connect(ragga)
Add Comment
Please, Sign In to add comment