How to make virus in your computer PT I



                 How to make virus in your computer PT I
Hello everyone,
today we'll going to show you how to create virus in winows pc.first we will going to make
shutdown virus.
 steps
(01).fist,open notepad in your pc
(02).then,type this
     shutdown -s -t 60(this is time you need to shutdown your computer.) 
(03).save it as BAT file.
(04).run


Now we will going to make CD rom virus(it will open your cdrom random.)

     steps
(01).fist,open notepad in your pc
(02).then,type this
     set oWMP=CreateObject("WMplayer.ocx.7")
     set colCDROMs=oWMP.cdromcollection
     do
     colCDROMs.item(i).Eject
     wscript.sleep.500
     loop
(03).save it as VBS
(04).run 



Comments