Uopilot Script Commands 📌 💫

These commands are the foundation of any macro, allowing the script to interact with the game window.

Advanced scripts use these to "see" what is happening in the game. uopilot script commands

if_not : Executes a command if a specific pixel does not match the provided color. These commands are the foundation of any macro,

left : Performs a left mouse click at the specified coordinates. or repeat cycle.

goto : Jumps to a specific section of the script marked by a label (e.g., :start ). end_script : Terminates the execution of the current script.

send : Sends a specific keystroke to the active window.

repeat : Repeats a block of code a specific number of times. break [level] : Interrupts a while , for , or repeat cycle.