How It Works
WA1 has two parts: the desktop app (WA1.exe) and an addon it installs into the game. The app sends keys and manages your account and modules; the addon runs the macros and paints game state as a pixel strip that the app decodes from the screen. Hold one key and the macro cycle runs.
One-Key Macro Engine
Section titled “One-Key Macro Engine”Each macro gets an in-game hotkey. At runtime the app sends those hotkeys to the game at your set pace, triggering the matching macros. You hold the start key; the app does the rest.
State Feedback
Section titled “State Feedback”Health, resources, aura time, cooldowns and other in-game data sync back to the desktop app in real time for your logic to use. Each property’s current value shows in the debug panel; readiness shows in the main window status bar.
Modes & Pacing
Section titled “Modes & Pacing”- Hold mode: runs while the bound key is held, stops on release.
- Toggle mode: press once to start, again to stop.
- APM: actions per minute, sets the pace; adjustable by preset, with randomized jitter between actions.