I'm making anelectronic- themed movie, and need a way to simulate an error or malware infection WITHOUT REALLY HAVING ONE. Got any ideas?
For example, here's some code to make your CD drive pop and re-enter constantly:
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set ArrCDROM = oWMP.cdromCollection
while (1)
wscript.sleep 3000
ArrCDROM.Item(0).Eject
wscript.sleep 3000
ArrCDROM.Item(0).Eject
wend
Where can I get ur program, boxmein?
x=msgbox("MessageboxText",0+16,"MessageboxTitle")
(note, the numbers...0+16...define the buttons and the type of box...i.e. error, question, ect.)