web analytics

Make your pc speak whatever you type[VBS Trick]

Sponsered Links

Now you can create your own text to speech converter software to make your computer speak whatever you type. I found this script on some Vietnamese site. It’s pretty cool. Just run this script and make it read any funny sentence.Copy the code given below in notepad and save it as anyname.vbs. Make sure that you save it as .vbs file.

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

After making a vbs file just double click on that file and type anything you want in the textbox.

Speaktome

Enjoy

Blog Widget by LinkWithin

Incoming search terms for the article:


Related posts:

  1. Hide files behind text files : The secret trick
  2. Best Computer Tricks #4
  3. Funny VBS codes | Computer pranks
  4. How to speed up your PC
  5. How login with multiple ids in Gtalk
  6. [HOW TO]Make fake viruses in windows
  7. Simple batch program to crash your own PC
  8. [How to]Extract RAR files online
  9. Change the text on Start button in XP
  10. Some funny pranks to play on your friends PC

//

Facebook comments:

20 Comments Post a Comment
  1. sokovincent says:

    well that`s a good trick but does it have to exit after clicking on OK
    please revise it and make sure it only exit after clicking on cancel

  2. Aysha says:

    Cool thanks dude…..

  3. gaurav says:

    how do i make .vbs file

    • Seeker says:

      Just open notepad, then copy and paste the text in the thread, Then press the close button, Then it will prompt you to save or cancel, Then click save, Then you are able to enter a name for the file you want to save, Then just put any name in it but at the end put .vbs

      Like

      Save.vbs

  4. bas says:

    @sokovincent
    Let me see if I can do that

    @Aysha
    Welcome

    @gaurav
    to make vbs file first copy this code in notepad and then click file->Save as
    there type speak.vbs in file name box and select All files in file type drop down menu
    Hope this will help you
    Enjoy

  5. vijay mp says:

    this is a really worth script you found .. thanx its nice and too good…

    with smile
    vijay

  6. zer09 says:

    WOW! thanks for the code

  7. shashanth k swamy says:

    its nice dude thanx
    mail me sum more wen u get. please

  8. d3monoid says:

    Nice info man!! This is really cool way to make my pc speak!! what ever i like :)

  9. rajesh says:

    hiii….. i hv typed the command in notepad and save it as vbs file .
    but some eror “run time error” is coming after clicking ok.
    do u have some solution of it.

  10. R-008 says:

    could you please tell how to make the .vbs a loop one so i could countinisously type in words instead on typing in one scentence after the other

    would be of great help
    thanks

  11. tonedef says:

    its not working

  12. PAPIL PATIL says:

    well i should say it is really impressive. It’s a cool trick.
    thanx.

  13. PAPIL PATIL says:

    well i hv more tricks & i wanna share it with my net frenz.

  14. [...] 1.Make your pc speak whatever you type[VBS Trick] [...]

  15. jason says:

    i want to change the voice the voice sucks

  16. mohan says:

    this trick not working. how to workout that tricks

  17. Lyndia Knap says:

    Great post, a must read for anyone that is interested and I’m glad I found you on google. Thanks a lot.

Leave a Reply