09 Mar 11, 05:35AM
Ok, this one lets you sing like Justin Bieber...BUT here is the coolest part! You...suicide right after singing a couple lines of his song. Now it does require admin or else you get the "Dont f*cking spam" message...altho if you want to avoid that you can shorten the script so you dont sing as much....Oh and inorder to work it, when you are in game type "/sing x" where "x"= the seconds you want to sing! i.e "/sing 3" then it will look like this"
(yourname) will sing in: 3
(yourname) will sing in: 2
(yourname) will sing in: 1
(yourname) will sing in: 0
(yourname) Baby, Baby, Baby OHHHHHH
(yourname) Like Baby Baby Baby NOOOOO
(yourname) Thought you'd always be mine
(yourname) MINE
(yourname) suicided
**this is an edited version that (in my opinion) is better and much more enjoyable :)
(yourname) will sing in: 3
(yourname) will sing in: 2
(yourname) will sing in: 1
(yourname) will sing in: 0
(yourname) Baby, Baby, Baby OHHHHHH
(yourname) Like Baby Baby Baby NOOOOO
(yourname) Thought you'd always be mine
(yourname) MINE
(yourname) suicided
[SELECT ALL] Code:
alias sing [
alias j (+ $arg1 1);
alias s $j;
loop u $j [sleep (* $u 1000) [alias s (- $s 1); me "is going to sing in: " $s ] ];
sleep (* 1000 $arg1) [ say "Baby, Baby, Baby OHHHHHH"; sleep 500 ];
sleep (* 2000 $arg1) [ say "Like Baby Baby Baby NOOOOO"; sleep 500 ];
sleep (* 3000 $arg1) [ say "Thought you'd always be mine"; sleep 500 ]; sleep (* 4000 $arg1) [ say "MINE"; suicide ]
]
//By |FOX|Thrawn (most the credit :P) and JB|JustinBieber (the rest the credit)
**this is an edited version that (in my opinion) is better and much more enjoyable :)
[SELECT ALL] Code:
alias sing [
alias j (+ $arg1 1);
alias s $j;
loop u $j [sleep (* $u 1000) [alias s (- $s 1); me "is going to sing in: " $s ] ];
sleep (+ (* 1000 $arg1) 0) [ say "Baby, Baby, Baby OHHHHHH" ];
sleep (+ (* 1000 $arg1) 2000) [ say "Like Baby Baby Baby NOOOOO" ];
sleep (+ (* 1000 $arg1) 4000) [ say "Thought you'd always be mine" ];
sleep (+ (* 1000 $arg1) 7000) [ say "MINE"; suicide ]
]
//By |FOX|Thrawn (most the credit :P) and JB|JustinBieber (the rest the credit)