Make
your computer talk what you type
There is no requirement of any
software.This is very good and interesting javascript trick which let your
computer speaks whatever you type.
Follow
step by step
Dim message,
sapi
message=InputBox(“What do you want me to say?”,”COOL HACKING TRICKS”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
message=InputBox(“What do you want me to say?”,”COOL HACKING TRICKS”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
- save the notepad file as talk.vbs
- Now close the notepad file and open it again.
- Fully Done !!!
No comments:
Post a Comment
Thanks to visit us we will always to improve ourself