Patch for battles - Hashmane/HashRoyale GitHub Wiki
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?
- 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!