Convert Text Message to Voice Message without using any Tool
Hello Guys,
Today I have something good for you and i.e convert text message to voice. By following these steps you can convert the text message to voice message.
Step1:Open the Notepad from Start>All Programs> Accessories.
Step2:Then copy-paste the following code in the text area.
Dim msg, sapi
msg=InputBox(“Enter your text for conversion: For Ex. Kyrion.”,”Kyrion.in: Text2Speech Converter”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Step3:Open File>Save as
Step4:Then in the Save As dialog box enter any name for the file with the extension .vbs and click on Save.

Step5:Then open the file that you had saved.
Step6:Enter the text which you want to convert to speech.

Step7:Click on OK button.
Now you will see the pure magic of Windows. After the Dialog box closes you will here what you had actually typed in the dialog box to Convert Text Into Speech In Windows by using notepad. You will be thrilled to know that your text has be converted in to speech.
This entry was posted by sandeep on February 20, 2012 at 9:07 AM, and is filed under Ethical Hacking, Hacking Tools, Windows Hacking, Windows Tips and Tricks. Follow any responses to this post through RSS 2.0.You can skip to the end and leave a response. Pinging is currently not allowed.
- Post Exploitation Using Meterpreter Shell
- Exploiting Windows 7 Remote Computer Using Metasploit Framework
- Nokia Mobile Phone HACK Codes
- How to Hide a folder without any third party Software
- Unlock IDEA NET SETTER
- Lock Desktop Icons
- Chakravyuh Online Event Schedule
- Cool Keyboard Tricks in Windows 7
- Facebook Trick
- Fake Access Point with Airsnarf


this is not working .i have win 7 os and it gives compilation error.