Clicker written in Golang
Thats just clicker. Automatically clicks at mouse position.
- Works in system tray
- Has shortcuts for start/stop and click delay change
- Can change click interval on the fly
- Can pause&resume clicks
Ctrl
+ Shift
+ S
- start auto clicking
Ctrl
+ Shift
+ P
- pause auto clicking
Ctrl
+ Shift
+ +
- increase click interval
Ctrl
+ Shift
+ -
- decrease click interval
Written in one night just for concept. May not be changed. Tested only on windows.
Just go build .
in cmd directory.
To start without console add -ldflags "-H=windowsgui"
- Add Options window
- Add click delay and click change step to Options
- Add shortcut to Options
- Make an icon for app