Monday 12 December 2011

How To Make An 'Open/Close CDROM' Virus Prank

How To Make An 'Open/Close CDROM' Virus Prank
1. Open Notepad and type the following code:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >=1 then
do
For i=0 to colCDROMs.COunt -1
colCDROMs.Item(i).Eject
Next ' cdrom
For i=0 to colCDROMs.COunt -1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
2. Save it as cdromvirus.vbs or whatever name you want. Be sure the change the 'Save as Type' to 'All Files' . The extension .vbs must be there no matter what name you use

3. When somebody opens the 'virus' the CD/DVDROMs of it's computer will open and close until you go crazy because it can be stopped by closing the CD/DVDROMs
4. The only way to stop this is to press CTRL+ALT+DEL then task manager will appears
then click on process and stop the process wscript.exe.

No comments: