Text color no more control+k

By Lingo on Aug 15, 2008

Well this script is for color u texts, folow this steps-> --> say $chr(3) $+ 15 $+ 15,4 $ <- thhere u can change the color of the leter qwrtypsdfghjklñzxcvbnm
and this -> $replace($1-,a,$chr(3) $+ 15 $+ a $+ $chr(3) $+ 15,e,$chr(3) $+ 15 $+ e $+ $chr(3) $+ 15,i,$chr(3) $+ 15 $+ i $+ $chr(3) $+ 15,o,$chr(3) $+ 15 $+ o $+ $chr(3) $+ 15,u,$chr(3) $+ 15 $+ u $+ $chr(3) $+ 15) $+ | halt } for the leters AEIOU , u can change color of each one of the letters AEIOU to make diferents cains of colors texts =)

on 1:INPUT:*: if ( $left($1-,1) != / ) { say $chr(3) $+ 15,4 $+ $replace($1-,a,$chr(3) $+ 15 $+ a $+ $chr(3) $+ 15,e,$chr(3) $+ 15 $+ e $+ $chr(3) $+ 15,i,$chr(3) $+ 15 $+ i $+ $chr(3) $+ 15,o,$chr(3) $+ 15 $+ o $+ $chr(3) $+ 15,u,$chr(3) $+ 15 $+ u $+ $chr(3) $+ 15) $+ | halt } 

Comments

Sign in to comment.
BiSoN   -  Oct 18, 2012

on :input:: {
if ($left($2,1) != /) {
say 11,1 $chr(5) $chr(5) $+ 15 %col $1- 11
}
}

 Respond  
ammar83   -  Aug 15, 2011

nice one

 Respond  
Soulkeeper   -  Aug 16, 2008
on *:input:*: {
if ($left($1,1) != /) {
say $chr(3) $+ %col $1-
}
}

All you'd have to do is set %col.

 Respond  
H_M   -  Aug 16, 2008

You do know, this triggers on any occurrence of those characters... = Not good :)

 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.