um ... i dunno if this is what you want to hear but what about :
In your INI file ( i know you have 1 ) :
add a line like this :
PWhisper: Hi! My password is [yourpasswordhere]
then save ini
In your script add these lines
IniRead, PWhisper, %A_SCRIPTDIR%\\Yourininamehere, whatever, PWhisper
that whatever depends on your ini file ... its the word between [] at the beginning of the ini file.
then also add this line somewhere at the beginning of your script :
Send, %PWhisper%
correct me if i made any mistakes .. thx