Help with Macro

Ask gaming related questions (AHK v1.1 and older)
maniaclciks
Posts: 2
Joined: 02 Mar 2020, 01:06

Help with Macro

02 Mar 2020, 01:10

Hi Guys, hope u can help me with this macro

i try to send a Right click to xxxx, xxxx position and then the mouse go back to xxxx,xxxx position and use left click


for example go to 1214,334 use right click, and moves to 590,294 but using left click. hope u can understand what i try to do, thanks!!
Rohwedder
Posts: 7720
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help with Macro

02 Mar 2020, 13:26

Hallo,
try:

Code: Select all

CoordMode, Mouse, Screen
q::
Click, right, 1214, 334
Sleep, 1000
Click, 590, 294
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 44 guests