This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved Crash

Status
Not open for further replies.

Maki ☽

Solid & Active Platinian
So im new to modding and i decided to learn how to mod, the first game i tried to mod was "Slime - Isekai Memories" (process of how i do it is below) and it crashed so i thought hmm, maybe it doesnt work with new games so i tried old games like angry birds 2, subway surfers, csr 2 and they all crash when i open them someone help me please

1.Decompile it using "Apktool"
2.Dump the Il2cpp.so file using "Il2CppDumperGUI 1.5.3"
3.Open Dump.cs with "Notepad++"
4.Open Il2cpp.so using "HxD"
5.Find the value i want to change for example lets say "get_GemAmountRequiredToRecoverStamina"
6.Copy the hex corresponding to "get_GemAmountRequiredToRecoverStamina" and find it in "HxD"
6.Edit the hex for example lets say Im trying to make the amount required to recover stamina as low as possible so, 00 00 80 D2 C0 03 5F D6 (arm64)
7.Save the file
8.Replace the old file with the new file
9.Compile and sign the game once again using "Apktool"
10.Install it
11.Open it
12.Crash!!!
 
Last edited:
Try this method on subway surfers with the hex code you used in the post (false hex) make sure its the arm64 version and not v7, if it has both delete one

public bool get_detectCollisions() { }

its a no clip function
 
Status
Not open for further replies.