- .NET Core SDK 3.1 and runtime
- MySql Database WAMP Server with PhpMyAdmin
- APK signing tool
- Basic knowledge of APK modification
1️⃣ Building the Project
You can either build the project yourself or use the prebuilt release version. .NET Core 3.1 must be installed.
2️⃣ WAMP & Database Setup
- Start WAMP Server and open PhpMyAdmin
- User: root, Password: (leave blank)
- Create a new database: mysql_database (magic-database)
⚠️ Make sure the database name matches the one in config.json.
Check the config.json file inside the server software:
{
"encryption_key": "fhsd6f86f67rt8fw78fw789we78r9789wer6re",
"encryption_nonce": "nonce",
"mysql_database": "magic-database",
"mysql_password": "",
"mysql_server": "127.0.0.1",
"mysql_user": "root",
"server_port": 9339,
"environment": "prod",
"update_url": "https://github.com/"
}Run the magic-database.sql query inside the GameAssets folder. Run ClashofClans.exe.
This repository is created in accordance with Supercell's Fan Content Policy.
🔗 https://supercell.com/en/fan-content-policy/
- This project is not affiliated with, endorsed, sponsored, or approved by Supercell.
- All game assets belong to their respective owners.
- This repository is intended for non-commercial fan and educational use only.


