A tool to block Wuthering Waves game servers by modifying the hosts file, helping to minimize the risk of detection when using cheats or mods.
- Blocks all Wuthering Waves data receiver servers
- Creates automatic backup of hosts file
- Checks and reports status of each domain
- Right-click
kuroblock_menu.py→ "Run as administrator" - Choose from the interactive menu
- Run:
python build_kuroblock.py - Use the generated
dist/Kuroblock.exewith admin privileges
When you run the program, you'll see a menu with 4 options:
==================================================
KUROBLOCK - WUTHERING WAVES
==================================================
1. Check current status
2. Block servers (for cheats)
3. Unblock servers
4. Exit
# Run Python script
python kuroblock_menu.py
# Or run executable (as Administrator)
.\dist\Kuroblock.exe# Run cleaner script
python clean_hosts.py
# Or use batch file (as Administrator)
clean_hosts.batThe following domains are blocked to prevent the game from sending data to servers:
- as-datareceiver.aki-game.net - Data receiver server for Asia region
- eu-datareceiver.aki-game.net - Data receiver server for Europe region
- us-datareceiver.aki-game.net - Data receiver server for North America region
- hk-datareceiver.aki-game.net - Data receiver server for Hong Kong
- jp-datareceiver.aki-game.net - Data receiver server for Japan
- sea-datareceiver.aki-game.net - Data receiver server for Southeast Asia
- tw-datareceiver.aki-game.net - Data receiver server for Taiwan
- cn-datareceiver.aki-game.net - Data receiver server for China
- sentry.aki.kuro.com - Error logging and reporting server (Sentry)
Blocking purpose:
datareceiverdomains receive data from game client (including cheat/mod information)sentrydomain logs errors and sends reports to server- Blocking these domains helps prevent servers from receiving information about unusual activities
Backups are stored in: C:\Windows\System32\drivers\etc\backups\
- When you use cheats in game, the game sends data to servers for verification
- Kuroblock blocks these domains by redirecting to
0.0.0.0(no connection) - Servers don't receive cheat reports → minimizes risk of ban
- Hosts file is a system file, changes are permanent
- Block entries persist until manually removed
- No need to run again on each boot
⚠️ Only blocks reporting servers, doesn't block local anti-cheat⚠️ Use at your own risk - Still possible to get banned if detected⚠️ No 100% guarantee - Only minimizes detection risk