Search results

  1. Help! Using monoArray not hooking it <Help>

    i know about this https://platinmods.com/threads/how-to-hook-arrays-in-unitys-il2cpp.131146/ i know how to hook the mono array , the problem is i dont know how to use it after i hook it according to that tutorial , i am getting the list of the players , but how to use this list , for example...
  2. Solved Call a pointer without update

    Game is FWD assault [for testing] if we have a method like this we can simply call it using the update offset which is this with a code like this bool RefillAmmoInAllWeaponsHook = false; void (*RefillAmmoInAllWeapons)(void* instance); void(*old_RefillAmmoInAllWeaponsUpdate) (void...