Search results

  1. Help! Can i hook this function?

    // Token: 0x0600321E RID: 12830 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600321E")] [Address(RVA = "0xC441B4", Offset = "0xC441B4", VA = "0xC441B4")] public void AddCurrency(int currencyId, float amount) { }
  2. Help! ByNameModding

    Can someone tell me how I can replace this using ByNameModding if (player) { if (!ptr) ptr = * (void **)((uint64_t) player + 0xAC); }
  3. Solved Hooking

    I'm trying to make a Silent Aim for standoff 2, but when I try to hook the PlayerController and get a player offset, the game crashes on loading the map I think this code causes crashes if (player) { if (!ptr) ptr = * (void **)((uint64_t) player +...