Completely free. Fully open-source. Zero paywalls.
π AboutΒ Β β’Β Β β¨ FeaturesΒ Β β’Β Β π¬ ShowcaseΒ Β β’Β Β π οΈ InstallationΒ Β β’Β Β π± EmulatorΒ Β β’Β Β π Roadmap
WOS Bot β a free and open-source bot that automates daily tasks, manages multiple accounts, and boosts your Whiteout Survival progression. No paywalls, ever.
Note
Acknowledgment: This project is built upon the excellent foundational work of wosbot by camoloqlo. It is continually developed and expanded with new features and improvements.
|
|
||||||||||||||||||||||||||||
|
|
Note
Follow these steps to compile and run the bot from source code.
| Requirement | Version | Download |
|---|---|---|
17 or newer |
Adoptium Temurin | |
3.8+ |
Download Maven |
π‘ Windows Users: Adding Java & Maven to PATH
- Press Win + R, type
sysdm.cpl, and press Enter - Go to Advanced β Environment Variables
- Under System variables, select
Pathand click Edit - Add the
bindirectories of your Java and Maven installations:C:\Program Files\Eclipse Adoptium\jdk-17\bin C:\apache-maven-3.9.9\bin - Click OK and restart your terminal
- Verify with:
java -version mvn -version
# Clone the repository
git clone https://github.com/Shederator/wosbot.git
cd wosbot
# Build the project
mvn clean install packageTip
Once completed, the compiled .jar file will be in the wos-hmi/target directory (e.g., wos-bot-1.7.1.jar).
# Navigate to the target directory
cd wos-hmi/target
# Run the compiled jar
java -jar wos-bot-1.7.1.jarImportant
We highly recommend running via command line to access real-time logs for easier debugging. Double-clicking the .jar works, but console logs won't be visible.
When prompted by the bot launcher, select the command-line controller (not the graphical app):
π MuMu Player
C:\Program Files\Netease\MuMuPlayerGlobal-12.0\shell\MuMuManager.exe
C:\Program Files\Netease\MuMuPlayer\nx_main\MuMuManager.exe
π MEmu
C:\Program Files\Microvirt\MEmu\memuc.exe
π LDPlayer 9
C:\LDPlayer\LDPlayer9\ldconsole.exe
[!WARNING] You must manually enable ADB:
Settings β Other settings β ADB debugging β Enable local connection
| Setting | Value | Status |
|---|---|---|
| Resolution | 720 Γ 1280 (Portrait) |
π΄ Mandatory |
| DPI | 320 |
π΄ Mandatory |
| Language | English | π΄ Mandatory |
| CPU / RAM | 2 Cores / 2 GB | π‘ Recommended |
Tip
In the game's settings, disable Snowfall and Day/Night Cycle, and avoid Ultra graphics. This considerably improves performance and visual reliability for the bot.
Contributions are what make the open-source community amazing!
Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch β git checkout -b feature/AmazingFeature
3. Commit your Changes β git commit -m 'Add some AmazingFeature'
4. Push to the Branch β git push origin feature/AmazingFeature
5. Open a Pull Request













