Skip to content

RickConsole/mouseJiggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Jiggler

Download the latest release HERE

Is your hand getting tired from waking your PC? Do you want to appear online while you take a nap? If so, keep reading.

Running the binary without arguments will start jiggling your cursor. Press CTRL+C to stop the program and get back control of your mouse.

There are also some command line arguments you can add to slightly change its functionality:

.\mouseJiggle.exe --help

  Flags:
       --version    Displays the program version string.
    -h --help       Displays help with available flag, subcommand, and positional value parameters.
    -r --random     Enable random mouse movements
    -i --interval   Set the time (in seconds) between mouse movements (default: 1)

Building

The nature of the robotgo package requires it to be built on windows. However, you still need GCC in order for it to work. You can download an installer from here: TDM-GCC

At this point, if you try to build, youll get an error regarding zlib.h. To fix this, download ZLIBx64, and then perform the following operations:

copy \zlib\bin to \TDM\bin
copy \zlib\include to \TDM\include
copy \zlib\lib to \TDM\lib

Add TDM-GCC's /bin directory to your PATH, and then you should be able to build the binary using go build

About

Periodically moves your mouse!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages