Recent content by Master TK

  1. Help! mod menu with invincibility on 2 sides.

    Sim, eu entendi se quiser ajuda chama no Telegram @DarkModdingYT
  2. Help! mod menu with invincibility on 2 sides.

    Mano, é muito mais complexo fazer isso.. já vou lhe avisando que usando hexpatch tu não vai conseguir
  3. Help! Field Offset

    The quarternion was "configured" to pass the coordinates
  4. Help! Field Offset

    Did not work
  5. Help! Field Offset

    It's a quarternion that calculates the player closest to mine within a viewing angle, I won't paste the code here because it's too big
  6. Help! Field Offset

    Is there something wrong with this hooking? if (AutoAim) { *(Quaternion*) ((uint32_t) player + 0x80) = TargetPlayer; }
  7. Help! Field Offset

    I want to edit this field, I did the hooking and everything but it's not working. But other Fields of this same class like private float m_Speed; // 0x1C Works normally
  8. Help! Field Offset

    private Quaternion CurrentViewPos; // 0x80 Some people know how to update this offset field?All Fields update even including Fields with vector3 Less is with Quaternion
  9. Help! Does anyone know why my hook doesn't work?

    Can anyone tell me what I did wrong? bool AddLevel void (*uplevel)(void *instance, int value); void (*old_levelup)(void *instance); void levelup(void *instance) { if (instance != NULL) { if (AddLevel) { uplevel(instance, 1); } } old_levelup(instance); } uplevel = (void(*)(void...
  10. Help! Android 12 and 11

    mod menu does not open on Android 11 and Android 12.(lgl MOD menu 2.9)