hotkey A + Leftclick (MOBA)

Ask gaming related questions (AHK v1.1 and older)
dazai764
Posts: 1
Joined: 23 Jun 2019, 10:25

hotkey A + Leftclick (MOBA)

23 Jun 2019, 10:27

I'm playing a Chinese MOBA that does not have options to be able to attack with the left button, just using the A + Left Click, is it possible to create a Hotkey that does the 2 at the same time? or something like that?
User avatar
PipeDreams
Posts: 165
Joined: 19 Dec 2015, 00:20

Re: hotkey A + Leftclick (MOBA)

28 Jun 2019, 00:18

With this script you should be able to use the Right Mouse Button to send a + Left Mouse Click

Code: Select all

#MaxHotkeysPerInterval 200
#SingleInstance Force
~RButton::
{	While, GetKeyState("RButton", "P")
	{	Send, a{LButton}
		Sleep, 100
}	} Return
~Esc::ExitApp

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 89 guests