Skip to content

Releases: rockz5555/NFG-Multi-Crack

NFG Multi Crack v1.4.7

03 Dec 18:34
Compare
Choose a tag to compare

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 reference
  • param - get param reference from hooked method
  • sp - 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();
  • 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

05 Oct 04:56
Compare
Choose a tag to compare

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

03 Oct 09:01
Compare
Choose a tag to compare

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

    1. CONSTRUCTOR_REPLACE_PARAM_CONDITIONAL
    2. REPLACE_PARAM_CONDITIONAL
  • Minor bug fixes and improvements

  • More for you to discover 😝

NFG Multi Crack v1.4.4

19 Sep 12:51
Compare
Choose a tag to compare

Changelog

  • Added support to create NFG hooks
  • Minor bug fixes and improvements
  • More for you to discover 😝

NFG Multi Crack v1.4.3

06 Sep 06:00
Compare
Choose a tag to compare

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

01 Sep 11:13
Compare
Choose a tag to compare
  • 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

23 Nov 13:06
Compare
Choose a tag to compare
141

Crunchyroll v3.2.1 πŸ”₯

NFG Multi Crack v1.4.0

13 Nov 20:39
Compare
Choose a tag to compare
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

12 Nov 21:53
Compare
Choose a tag to compare
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

26 Oct 02:13
Compare
Choose a tag to compare
138

Hook updates