Skip to content

autoclicker that supports multiple actions, scrolling, and moving your mouse

Notifications You must be signed in to change notification settings

SAANN3/SteroidAutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steroid AutoClicker

Program that can execute sequential commands like : moving your mouse,clicking it and scrolling. Also it support export and import so your scripts can be easily recovered

preview

Installation

Download a linux binary or windows zip archive

Usage

On windows simply start a program.

On linux you need root priveleges (sudo) to run this command, because writing into /dev/uinput . So i separated a program into two : An actual gui and cli which recieves events from gui. To run this, go to directory and run AutoClicker.sh or open two programs

sudo bash -c './deviceProgram &'
./appAutoclicker

Or if you prefer to compile from source :)

for linux

  git clone https://github.com/SAANN3/SteroidAutoClicker.git
  cd SteroidAutoClicker
  mkdir build
  cd build && cmake .. && cd ..
  cmake --build build/
  cd build
  chmod +x deviceProgram
  chmod +x appAutoclicker
  

for windows

I highly recommend clonning the repo and opening CmakeList.txt in Qt creator, it should automatically setup everything.

   git clone https://github.com/SAANN3/SteroidAutoClicker.git

Then navigate to Build folder (can be found in qt), put exe somewhere out and find all dependencies using windeployqt