Help! Help me how to mod game with kotlin

Help me how to mod game with kotlin
i can't find .dll file



1641444787561.png
 
The binary file is the libil2cpp.so, and the metadata is the globalmetadata. You dump it with il2cpp dumper but you DO NOT edit the dll files, as they are just a reference. You edit the libil2cpp.so itself with either hex patching or a mod menu. I suggest you just do hex patching to practice before even thinking of a mod menu because you can tell you have very little experience
 
The binary file is the libil2cpp.so, and the metadata is the globalmetadata. You dump it with il2cpp dumper but you DO NOT edit the dll files, as they are just a reference. You edit the libil2cpp.so itself with either hex patching or a mod menu. I suggest you just do hex patching to practice before even thinking of a mod menu because you can tell you have very little experience
Yeah sure, thank you, I'm doing my first simple mod and having another problem, can you please check my other post?
 
Back
Top Bottom