Colored Text!

By Trav on May 26, 2007

Ok this one is very easy script all you do is get someone to type

!color {anytext}

And replace {anytext} with..any text...Lolz

Then your bot or whoever will repeat what you changed {anytext} into except in color :D

Very simple :D

on 1:text:!color*:#: {
  var %color $rand(1,17)
  if (%color == 1) { .msg $chan     4,11 $2- }
  if (%color == 2) { .msg $chan    11,4 $2- }
  if (%color == 3) { .msg $chan    6,12 $2- }
  if (%color == 4) { .msg $chan    12,6 $2- }
  if (%color == 5) { .msg $chan    8,9 $2- }
  if (%color == 6) { .msg $chan    9,8 $2- }
  if (%color == 7) { .msg $chan     7,3 $2- }
  if (%color == 8) { .msg $chan     3,7 $2- }
  if (%color == 9) { .msg $chan    3,4 $2- }
  if (%color == 10) { .msg $chan    4,3 $2- }
  if (%color == 11) { .msg $chan    11,13 $2- }
  if (%color == 12) { .msg $chan     12,13 $2- }
  if (%color == 13) { .msg $chan    13,12 $2- }
  if (%color == 14) { .msg $chan    11,12 $2- }
  if (%color == 15) { .msg $chan     1,4 $2- }
  if (%color == 16) { .msg $chan    4,1 $2- }
  if (%color == 17) { .msg $chan    14,8 $2- }
}

Comments

Sign in to comment.
ScriptEditior   -  Apr 17, 2009

This doesnt work

 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.