Open a notepad and add the following lines,
------------------------------ ------------------------------ -----------------
StrText="Caution Virus Infection Detected, System Going To Crash"
set Objvoice=CreateObject("SAPI.Sp Voice")
Objvoice.Speak StrText
------------------------------ ------------------------------ ----------------save it as funnyvirus.vbs file and execute.
Output:
We can hear the typed text message “Caution Virus Infection Detected, System Going To Crash” through speaker
------------------------------
StrText="Caution Virus Infection Detected, System Going To Crash"
set Objvoice=CreateObject("SAPI.Sp
Objvoice.Speak StrText
------------------------------
Output:
We can hear the typed text message “Caution Virus Infection Detected, System Going To Crash” through speaker
No comments:
Post a Comment