Issue with il2cpp games

Sbenny.com is trusted by 1,415,649 happy users since 2014.
Register

AndroidGameModding

Apprentice Lv2️⃣
✔ Approved Releaser
Member for 7 years
I find Functions that can be modded after dumping the il2cpp file and opening with IDA. But the issue is that it never works,

for instance

public void set_DamageDealt(float value); // d67a90
[CompilerGeneratedAttribute] // 24ebbc
public float get_DamageDealt(); // d67a98

I search the function D67A98 in IDA but this is all this address holds.

sub_D67A98
LDR R0, [R0,#0x70]
BX LR

If i change the Hex on this address nothing happends in game ,any solutions ?
 

kryo

APK Fanatic Lv5️⃣
Member for 7 years
what game is it?
 

Infamous

APK Fanatic Lv5️⃣
Member for 8 years
maybe that offset doesnt do what its supposed to do.its just a worthless offset.try other offset with same name.
 

AndroidGameModding

Apprentice Lv2️⃣
✔ Approved Releaser
Member for 7 years
i found just a regular Float Damage offset , But its 1 hit kill for me and the enemy , any idea how to change that??
 

Infamous

APK Fanatic Lv5️⃣
Member for 8 years
[url=http://sbenny.com/forums/viewtopic.php?p=53186#p53186:3qld9u0z]AndroidGameModding » 14 minutes ago[/url] said:
i found just a regular Float Damage offset , But its 1 hit kill for me and the enemy , any idea how to change that??
you need to unlink it and for that you need ti be atleast very good at hadeling branches in ida.So i think try a easier game and when you get better at it you get idea of branches and what to do.
 
Top