Help! need help to bypass "illegal program has been detected"

fickoeizy

Platinian
can someone help me?
i just edit
public int get_MagicAttack() { }
public int get_PhysicalAttack() { }

on libil2cpp.so
with HxD





1631538488061.png
 
The game contains some kind of cheat detection. For example: in some games, they'll use detection to check for signature change (decompiling and recompiling), or they may even have a method that validates a value in the code. The easiest way to fix this would be to skip the method that validates the code or kill the signature altogether. There are already tutorials on that.
 
Back
Top Bottom