Quote:
Originally Posted by Evan Lim
tange16@
change the click x,y coorindate to where ever u want to click on the program, then u are all set. Press Ctrl+space to activate the hotkey.
Code:
account = evan
password = 123
^space::
WinActivate , [Conquer
click, 100, 100 ;<------------ change this to click at the account box coordinate
send, %account%
click, 200, 200 ;<------------ change this to click at the password box coordinate
send, %password%{enter}
return
|
ty for this but it didnt work for me
i copied and pasted into AutoScriptWriter II removed your name and pass and put with my own(but for the sake of this i put them back in). here is what i did,
1) put this into AutoScriptWriter II
Code:
account = evan
password = 123
^space::
WinActivate , [Conquer
click, 537, 659 ;
send, %account%
click, 537, 683 ;
send, %password%{enter}
return
2) clicked Save and saved it desktop
3) opened the program that converts the .ahk files to .exe and converted the .ahk file into .exe
4) ran the .exe and nothing happend.
what am i doing wrong?? or is code missing or what??
EDIT: i tried just copy and paste into AutoScriptWriter II and pressing ctrl + space but it just clicks on the account box and then password box and doesnt type anything.