Jump to content

tien0246

Novice Cheater
  • Posts

    1,655
  • Joined

  • Last visited

Community Answers

  1. tien0246's post in Sideloadly error was marked as the answer   
    AIO C++ INSTALL
    Download and install this
  2. tien0246's post in Some questions with reversing asm via ida was marked as the answer   
    1. Yes
    2. I gusse it is offset in stack, skip it
    3. No, you must use pointer class + 0x10

    void (*old_PersistentPlayerUpdate)(void* _this) = nil;
    void PersistentPlayerUpdate(void* _this) {
       old_PersistentPlayerUpdate(_this);
       if ([menu isSwitchWithIdentifierActive:@"currency"]) {
         void *playerData = *(void **)((uint64_t)_this + 0x18);
         void *Container = *(void **)((uint64_t)playerData + 0x30);
         void *Player = *(void **)((uint64_t)Container + 0x10);
         void *player = *(void **)((uint64_t)Player + 0x10);
        *(int *)((uint64_t)player + 0x134) = 999999999;
        *(int *)((uint64_t)player + 0x138) = 999999999;
        *(int *)((uint64_t)player + 0x13C) = 999999999;
        *(int *)((uint64_t)player + 0x140) = 999999999;
      }
    }

    MSHookFunction((void *)getRealOffset(APEncryptHex(0x013BE034)), (void *)PersistentPlayerUpdate, (void **)&old_PersistentPlayerUpdate);
  3. tien0246's post in Better to patch using Offsets or Signatures? was marked as the answer   
    Offset
    Signatures often change every version
  4. tien0246's post in Apps not showing in filza was marked as the answer   
    You can try install via igg and enable you game in tweak install
  5. tien0246's post in Mod Menu Issue was marked as the answer   
    Try install via igg, then open igg and enable game in tweak
  6. tien0246's post in Best Android Emulator for Mac/Windows? was marked as the answer   
    ldplayer (lite) 😀 or MuMu (can disable root permission without restart emulator)
×
  • 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