AlphaStudySquad
How to remove Ads
Frist kill sign (MT)
Then regex search in classes.dex
(const-string\s+([pv]\d+),\s+"enabled"\s*\n\s*\.line\s+\d+\s*\n\s*invoke-virtual\s+\{([pv]\d+),\s*\2\},\s*Lorg/json/JSONObject;->getString\(Ljava/lang/String;\)Ljava/lang/String;\s*\n\s*\.line\s+\d+\s*\n\s*move-result-object\s+\2\s*\n\s*\.line\s+\d+\s*\n\s*const-string\s+\3,\s+"true"\s*\n\s*\.line\s+\d+\s*\n\s*invoke-virtual\s+\{[pv]\d+, [pv]\d+\},\s*Ljava/lang/String;->contains\(Ljava/lang/CharSequence;\)Z\s*\n\s*\.line\s+\d+\s*\n\s*)move-result (.*)
Replace
$1const $2, 0x0
10.1K ·