Jump to content

Batch  

Cheater 
  • Posts

    855
  • Joined

  • Last visited

Everything posted by Batch

  1. So im hooking to the update function, but everytime when it execute it crashes. Any idea? void(*old_Update)(void *instance); void Update(void *instance) { bool isHeroTurn = *(bool*)((uint64_t)instance + 0x2B); if (isHeroTurn) { //do smth } old_Update(instance); } void setup() { MSHookFunction((void*)getRealOffset(0x1B9D454),(void*)Update,(void**)&old_Update); } [Token(Token = "0x60006D9")] [Address(RVA = "0x1B9D454", Offset = "0x1B9D454", VA = "0x1B9D454")] private void Update() { } [NonSerialized] [Token(Token = "0x40004D1")] [FieldOffset(Offset = "0x2B")] public bool isHeroesTurn;
  2. It seems a bug with the theos, idk how to fix it sorry. But i have a few options for you. Option 1: Switch up to palera1n jb Option 2: I will release the non-jb version, so you still get the hacks but there's no menu
  3. Are you on Dopamine jailbreak? If yes, there's a problem with that unfortunately. I'll try to fix if possible
  4. Dopamine has some problems with game hacking unfortunately
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines