Tutorial Some new HEX codes that I use to modify il2cpp games, as well as more!

LEIIKUN

Retired Staff
Retired but loved <3
I basically always mod armeabi-v7a libraries-games. This is only for beginners, maybe.
If possible, do not mod armv64 library or x86 library. Always mod armv7.




! Hidden Content !
You must be signed up and reply to the thread or click 'Like' under this post before you can see the hidden links contained here.
You might need to refresh the page after pressing like. If you still facing issues revealing the hidden links, please read this.

You can use hex to arm converter to know more about the hex code or to convert it to arm.

I'll post more later and add more features about simple il2cpp modding. Just stay tuned, cheers!
 
Last edited:
figure with armconverter and calculator
like this:
1605152067391.png
 
:face54: thank you friends, it's true that i use more than 2000 it doesn't work

 
what is 12 07 a0 e3 why you use this and if it is value of patching memory then what is 4718592? i will wait for reply
12 07 a0 e3 is the hex code for replacing old hex code or arm inside il2cpp library.

4718592 is the exact value or decimal value of the hex code and will be the value of gold or resources.
 
12 07 a0 e3 is the hex code for replacing old hex code or arm inside il2cpp library.

4718592 is the exact value or decimal value of the hex code and will be the value of gold or resources.
Hey why you use only 4 digits like 12 07 a0 e3 why not 6 or 8 degits?
 
Hey why you use only 4 digits like 12 07 a0 e3 why not 6 or 8 degits?
There are no 6 or 4 digits as far as I know.

8 or 16 digits only (As what xyzhunter said above)

Use or Add a 1E FF 2F E1 if you want to return a high value or basically freeze a value.
 
Back
Top Bottom