Advertisement
DubstepDentist

Color Script

Mar 6th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.45 KB | None | 0 0
  1. #color on
  2. ON *:TEXT:*:#: {
  3.   IF ($nick == $me) {
  4.     VAR %hex 9400D3 4B0082 0000FF 00FF00 FFFF00 FF7F00 FF0000 000000 FFFFFF F44336 e91e63 9c27b0 9c27b0 673ab7 3f51b5 2196f3 03a9f4 00bcd4 009688 4caf50 8bc34a cddc39 ffeb3b ffc107 ff9800 ff5722 795548 9e9e9e 607d8b
  5. ;replace with any hex code
  6.     VAR %hex $remtok(%hex,$remove($msgtags(color).key,$chr(35)),0,32)
  7.     MSG $chan .color $chr(35) $+ $gettok(%hex,$rand(1,$numtok(%hex,32)),32)
  8.   }
  9. }
  10. #color end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement