That's not what I asked about, I'm asking how you are finding the offsets in the updated game. All you showed me are common Op Codes.
Everytime a game updates, there are new offset addresses. Are you using the new ones?
Hello
Every time a game updates, there are new offset addresses Ok,
but i always used common opcodes, maybe the error is here.
The procedure I perform, first Decompiled APK with APK Easy Tool
then I use Il2CppDumper.exe, which creates the DummyDll for me.
1 I open Dnspy I try get_move I find offset
2 I open HxD and enter the new updated offset address found, for example I replace the new code (14 00 90 E5 1E FF 2F E1) with (E7 03 00 E3 1E FF 2F E1 = 999)
3 except libil2cpp.so
4 Recompiled APK
5 the game works but the change you made does not work.
So I think these changes I make are already out of date, I am a beginner and not a Modder, I just do it to pass the time.
so if I can it's fine, otherwise patience
I think as Yaskashije said the developers have changed the way the game works.
And if the developers tell me how they do it, I'm not offended. (Joke).