Skip to content

Commit

Permalink
Remove Fake Premium
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelsBoobz committed Sep 2, 2023
1 parent 114bb53 commit d916ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/jeelsboobz/killergram/MainHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ public void handleLoadPackage(final XC_LoadPackage.LoadPackageParam lpparam) {
if (MessagesControllerTelegraph2 != null) {
XposedBridge.hookAllMethods(MessagesControllerTelegraph2, "D", XC_MethodReplacement.returnConstant(false));
}
/*
Class<?> UserConfigTelegraph = XposedHelpers.findClassIfExists("org.telegram.messenger.cy0", lpparam.classLoader);
if (UserConfigTelegraph != null) {
XposedBridge.hookAllMethods(UserConfigTelegraph, "N", XC_MethodReplacement.returnConstant(true));
}
*/
}
} catch (Throwable ignored) {
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

appVerName=v1.1.2
appVerCode=112
appVerName=v1.1.3
appVerCode=113

0 comments on commit d916ff1

Please sign in to comment.