Recent content by GHr__><__

  1. Help! Field offset hooking with switch

    Simple. void (*old_isPremium)(void *instance); void isPremium(void *instance) { instanceBtn = instance; if (instance != NULL) { if (Premium) { *(bool *) ((uint32_t) instance + 0x320) = Premium; } } return old_isPremium(instance); } HOOK_LIB("libil2cpp.so", "0x156C100", isPremium, old_isPremium);
  2. Broken Link Arena of Valor / AOV (VN) / Garena Liên Quân Mobile Ver. 1.46.2.4 IMGUI MOD Menu | Map Hack | 60 FPS Mode | Drone View |

    Playstore Link: Garena Liên Quân Mobile - Apps on Google Play Game Name: Garena Liên Quân Mobile Game Version: 1.46.2.4 Needs OBB: No Needs Root: No *MOD Features* 1. MapHack 2. 60 FPS Mode 3. Drone View *Preview: *How to install (click the spoilers to read)* Free Download: Hidden...
  3. Help! HOOK FIELDS & SPINNER

    int Level; OBFUSCATE("13_CollapseAdd_Spinner_Level,Low,medium,HIGH") void (*old_player)(...); void player(void *_this) { if (_this != nullptr) { if (Level == 1) { *(float *) ((uint32_t) instance + 0x40) = 999; } else if (Level == 2) {...
  4. Help! Line on X axis is correct but not on Y axis (ESP)

    Try auto PlayerPos_w2s = WorldToScreenPoint(GetCamera(), GetPlayerLocation(Player)); if (PlayerPos_w2s.z > 0) { player_t* currPlayer = new player_t(); currPlayer->bottomofbox = CGPointMake(PlayerPos_w2s.x, Screen.frame.size.height - PlayerPos_w2s.y); P->push_back(currPlayer)...
  5. Help! new file hosting ?

    https://secufiles.com/index
  6. Help! Hooking Color

    Gk ush mke offset buat ganti warna d unity... kalkulasi sja..
  7. Solved help me hook monoDictionary

    // String / monoString auto example= *(Dictionary<void *, String **> **)((uint64_t)instance + offset here); // Int auto example= *(Dictionary<int *, void **> **)((uint64_t)instance + offset here); //void * auto example= *(Dictionary<void *, void **> **)((uint64_t)instance + offset here)...
  8. Salam Damai

    Wa' alaikum salam...
  9. Outdated MOBILE LEGENDS VNG Ver. 1.6.94.7591 IMGUI MOD MENU | ESP | DRONE VIEW | MAP HACK

    Playstore Link: https://play.google.com/store/apps/details?id=com.vng.mlbbvn Game Name: Mobile Legends: Bang Bang VNG Game Version: v1.6.94.7591 Needs OBB: No Needs Root: No Support Android Versions: 5,6,7,8,9,10,11,12 *MOD Features* 1. ESP 2. DRONE VIEW 3. MAP HACK *Preview *How to...