A very annoying VB Script

Posted by robd on February 02, 2012
VBScript

A very annoying Virtual basic or VBS script:

 

Do
StrText=("I know a song that will get on your nerves")
strText2=("Get on your nerves")
strText3=("Get on your nerves")
StrText4=("I know a song that will get on your nerves")
strText5=("Get Get Get, on your nerves")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
ObjVoice.Speak StrText2
ObjVoice.Speak StrText3
ObjVoice.Speak StrText4
ObjVoice.Speak StrText5

Loop

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.