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

LEIIKUN

Retired Staff
Original poster
Retired but loved <3
Oct 13, 2019
502
10,946
1,193
20
Davao
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. **
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:

Serekay

Rookie
Aug 22, 2019
4
9
3
37
Germany
:face54: thank you friends, it's true that i use more than 2000 it doesn't work
 
  • Like
Reactions: Akeshfer

LEIIKUN

Retired Staff
Original poster
Retired but loved <3
Oct 13, 2019
502
10,946
1,193
20
Davao
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.
 

Not-Dead

Platinian
Dec 9, 2020
23
20
8
Earth
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?
 

LEIIKUN

Retired Staff
Original poster
Retired but loved <3
Oct 13, 2019
502
10,946
1,193
20
Davao
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.