last update on v5.18.4.2
com/anydo/common/dto/UserDto
boolean isPremium(Context){
return true; // add this
...
}
last update on v6.2.13
com.eatme.eatgether/PostActivity$12
void onResponse(Call,Response){
...
this.this$0.needUnlock = false; // add this
...
}
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
...
}
last update on v2.06.06.0621
搜尋skin相關class中會有getPremium(),那是用來判斷皮膚那需不需要會員才能用。 同時出現的另一個條件就是isPremium
last update on v1.141.13
com/camerasideas/collagemaker/store/billing/c
a(){
// change stored value true which line contained getBoolean()
...
}
boolean d(Context){
return true; // add this
...
}
boolean c(Context){
return true; // add this
...
}
com/camerasideas/collagemaker/store/billing/d
String a(String){
return "subs"; // add this
...
}
last update on v3.10
com/urbandroid/kinestop/KineService
void revertThemeRunnbale$lambda$4(KineService kineService) {
return; // add this
...
}
com/urbandroid/kinestop/KineService$Companion
boolean isTrial(){
return true; // add this
...
}
last update on 20241122
com.urbandroid.sleep.TrialFilter
boolean hasGoodSignature(String){
return true; // add this
}
boolean hasUnlock(){
return true; // add this
}
last update on v10.14.5
org/telegram/messenger/UserConfig
大部分會員福利受限於後端檢驗會無法使用,只有前端功能有效,如自由下載他人story和更換App icon。
boolean isPremium(){
return true; // add this
}
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
last update on v0.3.24
todolist.scheduleplanner.dailyplanner.todo.reminders
搜尋isPremium,那是用來判斷那功能需不需要會員才能用。
同時出現的另一個條件就是isPremium
last update on v3.8
com/widgetclub/UserSetting$Companion
boolean isvip(){
return true; // add this
...
}
last update on v1.1.4.5
com/nrzs/data/ft/bean/AssistInfo
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
public boolean isRealVip(){
return true; // add this
...
}
public boolean isVip(){
return true; // add this
...
}
last update on v6.9.30907
搜尋getHomeKeyActionNeedPremium,那是用來判斷那功能需不需要會員才能用。 同時出現的另一個條件就是isPremium
last update on v2.7.5
com/translate/talkingtranslator/util/v
boolean isFullVersion(){
return true; // add this
...
}
last update on v1.2.1
com/sparklect/fonting/models/CurrentPlan
將level
ad
enable
關鍵字賦值處全都修改成true
,level
設成3
com/sparklect/fonting/viewModel/PermissionViewModel
將watermark
賦值處都改成false
com.sparklect.fonting.ui.styles.*
將引用isBold
綜合判斷會員的地方,整段改成true
last update on v3.3.4
搜尋關鍵字 feature_free_trial_last_time_analytics
bf/Ԯ
// 試用過期判斷
boolean J(){
return true; // add this
// System.currentTimeMillis...
}
新形態的寫手模式,如果你願意拍手5下,作者能獲得平台分發的小額現金鼓勵