if you want to have the mod,you should check the list like this.
public int get_maxHp(); // 0x125EDB8
public int get_baseAttack(); // 0x125EFAC
public float get_criticalDamage(); // 0x12602C8
You can use ida(32bit) look the address (eg. 0x125EDB8) and use HEXtool change the data (0xff)
if you...