Home
Name Modified Size InfoDownloads / Week
Original File [Language TR] 2018-03-07
- Mini Clicker ---.ahk 2018-03-07 5.2 kB
sourceforge readme.txt 2018-03-07 1.8 kB
- Mini Clicker ---.exe 2018-03-07 867.8 kB
Totals: 4 Items   874.9 kB 14
Mini Clicker
gtaking

2016 IV

- ----------------------- -  - --------- -  - --- -

Enter to start
Esc or Enter to stop

Start and stop keys are global
	to be able to give free mouse movement,
		script window's activation is not a requirement
	this causes interference to desktop experience
		especially when script window is left open
	caution is advised

Most common usage is between 10 msec and 100 msec
	which this script answers the need perfectly

- ----------------------- -  - --------- -  - --- -

Values < 10ms are impossible since lowest sleep defined by OS is 10ms
No sleep version also implemented, achieving ~3 msec in practice
	but many programs are not able to respond to it anyway (333 fps needed)

It uses C:\WINDOWS\System32\setupapi.dll icon 501 (61st icon) as its icon

- ----------------------- -  - --------- -  - --- -

The one and only file you need is: - Mini Clicker ---.ahk actually

It is both source and the working script itself.
It requires AutoHotkey (AHK) installed to work.
	https://autohotkey.com/download/

OR

You may download compiled version of it: - Mini Clicker ---.exe

Which is directly compiled using
C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe
	with the icon extracted from dll
	and 32-bit option selected

- ----------------------- -  - --------- -  - --- -

You may edit values from within the code
	for it to start with your init values
	or to discard minute area that you won't ever use
	or to make window smaller etc...

You may even modify code to
	change activation / stop button or
	assign an exitapp button
	send different mouse button / keyboard keystroke
		(since this is a very simple script, it is kinda DIY)

You may uncomment all the commented out code lines to
	get a feedback about how many clicks have been made

Source: sourceforge readme.txt, updated 2018-03-07