Типовые сценарии
Готовые рецепты, собранные из справочника нод. Используйте как стартовую точку для своих ботов.
Простой image-click loop:
- Set GameWindow → Image Detection → If
- If True → Mouse Move And Click → Delay → Image Detection
- If False → Delay → Image Detection
Loop с выходом по времени:
- Image Detection → If True → Delay → Elapsed Time
- Elapsed Time.Continue → Image Detection
- Elapsed Time.Elapsed → Log("timeout") или следующий этап
Клик по объекту через модель:
- 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