Huy JIT Mod Menu is a template menu for iOS that supported patching offsets/hexes for rootful only (maybe JIT/NonJB support soon)!
- I'm using KittyMemory to patch the offsets/hexes
- Kopycat some code from joeyjurjens
- Also bring encryption from joeyjurjens template too
- Hook by MSHookFunction (maybe NonJB hooks later)
- Using theos for compilation
- Add
THEOS_PACKAGE_SCHEME = rootlessto support Dopamine if you want
- On/Off switch for patching offsets
- Support Hooking (by MobileSubstrate)
3 fingers double tap to screen to open menu
Editing these in Draw.mm
- Patching offset on
UnityFramework
patchOffset(ENCRYPTOFFSET("0x123F456"), ENCRYPTHEX("0xC0035FD6"));You can change this to anything you want to patch on the line where I noted in Utils/Wrapper.h. Normally it's UnityFramework but some games like LoL WildRift is FEProj
- Hooking a static address (both
NULLandUnityFramework)
void (*inst)(void *instance);
void _inst(void *instance){
inst(instance);
}
OrigHook(ENCRYPTOFFSET("0x123F456), _inst, inst)- Font using for this menu is Honkai Star Rail font (English only)
- Ra1nDev
- Huy Nguyen 34306
- x2nios for IMGUI Mod Menu
- joeyjurjens for iOS Mod Menu
- Dobby by jmpews (Apache-2.0 license)
- Special thanks to: Red16, tuancc, YeetDisDude, [modfs] AloH, HappySecret and Lavochka (H5GG Discord)
