0% found this document useful (0 votes)
7 views

Tutorial Mod CapCut

The document provides a detailed guide on how to activate and implement various features in an application, including unlocking VIP access, enabling hidden features, and removing ads. It includes specific regex search strings and methods for modifying application settings, as well as instructions for fixing login issues with Facebook and TikTok. Additionally, it offers steps to disable security popups and update prompts within the app.

Uploaded by

themancos666
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Tutorial Mod CapCut

The document provides a detailed guide on how to activate and implement various features in an application, including unlocking VIP access, enabling hidden features, and removing ads. It includes specific regex search strings and methods for modifying application settings, as well as instructions for fixing login issues with Facebook and TikTok. Additionally, it offers steps to disable security popups and update prompts within the app.

Uploaded by

themancos666
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

#I only provide these keywords for searching using regex to make it easier, for the

activation or implementation stage, please watch the video tutorial.


#First, please open all classes dex, then click the three dots in the upper right
corner, click Preferences, activate all modes and OK, then click Exit then save
without checking AUTO SIGN.
#Why without AUTO SIGN? -> Because in the end result we need kill signature LSPatch
to fix internet connection issues in the application.
#You can use the LSPatch application to kill the signature, if your device does not
support it, please use the LSPatch kill via the NP Manager application.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

UNLOCK PRO VIP :


#search with string + regex [make true]
SubscriptionUserInfo\(flag=|hasPurchased=|hasBuy=|hasUnlockByAd=|unlockByVip=

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ENABLE SOME HIDDEN FEATURES :


#search with string + regex [make true]
FreeUnlockTemplateConfig\(freeUnlockTemplateEnable=|AIWritingConfig\(enable=|
AIModelConfig\(enable=|TextTemplateMaterialConfig\(enable=|BusinessAccessEntity\
(isEnable=

#search with string + regex [make false]


GlobalApplyConfig\(hidden=|SubscribeHomeEntranceConfig\(enable=

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SHOW HIDDEN TOOLS & OPTION :


#search with method [make true]
isToolVisible

#search with string + regex [make true]


AutoCutEntranceReverseConfig\(isVisible=|HomeToolAutoCutConfig\(isVisible=|
AIDrawingTool isVisible:|DevelopPageConfig\(openSpecialSetting=

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ENABLE ADVANCED MEDIA & EXPORT :


#search with string + regex [make true]
adscript_test_entrance|bc_test_entrance|ad_maker_shoot_album_entrance|
ad_script_video_force

#search with string + regex [make true]


HDRConfig\(enable=|enableSuperResolution=|FeatureConfig\(exportResolutionRatio=|
Access\(enableExportVIP=

#search with method [make false & true]


hideGIF|notVipExport

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

REMOVE ADS :
#search with string + regex [make false]
BannerConfig\(hotBannerOperationEnable=|SplashAdParallelConfig\(parallelAdn=

#search with string + regex [follow my tutorial in video for next step]
AdData\(drawAdConfigData=|feedAdConfigData=|albumAdConfigData=|exportAdConfigData=|
splashAdConfigData=|cutSameHomePageBannerConfigData=

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FIX LOGIN FACEBOOK & TIKTOK :


com.facebook.katana.ProxyAuth|com.ss.android.ugc.trill

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

REMOVE UPDATE PLAY STORE (if available) :


Theme.Dialog.Alert|
com.google.android.play.core.appupdate.protocol.IAppUpdateService

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

REMOVE SECURITY POPUP / UNOFFICIAL APP DIALOG :


#Open AndroidManifest.xml, search TransLynxActivity
#Add this
android:enabled="false"
android:launchMode="singleTask"
android:windowFullscreen="false"
android:autoRemoveFromRecents="true"
android:showForAllUsers="false"

#Replace android:windowSoftInputMode="adjustNothing" to
android:windowSoftInputMode="stateAlwaysHidden"

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⚠️ NOTE ⚠️
To increase the success of fixing the login, you need to login to your account (FB
or TikTok) first in the Chrome Browser, or another browser that is similar to
Chrome.

You might also like