Your First Bot
Build a working bot in five minutes: trigger → check → action.
Steps
- Open the Node Editor. Search-create a Set GameWindow and pick your game window.
- Create an Image Detection. Load a template image of the button and set Threshold to 0.8.
- Add an If and wire Image Detection.Found → If.Condition.
- On the True branch, add Mouse Move And Click and feed Image Detection.Pos into its Pos.
- Add Delay(500) after the click and loop the exec wire back into Image Detection.
- Hit Run in the Debug panel — the bot will wait for the button and click it on appearance.