is a powerful automation tool frequently used for gaming and repetitive desktop tasks. Its scripting language allows users to simulate mouse clicks, keystrokes, and complex logic like loops and conditional checks.
// Sector 7 Excavation Script :start findcolor 450 300 850 600 (255) %ore 2 // Look for the red-tinted hematite if %ore > 0 move %ore[1][1] %ore[1][2] kleft %ore[1][1] %ore[1][2] // Command the plasma drill to strike wait 2s else msg Ore depleted. Moving to next vein. goto scan_next end_if goto start Use code with caution. Copied to clipboard
Example: if 100, 200 16777215 (checks if the pixel at 100, 200 is white).
: Performs a double-click—essential for opening containers or interacting with NPCs. ⏳ Timing is Everything