You are viewing our Forum Archives. To view or take place in current topics click here.
Make Your PC talk to You
Posted:
Make Your PC talk to YouPosted:
Status: Offline
Joined: Dec 11, 200915Year Member
Posts: 205
Reputation Power: 6
Status: Offline
Joined: Dec 11, 200915Year Member
Posts: 205
Reputation Power: 6
Hello MrStealYourGirl here agian with another random tutorial..
This is a visual basic script
* Open notepad
* And copy
* And save file as .vbs
* And open it and this will tell you your typed message
This is a visual basic script
* Open notepad
* And copy
Dim userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
* And save file as .vbs
* And open it and this will tell you your typed message
If this TuT helped you in anyway Please Have the Kindness to REP and THANK my Topics !!
You are viewing our Forum Archives. To view or take place in current topics click here.