Script to double clicks by pressing a key

Post your working scripts, libraries and tools for AHK v1.1 and older
Nucleorion
Posts: 50
Joined: 11 Dec 2016, 11:33

Script to double clicks by pressing a key

20 Jul 2018, 09:02

Hi,

I wanted to share this script to double click every ten thousandth of a second while holding a key. In this case the key <

Code: Select all

<::
Loop
{
	if not GetKeyState("<", "P")
	break
	Click, 2
	Sleep 10
}

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: gongnl, MiM, todd and 72 guests