Search results

  1. Help! Hooking camera method

    How to i hook get_FirstPersonCamera that has method from unityengine.camera
  2. Tool NullInjector

    Hye I'm using Ur injector.When it wants to inject it's keep saying waiting for process.Yes I have checked it is correct package name.How to solve this
  3. Tutorial How to unlink functions in IL2CPP and other native games

    public void MissionSuccessComplete() How to hook something like this public void MissionSuccessComplete() void *old_missionsucess(void *instance) { void new_missionsucess(void *instance); if (missiond) { return ; } old_missionsucess; }
  4. Tutorial Hex Codes for ARM64 modding | True | False | NOP | High Value |

    I want to ask for my shooting games.If i want to hack the recooil i should use the false right??
Back
Top Bottom