I cant seem to figure it out :P
lets say i wanna make a clicker for in TG:
Code:
msgbox, Please activate 1st CO
WinGet,id, ID,[Conquer2.0]
ControlClick, x506 y534,ahk_id %id%,,right
ControlClick, x641 y649,ahk_id %id%,,left
Can u tell me what im doing wong because this wont work :p
atleast right click doesnt, and left well not exactly either
Tho this does work but its not what i want :p
Code:
MouseClick, right, 506, 534
Sleep, 200
MouseClick, left, 641, 649
Sleep, 200
But this way of clicking does work so i must be doing something wrong.
What im exactly doing is trying to scatter and clicking on a stake for bow prof repeating this fast would work great ^^
And i want it to do this without the window open, if ican figure ot how many nice little things can be made.
I was thinking maybe i should put it like this:
Code:
WinGet,id, ID,[Conquer2.0]
ControlClick, x506 y534,ahk_id %id%,,right
sleep,200
ControlClick, x641 y649,ahk_id %id%,,left
sleep,200
*goes testing after maint... lol*
thanks ^^