Uopilot Script Commands -

String concatenation is achieved simply by placing variables and text next to each other; no special operator is required.

: Simulates a rapid press and release of a specific key. Example: send F1 or send a send_down : Holds down a key continuously. send_up : Releases a key that is currently held down. uopilot script commands

| Command | Syntax | Description | |---------|--------|-------------| | Key | Key keycode | Sends a single key press/release. | | KeyDown | KeyDown keycode | Presses and holds key. | | KeyUp | KeyUp keycode | Releases held key. | | Send | Send "text" | Types string (supports ENTER , TAB , etc.). | | SendAsync | SendAsync "text" | Non-blocking send. | String concatenation is achieved simply by placing variables