Hi all, I'm modding a game by analyzing dump.cs and it works after I did some changes on a float within a class. But after the apk updated, I noticed that same float under that class have been changed from a primitive (float) to wrapper (Float). And I can no longer do the same changes by using...
Hi, I'm trying to mod a apk game by looking through the dump.cs generated by il2cppdumper. I also able to modify few specific int but it only make changes on display and return to original value after "loading" which seems to be a communication with game server.
Does it means that there is no...