Skip to content

Patch for battles

Incredible edited this page Mar 26, 2019 · 3 revisions

Why do I need to patch the client for battles?

The client checks the checksum when setting troops, but since we can't recalculate this we have to disable this function.


What do I need to patch?

  1. For the following steps you need the apk with version 1.9.2.

  2. Open the "libg.so" file from "armeabi-v7a" in the "lib" folder in any hex editor. (I used HxD)

    • At the offset (base 16) "001C27F0" we patch "D0" -> "D1"
    • at 001C2B40: "90" -> "92"
  3. Now replace the patched libg.so file with both from the "lib" folder.

  4. You are done! Good luck in the battles!

Clone this wiki locally