Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.4 KB

glicker

A simple lightweight (~33MB) GUI autoclicker made in Go using Fyne and Robotgo

Installation

Go to releases and download the package Also, If you have the Fyne CLI: go install fyne.io/fyne/v2/cmd/fyne@latest You should be able to run fyne get github.com/checkm4ted/glicker

Features

  1. Can go up to 1000 CPS! (Cannot go higher because of the timeBeginPeriod limitation from windows
  2. Fast as f*** thanks to Go
  3. Slick UI thanks to Fyne
  4. Supports 7 different mouse buttons!
  5. Custom toggle key
  6. Random delay between clicks!
  7. Press more than one button at a time!

Screenshots

image image

Building

Requirements:

  1. Go
  2. Fyne CLI

Instructions:

  1. fyne package

TODO

  • ~~~Multiple mouse buttons at once~~~ DONE
  • Cross-platform

Credits/thanks

Thanks to Fyne For making such a great cross platform GUI and to Robotgo for allowing me to make it go clicky clicky. Also to Gohook because it's the only working keyboard event handler that I could find for Windows.