An image-recognition-based automation tool for Wuthering Waves, with background mode support, developed with ok-script.
Operates by simulating the Windows user interface, with no memory reading or file modification.
This software is an external auxiliary tool designed to automate parts of the Wuthering Waves gameplay. It interacts with the game solely by simulating standard user interface actions, in compliance with relevant laws and regulations. This project aims to simplify repetitive user tasks and does not disrupt game balance or provide an unfair advantage. It will never modify any game files or data.
This software is open-source and free, intended for personal learning and communication purposes only. Do not use it for any commercial or profit-making activities. The development team reserves the right of final interpretation. Any issues arising from the use of this software are not the responsibility of this project or its developers.
Please note, according to Kuro Games' official Fair Play Declaration for Wuthering Waves:
The use of any third-party tools to disrupt the game experience is strictly prohibited. We will take strict measures against the use of unauthorized tools such as cheats, speed hacks, cheat software, and macro scripts. This includes, but is not limited to, automated farming, skill acceleration, god mode, teleportation, and modification of game data. Once verified, we will impose penalties based on the severity and frequency of the violation, including but not limited to deducting illicit gains, and suspending or permanently banning the game account.
By using this software, you acknowledge that you have read, understood, and agreed to the above statement, and you voluntarily assume all potential risks.
ok-ww-win32-setup.exe installer file.ok-ww-win32-setup.exe file and follow the on-screen instructions to complete the installation.ok-ww from the desktop shortcut or the Start Menu.setup.exe installer, not the Source Code archive).If you encounter issues, please check the following steps one by one before asking for help:
D:\Games\ok-ww). Do not install it in C:\Program Files or folders with non-English characters.ok-ww settings. Only the keybinds listed in the settings are supported.ok-ww.This project only supports Python 3.12.
# Install or update dependencies
pip install -r requirements.txt --upgrade
# Run Release version
python main.py
# Run Debug version
python main_debug.py
You can use command-line arguments for automated startup.
# Example: Automatically run the first task after launch and exit the program upon completion
ok-ww.exe -t 1 -e
-t or --task: Automatically runs the Nth task in the list after launch. 1 represents the first task.-e or --exit: Automatically exits the program after the task is completed.This project is developed based on the ok-script framework. The core code is only about 3000 lines (Python), making it simple and easy to maintain. Developers interested in creating their own automation projects are welcome to use ok-script.