Matrix.bat
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Tricks.vbs
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Virus.vbs
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Speak.vbs
Dim Message, SpeakMessage=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Welcome.vbs
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Disco.vbs
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

0 comments:
Post a Comment