hax0rzz@
text to speech:
Code:
readthis = hello, how are you doing?
speech(readthis)
return
speech(txt)
{
TEMPFILE = %TEMP%\TALK.vbs
IfExist, %TEMPFILE%
FileDelete, %TEMPFILE%
FileAppend, Dim Talk`nSet Talk = WScript.CreateObject("SAPI.SpVoice")`nTalk.Speak "%TXT%", %TEMPFILE%
RunWait, %TEMPFILE%
FileDelete, %TEMPFILE%
Return
}
replace the words in "readthis" to read whatever u want
it should work on all window OS, as it is just using the build in voice function
typically u will get the microsoft Sam's voice
Alexios@
Code:
var = Cold and ice
^z::
run, http://www.google.com
sleep 2000
;click, 470,310
send %var%
send {enter}
return
or u can simply do:
Code:
^z::
var= cold and ice
Run, http://www.google.com/#hl=en&q=%var%
return
hellbladelll@
dont know how to check, i dont have CO installed
just tell me what coordinates to click (in 1,2,3 steps)