<iframe data-v-b66e9a5a="" src="https://button.like.co/in/embed/sherryyue/button?referrer=https://hackmd.io/@sherryyue/SJoKDvWWP" frameborder="0" class="lc-margin-top-64 lc-margin-bottom-32 lc-mobile"></iframe> ## Any.do :::success last update on v5.18.4.2 ::: > com/anydo/common/dto/UserDto ``` boolean isPremium(Context){ return true; // add this ... } ``` ## Eatgether :::success last update on v6.2.13 ::: ### 查看私密故事 > com.eatme.eatgether/PostActivity$12 ``` void onResponse(Call,Response){ ... this.this$0.needUnlock = false; // add this ... } ``` ### VIP和PRO會員身分 > com.eatme.eatgether/util/PrefConstant ``` boolean isVip(Context){ return true; // add this ... } boolean isGold(Context){ return true; // add this ... } boolean isPro(Context){ return true; // add this ... } boolean currentUserVipExpire(Context){ return 'YYYY-mm-dd'; // 自行帶入日期 } boolean currentUserGoldExpire(Context){ return 'YYYY-mm-dd'; // 自行帶入日期 } ``` ### 關閉每日問候 > com.eatme.eatgether.util/PrefConstant ``` boolean isDailyGreeting(Context){ return false; // add this ... } ``` ### 關閉每日配對 > com.eatme.eatgether.util/PrefConstant ``` boolean isDailyMatchShow(Context){ return false; // add this ... } ``` ### 取消強制更新 > com.eatme.eatgether.superclass/BaseActivity ``` void onForceUpdate(){ return; // add this ... } ``` ## Good calendar :::success last update on v2.06.06.0621 ::: ### 終身高級會員 搜尋skin相關class中會有getPremium(),那是用來判斷皮膚那需不需要會員才能用。 同時出現的另一個條件就是isPremium --- ## inStory :::success last update on v1.141.13 ::: ### 全商店破解 > com/camerasideas/collagemaker/store/billing/c ```java= a(){ // change stored value true which line contained getBoolean() ... } ``` ```java= boolean d(Context){ return true; // add this ... } ``` ### 移除廣告 ```java= boolean c(Context){ return true; // add this ... } ``` > com/camerasideas/collagemaker/store/billing/d ```java= String a(String){ return "subs"; // add this ... } ``` --- ## Kinestop :::success last update on v3.10 ::: > com/urbandroid/kinestop/KineService ``` void revertThemeRunnbale$lambda$4(KineService kineService) { return; // add this ... } ``` > com/urbandroid/kinestop/KineService$Companion ```java= boolean isTrial(){ return true; // add this ... } ``` --- ## Telegram :::success last update on v10.14.5 ::: ### 高級會員 > org/telegram/messenger/UserConfig\ 大部分會員福利受限於後端檢驗會無法使用,只有前端功能有效,如自由下載他人story和更換App icon。 ```java= boolean isPremium(){ return true; // add this } ``` --- ## TimeBlocks :::success last update on v5.4.4\ 商店解鎖最新版無法下載,請考慮使用v5.4.0 ::: ### 終身高級會員 需要搜尋關鍵字getPremium去找。以下是舊版本程式碼可供參考。 subscribe 設成 "C"(終身會員) getPremium -> 1(true) 從同個檔案追蹤到.i(int)函數,是設定premium類型的,進去把int固定成3(終身會員) i(int)同檔案中還能看見一個函數在判斷時間>0,讓它直接return true ### 全商店解鎖 搜尋isbuy(),最常被呼叫的就是,讓它return true --- ## To-do List :::success last update on v0.3.24 ::: `todolist.scheduleplanner.dailyplanner.todo.reminders` 搜尋isPremium,那是用來判斷那功能需不需要會員才能用。 同時出現的另一個條件就是isPremium --- ## WidgetClub :::success last update on v3.8 ::: > com/widgetclub/UserSetting$Companion ```java= boolean isvip(){ return true; // add this ... } ``` ## 視頻美顏大師(Line/微信即時視訊美顏) :::success last update on v1.1.4.5 ::: > com/nrzs/data/ft/bean/AssistInfo ```java= protected AssistInfo(Parcel paramParcel){ ... this.isVIP = 1; // modify ... } public void writeToParcel(Parcel paramParcel, int paramInt){ this.isVIP = 1; // add this ... } ``` > com/nrzs/data/l/d/b ```java= public boolean isRealVip(){ return true; // add this ... } public boolean isVip(){ return true; // add this ... } ``` --- ## 瞬譯 :::success last update on v6.9.30872 ::: ### 終身高級會員 搜尋getHomeKeyActionNeedPremium,那是用來判斷那功能需不需要會員才能用。 同時出現的另一個條件就是isPremium --- ## 口譯翻譯神器 :::success last update on v2.7.1 ::: > com/translate/talkingtranslator/util/v ```java= boolean isFullVersion(){ return true; // add this ... } ``` --- ## 下筆 :::success last update on v1.1.3 ::: > com/sparklect/fonting/models/CurrentPlan 將`level` `ad` `enable`關鍵字賦值處全都修改成`true`,`level`設成`3` > com/sparklect/fonting/viewModel/PermissionViewModel 將`watermark`賦值處都改成`false` --- ## 已讀不回助理 :::success last update on v3.3.4 ::: 搜尋關鍵字 `feature_free_trial_last_time_analytics` > bf/Ԯ ```java= // 試用過期判斷 boolean J(){ return true; // add this // System.currentTimeMillis... } ``` --- ## 支持 新形態的寫手模式,如果你願意拍手5下,作者能獲得平台分發的小額現金鼓勵 <iframe data-v-b66e9a5a="" src="https://button.like.co/in/embed/sherryyue/button?referrer=https://hackmd.io/@sherryyue/SJoKDvWWP" frameborder="0" class="lc-margin-top-64 lc-margin-bottom-32 lc-mobile"></iframe> ## 很窮,歡迎小額抖內 [連結](https://sherryyuechiu.github.io/card/)