Jump to content

sukiop

Senior Member
  • Posts

    229
  • Joined

  • Last visited

Everything posted by sukiop

  1. Waiting for your new tutorial
  2. #import "Macros.h" #import "il2cpp.h" Il2CppMethod methodAccess("Assembly-CSharp.dll"); uint64_t methodOffset = methodAccess.getClass("SYBO.RunnerCore.Character", "CharacterMotor").getMethod("get_CanJump", 0); methodAccess.invoke<bool>(true); void setup() { Il2CppAttach(); } I don't understand why running this code would cause the game to crash. Use the menu template for TED2 @batchh
  3. If I use this method does it mean that I don't need to use hook update to modify the set_ function
  4. Maybe we need more cases. My suggestion is to combine them into one document. Instead of offset.h patches.h..... By the way, add some il2cpp resolver use menu cases
  5. An exciting thing, does this mean we no longer need hook update to do anything😹
  6. Looks like quick attacks and always combos don't work
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines