Hello,
I sucessfully modified some functions in my apps Il2ccp.so file. However, those changes like getter methods are only visual, as they get overwritten by the server.
For example there is a chest where I modified to always get the best weapon, but when I open it I only get a random one...
Hello,
I use Memu emulator to run an apk and I would like to see for example when I push a button, which functions get called afterwards.
Is that possible somehow?
what is meant by xref? is that something in IDA Pro?
in my file there are sometimes constants defined like
public const float playerMoveSpeed = 6; // 0x0
they have no getter or setter. How can I change these values? I tried dnSpy but the compile back doesnt work if its a libil2cpp.so based game?
Can you say why never mod the setter method? so far modding the getter was just doing visual effects but didnt change any real values. I want to find and mod a place where something like a reward is actually created, instead of just overwriting a get function that shows me my resource in the...
Hello,
I have used a Il2CppDumper to create those files out of an apk.
Inspecting the .dll with dnSpy and the dump with Notepad++, they are both pretty much the same, apart from the way the code is written.
I have an understanding question because I want to modify a function.
the dump file...
Ok thank you for making this more clear.
So far I found the basic methods to start the game in the java files, and the getter / setter for the resources in the libil2cpp. What Im still missing are triggers and the actual methods.
I suspect the java code invokes some resource file (maybe xml?)...
Hello there,
I found this place while attempting to mod a game myself for the first time and so far I digged through alot of threads / videos.
However, I have some basic questions and it would be great if you could help me with them:
I want to mod an online game that was built in Unity and is...
hello. I have a basic understanding question here:
the "public bool get_isPurchaseable()" I guess is a method that the game executes once you select a car and then checks whether you can buy it or not.
so the 4f9dac is the value where to find this method in the Hex file (?). When I search it...
is it possible to find out which data is server sided and which isnt? and if he cant directly manipulate the value then maybe is it possible to change it indirectly? for example by a diamond creating reward where u increase the rewards value?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.