Hello friends...Hope you are enjoying my posts...Today I will show you guys how to make CD-ROM Virus in Windows XP...This is basically a VB Script which instructs to open and close your CD-ROM continuously...Remember, it is not deadly or dangerous and you can use it without any hesitation...This virus is awesome for playing pranks with your friends...I am sure you will love this...Just follow the steps carefully...
1. First copy the following code paste into a notepad...
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. Then save this file as anyname with the extension ".vbs", i.e "CD-ROM VIRUS.vbs"...
3. Then double click on the vbs file you just created and see the magic...
Testing: You can test this virus on your own computer...Now if you want to disable this virus, goto Task Manager click on "Processes", then select "wscript.exe" and click "End Process"...
You are done...Now play pranks with your friends...Have fun :-)
Note: If you face any problem with the above process, just download the file from HERE and test it...I have coverted the VB Script into exe format...Don't forget to post your comment...
Extract the file using WinRAR.
Password: xtrmhack.blogspot.com
Happy Hacking...Enjoy...
For educational purpose only...Do not misuse it...
No comments:
Post a Comment
If you like this post, comment please...