Advertisement
SenpaiChase

Untitled

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