Releases: rockz5555/NFG-Multi-Crack
NFG Multi Crack v1.4.7
Changelog
NEW
- Beanshell integration
- Beanshell code generation
- Gson lib added (com.google.code.gson)
Fixes
- Hook overwrite function
- App version check
- Xposed related
- Misc
Enhancements
- Hook generator
- UI/UX
- Many
Note
Using Beanshell you can almost hook anything (with the right mindset of course)
application
activity
context
classloader
param
sp
spe
log
toast
toastShort
toastLong
xhelper
xbridge
gson
dialog
dialog1
dialog2
dialog3
dialog4
dialog5
dialog6
Important keywords for Beanshell and made it for your convenience. There are few mentioned and possibilities are limitless if you are familiar with Android java programming π
application
- get application reference (if available)activity
- get activity reference (if available)context
- get application context (if available)classloader
- get classloader referenceparam
- get param reference from hooked methodsp
- sharedpreferences. use any particular preference file if needed. else, default preference file will be taken (context should not be null)spe
- sharedpreferences editor. use any particular preference file if needed. else, default preference file will be taken (context should not be null)log
- log to xposed (XposedBridge.log()
)toast
- long toast (context should not be null)toastShort
- short toast (context should not be null)toastLong
- long toast. same as toast (context should not be null)xhelper
- get all available public static methods from XposedHelpers (de.robv.android.xposed.XposedHelpers)xbridge
- get all available public static methods from XposedBridge (de.robv.android.xposed.XposedBridge)gson
- get the gson instance- using gson, you can create a gson builder too. eg:
builder=gson.newBuilder().create();
- using gson, you can create a gson builder too. eg:
dialog-dialog1-6
- alerting with various dialog styles.dialog
takes the device default style (activity should not be null)
β οΈ Never forget a semicolon (;) after end of any statement β οΈ
NFG Multi Crack v1.4.6
Changelog (Quick Update)
- App picker
App picker can be handy when you're creating a hook, and this will automatically fill package name and the version for you
ENJOY!
NFG Multi Crack v1.4.5
Changelog
-
Huge improvement on hook generator
-
Now you can save over your private hook file and it will append everything except common values (version, special note, installer - will be replaced with new values). If you're creating a brand new hook for an app, it will create a brand new package object and do not worry about your existing hooks. Those hooks will remain intact
- YOU WILL BE PROMPTED WITH A DIALOG BOX ASKING, WHETHER TO APPEND OR OVERWRITE THE PACKAGE OBJECT (HOOK)
-
Now you can clone a hook (create an exact copy of an existing hook) - Very useful feature
-
2 New hook types added - Conditionally replace a param value
- CONSTRUCTOR_REPLACE_PARAM_CONDITIONAL
- REPLACE_PARAM_CONDITIONAL
-
Minor bug fixes and improvements
-
More for you to discover π
NFG Multi Crack v1.4.4
Changelog
- Added support to create NFG hooks
- Minor bug fixes and improvements
- More for you to discover π
NFG Multi Crack v1.4.3
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" } }
NFG Multi Crack v1.4.2
- Android 11+ support (root required)
- Added support to hook system apps
- Hook engine improvements
- Various bug fixes and lots of under the hood improvements
- Misc
NFG Multi Crack v1.4.1
141 Crunchyroll v3.2.1 π₯
NFG Multi Crack v1.4.0
MT Manager v2.9.3 [NEW] WPS Office v12.9.4 IDM+ v12.3 VPNhub v3.0.22-mobile QuickEdit+ v1.7.1
NFG Multi Crack v1.3.9
MT Manager v2.9.3 [NEW] WPS Office v12.9.4 IDM+ v12.3 VPNhub v3.0.22-mobile QuickEdit+ v1.7.1
NFG Multi Crack v1.3.8
138 Hook updates