Autoclicker wroted on go (golang) and based on library robotgo (https://github.com/go-vgo/robotgo)
- Install go -> https://golang.org/ and gcc -> https://gcc.gnu.org/
- Install library robotgo -> in terminal (cmd) run -> go get github.com/go-vgo/robotgo
- Install special requirements for your system -> https://github.com/go-vgo/robotgo#requirements
- Open terminal (cmd) in directory with main.go and run -> go build main.go
- Open terminal (cmd) with your build file
- Run your build file in terminal (cmd)
- To run clicking press ctrl+shift+x
- To stop clicking press ctrl+shift+a
UPD:
added flags:
To set parametres that you need -> run in terminal(cmd) with flags:
--clicking_speed=60 --start_keys=x+ctrl+shift --stop_keys=a+ctrl+shift
YOU NEED SET ONLY 3 KEYS in set_start_keys and set_stop_keys!!!
All keys you can find on https://github.com/go-vgo/robotgo/blob/master/docs/keys.md
Good luck)