Follow this guide
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
I’m truly so grateful, your reply helped me a lot. Thank you!
Follow this guide
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
Follow this guide
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
Thanks to your advice, I used Il2CppDumper and found the `GetRunSpeed()` function.
Now that I’ve located it, how can I set breakpoints in “Breeze” to debug it?
If there are any tutorials or guides on this, I’d really appreciate it!
Follow this guide
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
Thanks to your advice, I used Il2CppDumper and found the `GetRunSpeed()` function.
Now that I’ve located it, how can I set breakpoints in “Breeze” to debug it?
If there are any tutorials or guides on this, I’d really appreciate it!
1. You can help yourself by directly observing the memory with Breeze.
2. Brute force with Breeze. This takes time and it’s very likely you won’t succeed. You’ll just end up wasting time.
3. The safest method would be to make a dump with iL2CppDumper and manually look for where it could be. Screenshot below as an example:
View attachment 526656
Thanks to your advice, I used Il2CppDumper and found the `GetRunSpeed()` function.
Now that I’ve located it, how can I set breakpoints in “Breeze” to debug it?
If there are any tutorials or guides on this, I’d really appreciate it!
Follow this guide
For beginner, you can refer to
https://gbatemp.net/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.606330/
and crack the games
However, if the il2cppdumper does not work in auto mode, we need to find the codeRegister addresses out manually
Here is a script that handle those il2cppdumper does not work in auto mode
Note:
Always use main.
elf instead of main
nso for Unity Games
NSO should be extract to ELF first, since there is a bug in il2cppdumper with LZ4
Also, in some Unity Game version, such as v27.1 and v24.2, the il2cppdumper...
Thanks to your advice, I used Il2CppDumper and found the `GetRunSpeed()` function.
Now that I’ve located it, how can I set breakpoints in Breeze to debug it?
If there are any tutorials or guides on this, I’d really appreciate it!