Make your Windows XP talk

Popular Posts

Popular Posts

Subscribe

Enter your email address:

Delivered by FeedBurner

Sponsors

Advertise Here


Open notepad and paste the following code and save the file with .vbs extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok.”

;copy from here————–

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

;———-to here
Download the .vbs file


15 Responses to “Make your Windows XP talk”

  1. SR-71 Blackbird says:

    Very simple… but very cool trick

  2. Eaton says:

    It doesnt works it says the following:
    Line: 3
    Character: 1
    “ActiveX couldnt create the object: ’sapi.spvoie’
    Code: 800A01AD
    how can I fix it?

  3. Eaton says:

    voice*

  4. Eaton says:

    is a problem if I use windows vista? :P

  5. Satish says:

    Hi Eaton
    Please try it again, also check the .vbs file I created.
    http://geniushackers.com/blog/wp-content/uploads/2008/07/xp-talk-geniushackers.vbs
    This thing works in vista to.
    Tell me if this helped.

    Satish Gandham

  6. Mansih says:

    Satish

    Hey i m familiar with VB environment…..Can u tell me some other programming code of ObjectCreation…..

    my id is manish.manishr@gmail.com

  7. Aziz says:

    haha not bad

  8. Eaton says:

    I tried ur file and it keeps saying error lmao it says that actveX couldnt create the object :(
    well my computer has xp too, so ill try with xp later cya

  9. kvn says:

    it does’nt work for me. it open ups in notepad even i gave the vbs ext.

  10. ketamapi says:

    cool
    it works 4 me

    kvn.. u have to change the file type to all files when u save

  11. Faiz says:

    tooo gud man


Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.

Copyright © 2009 GeniusHackers.Com.