Rainbow Text
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 (of 2 scores) |
| Date Added | Mar 19, 2007 |
| Last Updated | Mar 19, 2007 |
| Tags | color rainbow text |
Introduction
What it does: Automatically changes the color of text that you type into a smooth rainbow.
To use: Copy the script to the clipboard, press alt+r in mIRC, File->New, Edit->Paste. Right-click in a channel to enable/disable it and change whether the rainbow colors will be the foreground or background colors. Unforunately, numbers can obviously cause some problems, so if the text contains any numbers it won't modify it. If you don't like that, remove ' && ($1- isalpha)' from line 10.
mIRC Snippet:
Rainbow Text
Posted on Jul 18, 2007 10:26 pm
Posted on Jul 18, 2007 10:26 pm
Dude, it doesn't work :|
mIRC Snippet:
Rainbow Text
Posted on Sep 9, 2007 10:03 pm
Posted on Sep 9, 2007 10:03 pm
ROXAS AND CALLUM! xD Rofl.
mIRC Snippet:
Rainbow Text
Posted on Sep 26, 2007 10:11 am
Posted on Sep 26, 2007 10:11 am
O.o hi guys.Way more useless and fun scripts!^_^Btw it does work.Just /load it.
mIRC Snippet:
Rainbow Text
Posted on Sep 26, 2007 1:46 pm
Posted on Sep 26, 2007 1:46 pm
alias rainbow {
var %a = 01 03 05 07 09 12 14
return $regsubex($1-,/([^ ])/g,$+($chr(3),$gettok(%a,$iif($calc(\n % $numtok(%a,32)),$v1,$numtok(%a,32)),32),\1))
}
var %a = 01 03 05 07 09 12 14
return $regsubex($1-,/([^ ])/g,$+($chr(3),$gettok(%a,$iif($calc(\n % $numtok(%a,32)),$v1,$numtok(%a,32)),32),\1))
}
mIRC Snippet:
Rainbow Text
Posted on Sep 26, 2007 1:48 pm
Posted on Sep 26, 2007 1:48 pm
alias rainbow {
var %a = 01 03 05 07 09 12 14
return $regsubex($1-,/([^ ])/g,$+($chr(3),$gettok(%a,$iif($calc(\\n % $numtok(%a,32)),$v1,$numtok(%a,32)),32),\\1))
}
sry for double posting but hawkee's comment system removes slashes, because in php \n would be a new line, but I don't see why he would need to remove slashes but anyways, repost 'escaping' my slashes
var %a = 01 03 05 07 09 12 14
return $regsubex($1-,/([^ ])/g,$+($chr(3),$gettok(%a,$iif($calc(\\n % $numtok(%a,32)),$v1,$numtok(%a,32)),32),\\1))
}
sry for double posting but hawkee's comment system removes slashes, because in php \n would be a new line, but I don't see why he would need to remove slashes but anyways, repost 'escaping' my slashes
mIRC Snippet:
Rainbow Text
Posted on May 18, 2009 4:30 pm
Posted on May 18, 2009 4:30 pm
cool script but every time i press spacebar the colour goes any way around this guys im now to all this crap so plz could ya let me know thanks =]
mIRC Snippet:
Rainbow Text
Posted on Jul 8, 2009 4:27 pm
Posted on Jul 8, 2009 4:27 pm
Seriously, it works with only one word!





