• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Nintendo SWITCH Cheat Codes Download

[Tutorial] How to crack Unity Games

 
 

admin

Chad
Staff member
85%
For beginner, you can refer to
https://gameparadise.org/threads/a-small-tutorial-on-asm-hacks-cheats-for-unity-games.2040/
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
1711579640820.png

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 wrongly shift the CodeRegistration address by -0x8 and -0x18 respectively
So when you get an error, you need to try increasing the CodeRegistration address by +8 or +18 etc.


idaPython Script (attachment)
 

Attachments

  • il2Address.7z
    6 KB · Views: 26
Last edited:
 

Recent Content

Newest Downloads

Tutorials

Back
Top