Skip to content

The most basic Windows mouse jiggler around. Simply moves the mouse back and forth once every second.

Notifications You must be signed in to change notification settings

rullo24/MouseJiggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Jiggler

Possibly the simplest mouse jiggler you will ever see. Uses the Windows API to move the mouse once per second.

Important Note

Bounds checking is not performed by this script as Windows doesn't action any mouse movements that are invalid. In other words, memory safety is preserved when using the SetCursorPos() function for "off-screen" positions.

About

The most basic Windows mouse jiggler around. Simply moves the mouse back and forth once every second.

Resources

Stars

Watchers

Forks

Packages

No packages published