Help! Knights and dragons game trying to mod

Hello World!,

You see what I did there :pepe001:. Anyways, As its written in the title, Im trying to mod the game knights and dragons but im facing problems.
I'll list what I did first:
1- I extracted the apk using MT Manager.

2- copied it to my PC and turned it from .apk to .zip to check whats inside.

3- I found this.
zip file 1.png
zip file 2.png


4- after that i opened the classes.dex file in jadx and i got this.
1733387052987.png

which i assume means the game loads libgame_shared.so and libopenal.so
5- and so i extracted the libgame_shared.so from the lib file inside the game zip

1733387702501.png


6- I opened it on IDA pro and I waited for it to finish, then i searched the strings for ingame currencies e.g: Gems, Gold and other things like damage. for this post ill go with the gems string:
1733388680882.png
1733388746085.png

I was thinking of modding the gems spending so that when i spend gems it increases instead of decreasing just like this mod here : Knights & Dragons Action RPG Ver. 1.72.2 Mod Menu [Currencies Increase when Spent | Full HP Heal | Fast Gold Production]
That mod is outdated which is the reason why im trying to mod this game. I already modded this game on ios but im struggling to mod it on android.

8- anyways i was intrested with the string gems_spent so I opened it.
1733389337932.png
1733389428124.png

I also found near it a currency_spend string which i decided to look into too
1733389880568.png
1733389924120.png


9- I continued with the sub_5A6960 function of the currency_spend string and i opened it as pseudocode and i got this
1733390224112.png


lastly i did remote debugging to my device which it connected and i can stop it or continue it from ida so i know it works

i put breakpoint at the beginning and at the end of the function and i tried spending inside the game but nothing happens.

I tried this with other strings like gem_spent or dodamage but nothing happens.

I even tried editing the libgame_shared.so file using HXD and putting the file back into the game zip and turning it to apk and then installing it (I know I can install it unsigned because i disabled the verification using luckypatcher). But the game crashes as i open it.

Could someone help me here, maybe tell me what i did wrong or if im dumb and I didnt see something lmao :pepe001: .Any help would be highly appreciated .
I really want to mod this game. Since the mod that Yaskashije did is outdated, so i took this chance to try and learn modding (:pepe004:).
 

Attachments

  • 1733388347040.png
    1733388347040.png
    4.8 KB · Views: 4
  • 1733388404572.png
    1733388404572.png
    8.9 KB · Views: 2
  • 1733388660984.png
    1733388660984.png
    210 KB · Views: 2
  • 1733389367547.png
    1733389367547.png
    165.6 KB · Views: 2
Back
Top Bottom