Recent content by lterronus

  1. Filled Request Honor of Kings

    up
  2. Tutorial Android Function Hooking Tutorial

    and for Field Ammo 0xE2 - 0x0001 void Update bool is Ammo = false; int (*old_lifeUpdate)(void *instance); int lifeUpdateMod(void *instance) { if (instance != NULL) { if (isLife) { *(float *) ((uint??****_t) instance + 0xA0) = 9999; } } return...
  3. Solved Hook error arm64

    correct my first project Lgl,, i have offsets ready in my script GG, but failed in Hook LGL
  4. Tutorial List of Android & iOS Tutorials (Code Tutorials)

    I have the same problem as I pass uint64 to uint32 - example that it uses 64 but when I put 32 of error.