Recent content by MalikRayyan263

  1. Tutorial Basic Hooking Tutorial

    Why it is hard to find correct offset for the mod menu what is difference between fields and methods. There are some offsets which are encrypted like [ public void LKSFJSAJSNE ]
  2. Tutorial Basic Hooking Tutorial

    void _Player_update(void *player){ if(player != NULL){ bool isMine = *(int *)((uint64_t)player + 0x30); if(isMine){ //ammo *(int *)((uint64_t)player + 0x1c) = 999; //health *(float *)((uint64_t)player + 0x18) = 100.0f;