Request to integrate this into menu:
1. No Skill Cooldown (NOP: 1F 20 03 D5 C0 03 5F D6) (tested, works perfectly):
[Address(RVA = "0x3611A3C", Offset = "0x3610A3C", VA = "0x3611A3C")]
public void AppendSkillCooltime(PlayerAI.ESkillSlot _slot, float _cooltime)
{
}
2. Skip Ads (TRUE: 20 00 80 D2 C0 03 5F D6) (tested, works on emulator):
[Address(RVA = "0x3682760", Offset = "0x3681760", VA = "0x3682760", Slot = "52")]
public bool CheckAdSkipAccess()
{
return default(bool);
}