Escape Mode is a logic system designed to unstick the bot if it gets confused.
- Stuck Counter Limit:
- If the bot scans the screen
Xtimes (e.g., 3 times) and finds NO targets, it assumes it is “Stuck” (e.g., a menu blocked the view).
- If the bot scans the screen
- Escape Mode Action:
- RandomScreen: Clicks a random point on the screen to try and close open menus.
- Sequential: Clicks specific coordinates you define (e.g., the coordinates of a “Close” X button).
- Escape Keys: Presses a specific key (e.g.,
ESC) to close windows.

