Results 1 to 10 of 10

Thread: A Virus That Will Open And Close Ur Cdrom

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    91

    Default A Virus That Will Open And Close Ur Cdrom

    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



    copy this into notepad and save it as anyname.vbs like virus.vbs
    and then double click on it...what u see....bingo

    Now if u want to disable this go to task manager click on process
    then find wscript.exe and end this process

  2. #2
    Junior Member
    Join Date
    Jul 2008
    Age
    30
    Liked
    0 times
    Posts
    1

    Default

    thanks xfilos.
    loved the trick

  3. #3
    Bronze Member
    Join Date
    Dec 2008
    Age
    20
    Liked
    0 times
    Posts
    169

    Default

    Nice trick.

  4. #4
    Gold Member
    Join Date
    Dec 2007
    Age
    24
    Liked
    0 times
    Posts
    687

    Default

    Rofl.... great

  5. #5
    Junior Member
    Join Date
    Jan 2009
    Age
    27
    Liked
    0 times
    Posts
    3

    Default

    Great I wonder if what are we going to do with this type of virus if our computer got infected with it already?

  6. #6
    bholu
    Guest

    Default

    great trick

  7. #7
    newprouser
    Guest

    Default

    Quote Originally Posted by powerdoc View Post
    What does vbs stand for btw...is it some kind of a script ?
    yea visual basic script like js for java script

  8. #8
    Bronze Member
    Join Date
    Jan 2009
    Age
    21
    Liked
    0 times
    Posts
    164

    Default

    nice...

  9. #9
    saurav_k
    Guest

    Default

    good trick ... there are also some 1click small apps for doing the same ...

  10. #10
    Platinum Member
    Join Date
    Oct 2008
    Liked
    0 times
    Posts
    1,415

    Default

    Quote Originally Posted by saurav_kataruka View Post
    good trick ... there are also some 1click small apps for doing the same ...
    u can also create these apps by urself if u r a bit familiar to few softwares by the help of this script...........all these apps are also contains the same script............

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. General Keyboard Shortcuts
    By Arjun1 in forum Computer technology
    Replies: 4
    Last Post: 04-11-11, 03:35 AM
  2. Open Office 3.2 released
    By meetdilip in forum Software News, Previews and Reviews
    Replies: 0
    Last Post: 02-12-10, 05:48 PM
  3. Close all open applications In a Go.
    By deepmohan in forum Software News, Previews and Reviews
    Replies: 6
    Last Post: 02-05-10, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •