“Hello, I hope someone can help me understand this. I added Offset Patching and Hooking runtime support https://github.com/itsPow45/iOS-Jailed-Runtime-Offset-Patching-and-Hooking?tab=readme-ov-file#ios-jailed-runtime-offset-patching-and-hooking from H5GG, but I don’t understand how the offset patch works. Is it like this or not?”
[switches addOffsetSwitch:NSSENCRYPT("Enemy Speed")
description:NSSENCRYPT("")
offsets: {
ENCRYPTOFFSET("0x8911FC")
}
bytes: {
ENCRYPTHEX("0x0090261EC0035FD6")
}
];
or i have to add this with
ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x8911FC, "0090261EC0035FD6")
and how i can link it with the Switch how can I add the offset with a Switch key in the Mod Menu TED2?”
thanks