How to install split apk ?
(1) Use SAI to backup split apk.(it will be converted into apks)
(2) Then Use Antisplit to convert apks to apk.
#splitapk
Released By @Simplified_Modding
(1) Use SAI to backup split apk.(it will be converted into apks)
(2) Then Use Antisplit to convert apks to apk.
#splitapk
Released By @Simplified_Modding
If you're trying to install split apk and it's not installing try this (Method 1).
(1)First backup apks
(2)Then use Np Manager to sign base.apk
(3)Replace base.apk in apks
(4)Convert into apk again
#Splitapk
Released By @Simplified_Modding
(1)First backup apks
(2)Then use Np Manager to sign base.apk
(3)Replace base.apk in apks
(4)Convert into apk again
#Splitapk
Released By @Simplified_Modding
If you're trying to install split apk and it's not installing try this (Method 2).
Find These In Manifest File
(1) android:extractNativeLibs="false"
(2) android:isSplitRequired="true"
Change This To
(1) android:isSplitRequired="false"
(2) android:extractNativeLibs="true"
#Splitapk
Released By @Simplified_Modding
Find These In Manifest File
(1) android:extractNativeLibs="false"
(2) android:isSplitRequired="true"
Change This To
(1) android:isSplitRequired="false"
(2) android:extractNativeLibs="true"
#Splitapk
Released By @Simplified_Modding
π4
How to add simple toast message in your app ?
Copy and paste this code in main activity after oncreate function .
const/4 v0, 0x1
const-string v1, "Modded By Your Name"
invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v0
invoke-virtual {v0}, Landroid/widget/Toast;->show()V
#toast
Released By @Simplified_Modding
Copy and paste this code in main activity after oncreate function .
const/4 v0, 0x1
const-string v1, "Modded By Your Name"
invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v0
invoke-virtual {v0}, Landroid/widget/Toast;->show()V
#toast
Released By @Simplified_Modding
π2π₯1
How to add toast with colour ?
Copy and paste this code in main activity after oncreate function.(You can add your own color by changing the hex color code)
.line 1
const-string v0, "<b>Modded By<font color=#FF0000> </font> </b><font color=#2196f3> NAME </font>"
invoke-static {v0}, Landroid/text/Html;->fromHtml(Ljava/lang/String;)Landroid/text/Spanned;
move-result-object v0
const/4 v1, 0x1
invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v2
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
.line 2
invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v2
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
#toast_with_colour
Released By @Simplified_Modding
Copy and paste this code in main activity after oncreate function.(You can add your own color by changing the hex color code)
.line 1
const-string v0, "<b>Modded By<font color=#FF0000> </font> </b><font color=#2196f3> NAME </font>"
invoke-static {v0}, Landroid/text/Html;->fromHtml(Ljava/lang/String;)Landroid/text/Spanned;
move-result-object v0
const/4 v1, 0x1
invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v2
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
.line 2
invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;
move-result-object v2
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
#toast_with_colour
Released By @Simplified_Modding
π2
How to remove ads manually ?
(1) Use mt manager and search this in dex file (make sure you turn on regex)
^.*\;\-\>showad.*$
(2) Select "Replace in current results" and press ok
(3) Again search this in dex file (make sure you turn on regex)
^.*\;\-\>loadad.*$
(4) Select "Replace in current results" and press ok
#remove_ads
Released By @Simplified_Modding
(1) Use mt manager and search this in dex file (make sure you turn on regex)
^.*\;\-\>showad.*$
(2) Select "Replace in current results" and press ok
(3) Again search this in dex file (make sure you turn on regex)
^.*\;\-\>loadad.*$
(4) Select "Replace in current results" and press ok
#remove_ads
Released By @Simplified_Modding
π3
Simplified Modding pinned Β«How to remove ads manually ? (1) Use mt manager and search this in dex file (make sure you turn on regex) ^.*\;\-\>showad.*$ (2) Select "Replace in current results" and press ok (3) Again search this in dex file (make sure you turn on regex) ^.*\;\-\>loadad.*$β¦Β»
Mod App In Just 10 Steps !
How to unlock vip (begginer approach) ?
(1) Open app , goto premium page
(2) Note The Keyword(Premium/Vip ...)
(3) Now goto mt manager
(4) Goto View app --> Select resources.arsc --> Arsc Editor
(5) Select Package Name of your app (com.app-package-name) --> Select String --> String
(6) Now Search You Keyword
(7) Hold and Copy the Id of your keyword
(8) Go Back And Open Classes.dex --> Dex Editor Plus
(9) Search Keyword (Changed Search Type To Integer)
(10) Find The Boolean Value Make It True , Sign The Apk.
#How_to_mod
Released By @Simplified_Modding
How to unlock vip (begginer approach) ?
(1) Open app , goto premium page
(2) Note The Keyword(Premium/Vip ...)
(3) Now goto mt manager
(4) Goto View app --> Select resources.arsc --> Arsc Editor
(5) Select Package Name of your app (com.app-package-name) --> Select String --> String
(6) Now Search You Keyword
(7) Hold and Copy the Id of your keyword
(8) Go Back And Open Classes.dex --> Dex Editor Plus
(9) Search Keyword (Changed Search Type To Integer)
(10) Find The Boolean Value Make It True , Sign The Apk.
#How_to_mod
Released By @Simplified_Modding
π4
Simplified Modding pinned Β«Mod App In Just 10 Steps ! How to unlock vip (begginer approach) ? (1) Open app , goto premium page (2) Note The Keyword(Premium/Vip ...) (3) Now goto mt manager (4) Goto View app --> Select resources.arsc --> Arsc Editor (5) Select Package Nameβ¦Β»
How to Bypass Login Page (begginer approach) ?
(1) Open App and Find Keyword In Login Page.
(2) Open mt manager
(3) Goto View app --> Select resources.arsc --> Arsc Editor
(4) Select Package Name of your app (com.app-package-name)
(5) Select String --> String
(6) Now Search You Keyword
(7) Hold and Copy the Id of your keyword
(8) Go Back And Open Classes.dex --> Dex Editor Plus
(9) Search Keyword (Changed Search Type To Integer)
(10) Find The Boolean Value, Make it Always True .
Released By @Simplified_Modding
#How_to_bypass_login
(1) Open App and Find Keyword In Login Page.
(2) Open mt manager
(3) Goto View app --> Select resources.arsc --> Arsc Editor
(4) Select Package Name of your app (com.app-package-name)
(5) Select String --> String
(6) Now Search You Keyword
(7) Hold and Copy the Id of your keyword
(8) Go Back And Open Classes.dex --> Dex Editor Plus
(9) Search Keyword (Changed Search Type To Integer)
(10) Find The Boolean Value, Make it Always True .
Released By @Simplified_Modding
#How_to_bypass_login
π2
How to identify the app is server-sided ?(beginner approach)
After Modding app (when it says your are premium) but vip features doesn't work.
Released By @Simplified_Modding
#how_to_identify_serversided_app
After Modding app (when it says your are premium) but vip features doesn't work.
Released By @Simplified_Modding
#how_to_identify_serversided_app
π1
β’ Top 25 Keywords For Purchase Used By Developers with REGEX
(1) isvip
(2) is_vip
(3) vipuser
(4) vip_user
(5) ispro
(6) is_pro
(7) isprouser
(8) ispro_user
(9) ispremium
(10) is_premium
(11) ispremiumuser
(12) ispremium_user
(13) alreadyvip
(14) already_vip
(15) ispurchased
(16) is_purchased
(17) unlocked
(18) adremoved
(19) ad_removed
(20) gopremium
(21) go_premium
(22) removed_ads
(23) is_subscribed
(24) subscribe_pro
(25) subscriberpro
(26) active_pack_title
------------------------------------------------
(1) Copy the regex below and use mt manager --> search this in dex file (make sure you turn on regex):
Note:
(1) You might find multiple keywords choose according to your app keyword !
(2) This only for newbies
Released By @Simplified_Modding
#top_25_keywords_for_modding
(1) isvip
(2) is_vip
(3) vipuser
(4) vip_user
(5) ispro
(6) is_pro
(7) isprouser
(8) ispro_user
(9) ispremium
(10) is_premium
(11) ispremiumuser
(12) ispremium_user
(13) alreadyvip
(14) already_vip
(15) ispurchased
(16) is_purchased
(17) unlocked
(18) adremoved
(19) ad_removed
(20) gopremium
(21) go_premium
(22) removed_ads
(23) is_subscribed
(24) subscribe_pro
(25) subscriberpro
(26) active_pack_title
------------------------------------------------
(1) Copy the regex below and use mt manager --> search this in dex file (make sure you turn on regex):
(isvip)|(is_vip)|(vipuser)|(vip_user)|(ispro)|(is_pro)|(isprouser)|(ispro_user)|(ispremium)|(is_premium)|(ispremiumuser)|(ispremium_user)|(alreadyvip)|(already_vip)|(ispurchased)|(is_purchased)|(unlocked)|(adremoved)|(ad_removed)|(gopremium)|(go_premium)|(removed_ads)|(is_subscribed)|(subscribe_pro)|(subscriberpro)|(active_pack_title)Note:
(1) You might find multiple keywords choose according to your app keyword !
(2) This only for newbies
Released By @Simplified_Modding
#top_25_keywords_for_modding
π3
Simplified Modding pinned Β«β’ Top 25 Keywords For Purchase Used By Developers with REGEX (1) isvip (2) is_vip (3) vipuser (4) vip_user (5) ispro (6) is_pro (7) isprouser (8) ispro_user (9) ispremium (10) is_premium (11) ispremiumuser (12) ispremium_user (13) alreadyvip (14) already_vipβ¦Β»
This Is Really Excited For Me To See More And More Members.β£οΈ
Thanks for joining !
Thinking To Upgrade My Content And Trying To Bring Something New !
At 1000 Member's I Will Reveal My Real Name And Start A Discussion Group..
Stay Updated , Happy Modding βοΈβ€οΈ
Thanks for joining !
Thinking To Upgrade My Content And Trying To Bring Something New !
At 1000 Member's I Will Reveal My Real Name And Start A Discussion Group..
Stay Updated , Happy Modding βοΈβ€οΈ
