Macro automation tool for "Where Winds Meet" — safe, external, no injection or memory reading.
- Custom combos — Key presses, holds, mouse clicks, delays. Assign any hotkey (keyboard or mouse).
- Macro recorder — Record your inputs with timing, then save as a combo and edit.
- Panic button — Stops any running combo (default: Right Mouse Button). Set your own in the app.
- Auto-save — Saves every 30 seconds; on crash you can restore from autosave.
- Single .exe — No install. Build once, run from
publish\WWMBoberRotations.exe.
Run the app
- Pre-built: Get the latest from Releases or run
publish\WWMBoberRotations.exeafter building. - Build yourself: Need .NET 8 SDK + Windows. From the project folder run:
Then run
build.bat
publish\WWMBoberRotations.exe.
First combo
- Click New Combo, name it, click Set Hotkey and press a key or mouse button.
- Click Add Action and add key presses, holds, mouse clicks or delays. Set "Delay after" on each action if needed.
- Save the combo.
- Click START MACRO SYSTEM (button turns red), then use your hotkey in-game.
Double-click a combo or an action in the list to edit. Use Duplicate Combo to copy one. Record Macro records key/mouse input with timing and saves it as a combo.
| Type | Description |
|---|---|
| Key Press | Press and release (key or mouse). |
| Key Hold | Hold key for X ms. |
| Mouse Click | Left / Right / Middle / Mouse4 / Mouse5. |
| Delay | Wait X ms. |
Each action has a Delay after field so you don’t need separate delay steps.
- Keyboard: a–z, 0–9, space, enter, tab, esc, f1–f12, arrows, modifiers (shift, ctrl, alt), etc. Use lowercase in the app.
- Mouse:
lmb,rmb,mmb,mouse4,mouse5— work in actions and as hotkeys.
- Click Record Macro.
- Set the record hotkey (e.g. Insert) — same key starts and stops recording.
- Press the hotkey to start, perform your inputs, press again to stop.
- Enter a name and click SAVE AS COMBO — you’ll get the combo editor to set hotkey and tweak.
- Panic button: Stops the current combo. Default is RMB; change with Set Panic Button.
- Auto-save: Every 30 s when enabled. If the app crashes, you’ll be asked to restore from autosave on next start.
build.batOutput: publish\WWMBoberRotations.exe (self-contained, no .NET install needed on the PC).
MIT License — see LICENSE.
Educational use only. Check the game’s terms of service. This tool does not inject code, read memory, or modify game files; it uses normal Windows input. Use at your own risk.