it works but i got banned :S
Example 1
m:
Send ^{Click 100, 200}
return
Example 2
m:
Send, {Control down}
MouseClick, left, 100, 200
Send, {Control up}
return
Example 3
m:
Send, {Control down}
ControlClick, x100 y200,ahk_id %id%,,left
Send, {Control up}
return
yep i see that, but how i need to update changeing code or what ? :) tnx for help :)Quote:
There is x and y address, (234, 567) is your coords x I believe is 234 and y is 567 or maybe the other way around I forget lol. You must also update Conquer for this to work :)