need help making macro Topic is solved

Ask gaming related questions (AHK v1.1 and older)
saipu
Posts: 2
Joined: 21 Jun 2020, 19:05

need help making macro

21 Jun 2020, 19:13

hellow guys im newbie with this stuff i need help on macro
while holding left shift = repeated left clicks or something like that
while holding shift i cant seem to figure out how to make it work while holding shift it adds repeated left click
left shift = hold shift + repeated left click :?
Last edited by BoBo on 21 Jun 2020, 23:34, edited 1 time in total.
Reason: Moved to Gaming section.
User avatar
Spawnova
Posts: 557
Joined: 08 Jul 2015, 00:12
Contact:

Re: need help making macro  Topic is solved

22 Jun 2020, 03:11

Code: Select all

lshift::
while(GetKeyState("lshift","P")) {  ;loop until left shift is released
	click
	sleep 100
}
return
saipu
Posts: 2
Joined: 21 Jun 2020, 19:05

Re: need help making macro

01 Jul 2020, 21:15

thank you very much spawnova i was really confuse making it :crazy:

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 76 guests