-
Notifications
You must be signed in to change notification settings - Fork 65
Patch for battles
Incredible edited this page Mar 26, 2019
·
3 revisions
The client checks the checksum when setting troops, but since we can't recalculate this we have to disable this function.
-
For the following steps you need the apk with version 1.9.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"
-
Now replace the patched libg.so file with both from the "lib" folder.
-
You are done! Good luck in the battles!