Quick release with new feature:
- Now you can use your own private hooks besides NFG hooks
NOTE:
Private hooks have the most and the highest precedence over NFG hooks
Write your hooks and name it, NFG_Hooks_Private.json and put it on /sdcard/Android/data/nfg.multi_crack.android/files/NFG_Hooks_Private.json
Private hooks template,
{ "com.packagename.a": { "crackedFor": "1.0", "hooks": [ { "class": "a", "hookType": "REPLACE", "hookValue": true, "method": "a", "parameters": [] } ], "specialNote": "N/A" }, "com.packagename.b": { "crackedFor": "2.0", "hooks": [ { "class": "b", "hookType": "REPLACE", "hookValue": true, "method": "b", "parameters": [] } ], "specialNote": "N/A" } }