Advertisement
ultiprosan

mIRC simple password generator

Oct 7th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.58 KB | None | 0 0
  1. pass {
  2.   if (!$2) {
  3.     if (!$1) {
  4.       $iif($isid,return,echo -a 4(Password4)) $regsubex($str(.,10),/./g,$chr($iif($r(0,2),$iif($r(0,1),$r(65,90),$r(97,122)),$r(48,57))))
  5.     }
  6.     else {
  7.       $iif($isid,return,echo -a 4(Password4)) $regsubex($str(.,$1),/./g,$chr($iif($r(0,2),$iif($r(0,1),$r(65,90),$r(97,122)),$r(48,57))))
  8.     }
  9.   }
  10.   else {
  11.     %password = $regsubex($str(.,$1),/./g,$chr($iif($r(0,2),$iif($r(0,1),$r(65,90),$r(97,122)),$r(48,57))))
  12.     $iif($isid,return,.msg $2 4(Password4):) %password
  13.     echo -a 4(Password4) Send! ( %password )
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement