/coc-proxy

A simple Clash of Clans proxy, implementing the new encryption, built on top of Twisted in Python 3.5.

Primary LanguagePython

Warning: With version 8.212.12, Supercell has started banning accounts for the use of third party software. I am unsure what, if any, checks are in place that might reveal the use of this proxy, so continue use at your own risk. See here for more info.

coc-proxy

Run with:

python3.5 proxy.py

Installation

  1. Install dependencies.
  2. Patch the Clash of Clans APK with coc-patcher and install.

Dependencies

Install twisted with:

python3.5 -m pip install twisted

Install pynacl with:

python3.5 -m pip install pynacl

Install pyblake2 with:

python3.5 -m pip install pyblake2