| Command | Description | |---------|-------------| | getcolor x,y,var | Store pixel color in var | | ifcolor x,y,color,jmp label | Jump if pixel matches color | | waitcolor x,y,color,timeout | Wait for pixel to become color | | waitchange x,y,timeout | Wait for pixel to change | | waitnot x,y,color,timeout | Wait for pixel to be color | : Simulates a left or right mouse click
Uopilot Script Commands ((better))
: Simulates a left or right mouse click at specific screen coordinates.
To automate any application, you must first target its window. uopilot script commands
| Command | Description | |---------|-------------| | getcolor x,y,var | Store pixel color in var | | ifcolor x,y,color,jmp label | Jump if pixel matches color | | waitcolor x,y,color,timeout | Wait for pixel to become color | | waitchange x,y,timeout | Wait for pixel to change | | waitnot x,y,color,timeout | Wait for pixel to be color | : Simulates a left or right mouse click