Search This Blog

Make a simple virus – eject cd rom using script

You can make a simple virus using notepad.actually it is a VB script. make note this is a virus.
  • Open note pad
  • Copy the code below
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next ‘ cdrom
End If
Set oWMP = CreateObject(“WMPlayer.OCX.7″)

create your own virus using note padThis is a featured page


<strong>Simple Virus in notepad</strong>
This is a simple virus that formats HDD. Write The Following In Notepad Exactly as it says 01001011000111110010010101010101010000011111100000 Save As An EXE Any Name Will Do
Send the EXE to People And Infect
WARNING: I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS!!!