help me plz

Ask gaming related questions (AHK v1.1 and older)
dkoh
Posts: 1
Joined: 26 Mar 2018, 20:23

help me plz

08 Apr 2018, 13:48

i want to press q and have it to type q and click at the same time


Help plz i try this(and raged)
q::
While GetKeyState("q", "P")
{
type {Q}
Click down
SLeep 10
CLick up
}
Return
User avatar
Cuadrix
Posts: 236
Joined: 07 May 2017, 08:26

Re: help me plz

08 Apr 2018, 13:58

Code: Select all

$q::
SendInput, Q
Click
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: vikasgandhi and 60 guests