Search results

  1. Tutorial Make Esp For Unity Games, C++

    Is this for 32bit or 64bit? Why is the lib armv7 but the hook is uint64?
  2. Tutorial How to unlink functions in IL2CPP and other native games

    Can anyone help me, I want to change the player's defending rating // RVA: 0x6B8E30 Offset: 0x6B8E30 VA: 0x6B8E30 public float get__defending() { } But it doesn't work because there is player ID // RVA: 0x6B8CB0 Offset: 0x6B8CB0 VA: 0x6B8CB0 public short get__pID() { } Can this be...
  3. Tutorial List of Android & iOS Tutorials (Code Tutorials)

    Will the update hook immediately activate the three features? Isn't it possible to activate the features one by one?