Skip to content
ZeroTrace cybersecurity hardware and software

ZeroTrace HID

Mouse Commands

Relative Mouse Commands

  • Movement Range: Movement values for X and Y are limited to -32767 to 32767
  • Scroll Range: Scroll values are limited to -127 to 127

Description: Moves the mouse cursor relative to current position.

Syntax:

mouseMove <x> <y>

Example:

mouseMove 50 -30

Advanced Relative Mouse Commands

Description: Creates random mouse movements (jitter effect).

Syntax:

mouseJitter <duration> <posDelay> <mouseClick> <mouseButton>

Example:

mouseJitter 5000 100 true left

Command Palette

Search for a command to run...