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