Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
COOL NOTEPAD TRICK!!!!
SUBMITTED BY:
Guest
DATE:
Dec. 15, 2013, 2:32 a.m.
FORMAT:
Text only
SIZE:
417 Bytes
Raw
Download
Tweet
HITS:
688
Go to comments
Report
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 then 'double click it and..ENJOY!!!
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus