Common scenarios
Quick recipes assembled from the node reference. Use them as starting points for your own bots.
Simple image-click loop:
- Set GameWindow → Image Detection → If
- If True → Mouse Move And Click → Delay → Image Detection
- If False → Delay → Image Detection
Loop with time-based exit:
- Image Detection → If True → Delay → Elapsed Time
- Elapsed Time.Continue → Image Detection
- Elapsed Time.Elapsed → Log("timeout") or next stage
Model-based object click:
- Set GameWindow → Object Detection → If Found → Mouse Move And Click(Pos)
API webhook:
- Image Detection.Found → If True → Send Post Request → Post Response → Log
Multi-window loop:
- Set GameWindow A/B → GameWindow List → Next GameWindow → Image Detection → action → Next GameWindow