How to make your computer talk! (VBS script)
Uploader Comments (hamstasquad11)
All Comments (33)
-
how do u make a text come up with the talking thing at the same time
-
@tehhaxorkipz Well actually, I have a way of looping the talking that does not require you to copy and paste the same word(s) and the talking goes forever.
-
@VAUSpace I would care, but my question has already been answered.
Have a nice day.
-
@tehhaxorkipz I would help you, but your grammar sucks.
-
@tehhaxorkipz to loop any vbs script:
do
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
-
I think by putting DO above the script and LOOP at the end ;)
-
@hamstasquad11 To loop it at the beginning you put "do" and at te end you put "loop".
-
@DJUlleBeats Open a notepad type start virus.bat (go one line under) virus.bat then click file save as.... then name it virus.bat then there you go you have a cmd virus
how can i make it say multiple phrases? lik i want it to say "my roflcopter goes"
then loop it on "soi soi soi soi" with do loop command... helpz
tehhaxorkipz 9 months ago
@tehhaxorkipz just put more than one, i dont know how to loop it :(
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
hamstasquad11 9 months ago