Top

Nick Color


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 23, 2008
Last Updated  Aug 23, 2008
Tags  colors 

Introduction

To load the Script alt + r and put it in Remote
The Nickcolor Can Use random Colors
Enjoy..

Grab the Code

;;;;;;;;;;;;;;;;;;;;;;
; Added By SweeTCooL ;
;;;;;;;;;;;;;;;;;;;;;;
 
on *:LOAD: { 
  .echo -as 15NickColor by 14«4SweeTCooL14»15 Is Loaded
}
 
on *:UNLOAD: { 
  .echo -as 15NickColor by 14«4SweeTCooL14»15 Is Removed
}
 
menu * {
  Nick Color 
  .ON: .enable #colors 
  .OFF: .disable #colors
}
 
#colors on
on *:input:*:{ 
  if (/* !iswm $1-) && (!$ctrlenter) && (!$inpaste) {
    if ($1 ison $active) {
      var %nick.col = 07
      var %nick.pos = $nick)
      if ($len($1) == 1) { 
        msg # 4( $+ $rand(1,15) $+ $1 $+ 4) $+ $rand(1,15) $+ : $2- 
        halt
      }
      else {
        :re-pos 
        var %nick.pos2 = $rand(1,$len($me))
        if (%nick.pos2 == %nick.pos) { goto re-pos }
        else { goto re-order }
        :re-order
        if (%nick.pos > %nick.pos2) { var %nick.pos1-1 = %nick.pos2, %nick.pos1-2 = %nick.pos | goto type }
        if (%nick.pos < %nick.pos2) { var %nick.pos1-1 = %nick.pos, %nick.pos1-2 = %nick.pos2 | goto type } 
        :type
        msg # 4( $+ $rand(1,15) $+ $1 $+ 4) $+ $rand(1,15) $+ : $2- 
        halt
      }
    }
  }
}
}
#colors end
 

Comments

  (5)  RSS
csg1987
Comments: 1
 
mIRC Snippet:  Nick Color
Posted on Apr 11, 2009 6:23 am
if you could figure out a way for it to NOT repeat what i send that would be great.
booboo24
Comments: 4
 
mIRC Snippet:  Nick Color
Posted on Jul 9, 2009 5:02 pm
its coz u got another script running mate dont ask me how to solve it as i aint got a clue :(
p0d
Comments: 9
 
mIRC Snippet:  Nick Color
Posted on Jul 9, 2009 5:13 pm
try using on ^*:input:*:
and haltdef instead of the normal halt
booboo24
Comments: 4
 
mIRC Snippet:  Nick Color
Posted on Jul 10, 2009 5:26 pm
thanks mate :D
SweeTCooL
Comments: 18
 
mIRC Snippet:  Nick Color
Posted on Jul 21, 2009 7:16 pm
p0d: If u use ^*:input:*: it will not work
-
csg1987: if it repeat that mean u r using another color i will try 2 fix it even if u write with a color soon thanks anyways:D and thanks booboo24

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom