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

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)
 
Anyone can help me?
Couldnot load type system runtime interoscope osplatfrom from asembly
 

Attachments

  • 16388491411830.5654629884182638.jpg
    16388491411830.5654629884182638.jpg
    237.1 KB · Views: 85
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 :)
 
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 :)
 
Back
Top Bottom