Skip to content
/ glicker Public

A lightweight autoclicker made in Go up to 1000CPS, with time randomization, with custom toggle keys!

License

Notifications You must be signed in to change notification settings

jxqu3/glicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight autoclicker made in Go up to 1000CPS, with time randomization, with custom toggle keys!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages