Guest User

Untitled

a guest
Oct 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. on *:input:*:{
  2. if (/* !iswm $1) {
  3. var %x 1, %color1 = 04, %color2 = 11, %text = $chr(3)
  4. while (%x <= $len($1-)) {
  5. %text = %text $+ $iif($right(%x,1) isin 24680,%color1,%color2) $+ $mid($1-,%x,1) $+ $chr(3)
  6. inc %x
  7. }
  8. msg $active %text
  9. halt
  10. }
  11. }
Add Comment
Please, Sign In to add comment