Advertisement
Seb

Logo and colors

Seb
May 7th, 2011
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.54 KB | None | 0 0
  1. # $logo(,<word>)
  2. # $c1(text) $c2(text) $c3(text)
  3. ###############################
  4.  
  5. logo {
  6.   .return $+($c2($1,++),$c2($1,$chr(40)),$c1($1,$2-),$c2($1,$chr(41) $+ :))
  7. }
  8.  
  9. c1 {
  10.   if ($2 != $null) { .return $+($chr(3),8,$2-,$chr(3)) }
  11.   if ($2 == $null) { .return $+($chr(3),8,$1-,$chr(3)) }
  12. }
  13.  
  14. c2 {
  15.   if ($2 != $null) { .return $+($chr(3),14,$2-,$chr(3)) }
  16.   if ($2 == $null) { .return $+($chr(3),14,$1-,$chr(3)) }
  17. }
  18. c3 {
  19.   if ($2 != $null) { .return $+($chr(3),12,$2-,$chr(3)) }
  20.   if ($2 == $null) { .return $+($chr(3),12,$1-,$chr(3)) }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement