Tutorial Modding libil2cpp.so games tutorial for beginners with Video Tutorial

Ndre

Rookie
Jun 1, 2018
3
0
1
44
Tu
Thank you for your tutorial! Learning a lot with you!

Quick question how to change the value of the int amount?

// Token: 0x06008B3B RID: 35643 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600823E")]
[Address(RVA = "0x117F3E8", Offset = "0x117F3E8", VA = "0x117F3E8", Slot = "11")]
public virtual void removeInventoryItem(InventoryItemDescription item, int amount)
 

rna98.md

Rookie
Dec 8, 2021
3
1
3
25
Indonesia
I have some question, from your tutorial, you only give an example for changing integer class/variable. Is it possible to change other class/variable type with converting ARM to Hex method ?

TIA :)
 

Ndre

Rookie
Jun 1, 2018
3
0
1
44
Tu
I have some question, from your tutorial, you only give an example for changing integer class/variable. Is it possible to change other class/variable type with converting ARM to Hex method ?

TIA :)
You can also change doubles and bool you just need the correct hex values :)