:investigate findcolor 0 0 1920 1080 (16711935) %anomaly 1 // Search for the violet pulse if %anomaly > 0 double_kleft %anomaly[1][1] %anomaly[1][2] // Gentle tap for sample log Detected unknown material at %anomaly[1][1], %anomaly[1][2] end_if Use code with caution. Copied to clipboard
UOPilot is a lightweight automation tool primarily used for automating repetitive tasks in Windows applications, especially older games and legacy software. It simulates mouse movements, keyboard inputs, pixel detection, window control, and file operations using a simple scripting language. uopilot script commands
| Command | Syntax | Description | |---------|--------|-------------| | Let | Let var = value | Assigns value (number or string). | | Add | Add var, value | Adds to variable. | | Sub | Sub var, value | Subtracts. | | Inc | Inc var | Increments by 1. | | Dec | Dec var | Decrements by 1. | | Cmp | Cmp var1, var2 | Compares values (used with If ). | :investigate findcolor 0 0 1920 1080 (16711935) %anomaly
: Performs a left-click at the specified coordinates. If coordinates are omitted, it clicks the current cursor position. right [x y] : Performs a right-click. move [x y] | | Inc | Inc var | Increments by 1