uFL%4#CyP,)j!eHC_fi:=j,v`kF_]48fq'(BrS-o}J6x2a)lh0~!e2!R=ir{9-#S$!VC4,1es2kflT~GXj{')n&C#\jWWrX~L2-(J[lw0hNG]NR"GsY!9fZ# Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Ianizer
Posts: 79
Joined: 07 Mar 2021, 00:06

Re: How can I make a script that presses the f key as fast as possible as long as I press f4?  Topic is solved

20 Sep 2021, 10:17

Code: Select all

SetBatchLines, -1

F4::
	while (GetKeyState("F4", "P"))
		SendInput, f
return
Ianizer
Posts: 79
Joined: 07 Mar 2021, 00:06

Re: How can I make a script that presses the f key as fast as possible as long as I press f4?

20 Sep 2021, 12:12

Code: Select all

SetBatchLines, -1

*Q:: ;an asterisk is needed to fire the hotkey with other modifiers
	while (GetKeyState("Q", "P"))
		SendInput, f
return
[code]

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 96 guests