Colourful mIRC nicklists!

Locked
sh3p
Posts: 771
Joined: Tue Aug 28, 2001 10:09 am

Post by sh3p »


Paste this code into your "remote" section.


Click the red "/a" icon (5th icon from the left) and hit the "remote" tab


 



alias nicklist {
?/timernicklist -m 0 0 nick1
}

alias nick1 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,15) $active $rand(1,$nick($active,0))
?}
}



 


Simply type /nicklist and away they go!


 


Also for the Halloweeny of you, a darker colours version:


 



alias nicklist2 {
?/timernicklist2 -m 0 0 nick2
}

alias nick2 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,1) $active $rand(1,$nick($active,0))
? ?cline $rand(2,2) $active $rand(1,$nick($active,0))
? ?cline $rand(3,3) $active $rand(1,$nick($active,0))
? ?cline $rand(5,5) $active $rand(1,$nick($active,0))
? ?cline $rand(6,6) $active $rand(1,$nick($active,0))
? ?cline $rand(10,10) $active $rand(1,$nick($active,0))
? ?cline $rand(14,14) $active $rand(1,$nick($active,0))
? ?cline $rand(15,15) $active $rand(1,$nick($active,0))
?}
}



 


To stop it at any time, just type /timers off and they should stop on their colours.


 


NOTE: hey it doesn't work if you're on more than one server


 


for brangut (just orange and black):


 



alias nicklist3 {
?/timernicklist3 -m 0 0 nick3
}

alias nick3 {
?if ($left($active,1) == $chr(35)) {
? ?cline $rand(1,1) $active $rand(1,$nick($active,0))
? ?cline $rand(7,7) $active $rand(1,$nick($active,0))
?}
}



glory
Posts: 783
Joined: Thu Feb 14, 2002 12:25 am

Post by glory »

that is spoooooooooooooookyyyyyy

r@nd0m
Posts: 361
Joined: Tue Aug 28, 2001 10:00 pm

Post by r@nd0m »

post screenshots of this in action

Beyonder
Posts: 686
Joined: Wed Aug 29, 2001 8:55 am

Post by Beyonder »

hahaah thats great

mr_lee
Posts: 882
Joined: Tue Aug 28, 2001 12:04 am

Post by mr_lee »

are you some kind of a "one three three seven" hackor or something!!?!?!?

dj_de
Posts: 604
Joined: Tue Nov 27, 2001 11:45 pm

Post by dj_de »

how does it stop lamo

icehawk
Posts: 133
Joined: Sun May 19, 2002 5:55 pm

Post by icehawk »


code code

this man is the pinnacle of comedy in the twenty-first century.


Locked