Top

Rainbow Script


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.5
Scores Submitted  4
Date Added  Nov 29, 2007
Last Updated  Nov 29, 2007
Tags  channel  rainbow  script 
  Bookmark and Share

Introduction

Hello I'm dark(Antwan) and this is my first rainbow script. Hope you enjoy!!!

Grab the Code

Comments

  (10)  RSS
DarkDaemon
Comments: 51
 
mIRC Snippet:  Rainbow Script
Posted on Nov 29, 2007 8:13 pm
Tell me if you like it or anyway bugs or mistakes!
DarkDaemon
Comments: 51
 
mIRC Snippet:  Rainbow Script
Posted on Nov 29, 2007 8:13 pm
Tell me if you like it or anyway bugs or mistakes!
juuruichki
Comments: 9
 
mIRC Snippet:  Rainbow Script
Posted on Dec 12, 2007 9:13 pm
kewl script Alexis...even though i script way betta than u ___
EL
Comments: 1,249
 
mIRC Snippet:  Rainbow Script
Posted on Dec 12, 2007 9:21 pm
Well folks theres the biggest jump in mIRC code programming i have ever seen.Cant check to see if it works cause the server im on is down but i\'ll be sure to check it out soon.`-.-´
DarkDaemon
Comments: 51
 
mIRC Snippet:  Rainbow Script
Posted on Feb 14, 2008 7:54 pm
More comments :D
napa182
Comments: 1,006
 
mIRC Snippet:  Rainbow Script
Posted on Feb 14, 2008 11:39 pm
um could be better. but i do like to options you incorped in to it.
heres an ez one..
Code:
on *:input:*:{
  if (%rainbows == on) && (/* !iswm $1) {
    var %x = $len($1-),%y = 1
    while (%y <= %x) {
      var %z = $iif($mid($1-,%y,1) = $chr(32),$chr(1), $+ $rand(0,15) $+ $mid($1-,%y,1))
      var %zz = %zz $+ %z
      inc %y
    } 
    msg $chan $replace(%zz,$chr(1),$chr(32))
    halt
  }
}
menu channel {
  .Rainbow Colors
  ..On:{ set %rainbows on | echo -a Colors Are Now On }
  ..Off:{ unset %rainbows | echo -a Colors Are Now Off }
}
parselmouth
Comments: 4
 
mIRC Snippet:  Rainbow Script
Posted on Feb 19, 2008 11:56 am
hey do i have to add any aliases or menu things?
RagBot
Comments: 34
 
mIRC Snippet:  Rainbow Script
Posted on May 26, 2008 3:49 pm
this is either copied or stole from, i forget the website, but i\'ve seen this before i came to this site, hope you weren\'t the one that took it :O and some1 else got it from you. Did you take it?
EL
Comments: 1,249
 
mIRC Snippet:  Rainbow Script
Posted on May 26, 2008 5:23 pm
@ragbot, no proof stfu till then k thanks:P
SnoooP
Comments: 343
 
mIRC Snippet:  Rainbow Script
Posted on May 26, 2008 5:55 pm
RagBot proof helps lol... I could go on any single snippet on this site & say
\"this isnt yours you copied it & stole it... I cant remember were you stole it from.. Or from whom it was stolen.. But you stole it..\"
lol... Untill there is proof dont make accusations.

Please Register or Login to start posting comments.
Bottom