Nick Color

By SweeTCooL on Aug 23, 2008

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

;;;;;;;;;;;;;;;;;;;;;;
; 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

Sign in to comment.
Jethro   -  Apr 21, 2011

It was a typographical error. Just remove the ) character.

 Respond  
Ahmed Zaggoudi   -  Apr 21, 2011
  • No such identifier: $nick) (line 24, script16.mrc)
    =/
 Respond  
SweeTCooL   -  Jul 21, 2009

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

 Respond  
booboo24   -  Jul 10, 2009

thanks mate :D

 Respond  
p0d   -  Jul 09, 2009

try using on ^:input::
and haltdef instead of the normal halt

 Respond  
booboo24   -  Jul 09, 2009

its coz u got another script running mate dont ask me how to solve it as i aint got a clue :(

 Respond  
csg1987   -  Apr 11, 2009

if you could figure out a way for it to NOT repeat what i send that would be great.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.