Introductory Video

Saturday, 6 July 2013

Filled Under: , ,

Make Your Computer Talk What You Type

Computer Talk

 Hi Guys.Today i tell you interesting and Visual Basic Script Trick.With the help of this trick your computer speak whatever you type.For this trick you don't need any software.This trick is very simple and useful you just follow my steps.

Lets Start:

 1. Open Notepad.

2. Copy below code and paste it into your notepad.

Dim message, sapi
      message=InputBox("What do you want me to say?","COOL HACKING TRICKS")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message


3. After this you save notepad file as a talk.vbs

4. Now close notepad file and open file talk that you save.

5. Now your computer speak.
Enjoy:



0 comments:

Post a Comment