Possibly the simplest mouse jiggler you will ever see. Uses the Windows API to move the mouse once per second.
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.