This is very good and interestingjavascripttrick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.
First openNotepad and copy below codes
Dim message, sapi
message=InputBox("What do you want me to say?","COOL HACKING TRICKS")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
No comments:
Post a Comment