Search results

  1. Help! How to hook a method with a parameter of PhotonMessageInfo?

    struct PhotonMessageInfo { void *player; int timestamp; void *view; }; void (*OnRequestSpawn)(void *instance, void *PhotonPlayer, PhotonMessageInfo Info); PhotonMessageInfo info = {PhotonPlayer, Num, PhotonView};
  2. Help! Method with object[] array

    Absolutely, a simple copy-paste won't make it work And I'm not inclined to explain anything so don't ask anymore You already have your own thread
  3. Help! Method with object[] array

    I've already figured it out. as the title says, it's an array you need a monoArray structure
  4. Help! Method with object[] array

    Is there a way to hook methods with object[] argument? I tried using monoArray but I'm unsure about how to use it as an argument // RVA: 0xA61170 Offset: 0xA61170 VA: 0xA61170 public void InfoRequest(_Player Player, object[] Data) { } void (*InfoRequest)(void* instance...
  5. Tutorial [ IMGUI CHEAT MENU TUTORIALS ] ANDROID | AIDE

    this project is amazing