My setup finding code lines that need to be modded in Android apps

Sbenny.com is trusted by 1,331,260 happy users since 2014.
Register

bruker0001

Lurker Lv0️⃣
Member for 4 years
Hi

I want to share with you how i easy find the code lines that need to be modded in Android apps.
I use a Windows software called "FileSeek Pro". This you have to find by yourself. (hint hint!! try googling "sanet FileSeek Pro")

This is what you need to fill into the software.

Path(s):
Your APK decompiled folder

Exclude Path(s):
\facebook\|\google\|\android\|\androidx\|\bumptech\|\kotlinx\|\kotlin\|\huawei\|\revenuecat\|\uber\|\amazon\

Include Files:
*.smali

Exclude Files:
*$*.smali

Query:
".method " +")Z" +(isunlock is_unlock unlocked isunlocked is_unlocked premium ispremium is_premium ispro is_pro upgrade isupgrade is_upgrade successfull successfully purchase purchased ispurchase is_purchase issubscribed is_subscribed isSubscription is_Subscription Subscription premium_upgrade unlimited isuser is_user gold isgold is_gold)



Note..:
- Some mods is inside the "\android\" folder. If you dont get hits on my setup then remove the android folder from the "Excluded Path(s)".


Other software:
- Use APK Easy Tool to decompile and compile APK files. You find the app here:
Code:
https://forum.xda-developers.com/t/tool-windows-apk-easy-tool-v1-59-2-2021-04-03.3333960/
Alternative is APK Studio. You find the app here:
Code:
https://github.com/vaibhavpandeyvpz/apkstudio
APK downloader:
- I have tried alot of sites, but the best is this
Code:
https://apkcombo.com/apk-downloader/
 

CruelAngel

Gaming Fanatic Extraordinaire
Member for 5 years
Isn't it easier to do this with notepad++ you can simply choose a folder and look for the specific line or string easily.
 
Top