Login Register






password generator/ changer filter_list
Author
Message
password generator/ changer #1
This is very basic code. The first one will change the target's login passoword to a ridiculously long sequence. The second will simply generate a random passowrd.

#1:
Code:
@echo off net user %username% %random%%random%%random%%random%%random%%random% echo password has been changed!
2:
Code:
@echo off color 02 echo password: echo %random%%random%%random%%random%%random%%random% echo you're welcome. pause
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply