How to create talking script 09-03-2011, 11:12 AM
#2
1 : Open Notepad
![[Image: capturepam.png]](http://img18.imageshack.us/img18/1829/capturepam.png)
2 : Copy and paste the Code.
![[Image: capturemaq.png]](http://img13.imageshack.us/img13/5459/capturemaq.png)
3 : Save the file as anything.vbs
![[Image: captureski.png]](http://img221.imageshack.us/img221/9716/captureski.png)
Code :
do
StrText=("TYPE TEXT HERE,")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
4 : Edit the TYPE TEXT HERE and dont be a n00b and test it on yourself because it will repeat the sentence you put in the EDIT TEXT HERE.
5 : but when you restart your PC it will go away unless you put an autostartup in it.
Thanks you! for reading if you liked my tutorial please Rep+
Spoiler:
![[Image: capturepam.png]](http://img18.imageshack.us/img18/1829/capturepam.png)
2 : Copy and paste the Code.
Spoiler:
![[Image: capturemaq.png]](http://img13.imageshack.us/img13/5459/capturemaq.png)
3 : Save the file as anything.vbs
Spoiler:
![[Image: captureski.png]](http://img221.imageshack.us/img221/9716/captureski.png)
Code :
do
StrText=("TYPE TEXT HERE,")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
4 : Edit the TYPE TEXT HERE and dont be a n00b and test it on yourself because it will repeat the sentence you put in the EDIT TEXT HERE.
5 : but when you restart your PC it will go away unless you put an autostartup in it.
Thanks you! for reading if you liked my tutorial please Rep+
(This post was last modified: 09-05-2011, 05:45 AM by a4tech.)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)