Fetzi672
Inactive Approved Modder
Hello, can someone ask me why freefire still crashing? I'm done Memory Patch like this:
Did I forget something? If I add the menu the game keeps force close after login and enter main menu.
Best regards
C++:
MemoryPatch("libil2cpp.so", 0x287F6D8 + 116, "00 F0 20 E3", 4).Modify();
MemoryPatch("libil2cpp.so", 0x2976C94 + 136, "00 F0 20 E3", 4).Modify();
MemoryPatch("libil2cpp.so", 0x29770AC + 156, "00 F0 20 E3", 4).Modify();
MemoryPatch("libil2cpp.so", 0x297721C + 176, "00 F0 20 E3", 4).Modify();
MemoryPatch("libil2cpp.so", 0x29772AC + 196, "00 F0 20 E3", 4).Modify();
MemoryPatch("libil2cpp.so", 0x29788D8 + 216, "00 F0 20 E3", 4).Modify();
Did I forget something? If I add the menu the game keeps force close after login and enter main menu.
Best regards