Make Your PC Speak What You Write

Hey guys here is another cool trick …


Now you can make your computer speak what you write.. To do so perform the following steps:

  • Open Notepad
  • Paste in the following code:
 Now enter your text”,”Speak It by MyHackTips”)

  • Click Save as
  • Save it as anything.vbs The extension of the file must be vbs
  • You will see the icon of the file has changed
  • Open the file and write anything…
Hear your computer speak that aloud……




Dim msg, sapi
msg=InputBox(“This stuff is designed by http://www.MyHacktips.blogspot.com

Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg




Any Problems. ask in the comments below

1 comment: