Jump to content

ducanhtian

Senior Member
  • Posts

    132
  • Joined

  • Last visited

Everything posted by ducanhtian

  1. Hi all, I have make tweak Mod menu for game Pubg Mobile but when game start tweak menu not show, i have changed some name class "AppController, UnityAppController, GameDelegate.." but not work. Makefile: ARCHS = armv7 arm64 CFLAGS = -fobjc-arc # ARC is needed for SCLAlertView include $(THEOS)/makefiles/common.mk TWEAK_NAME = Pubg Pubg_FILES = Tweak.xm $(shell find $(THEOS)/include/SCLAlertView -name '*.m') Pubg_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox Pubg_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Tweak.xm // TestAlert for Theos by @iiS4iF // https://github.com/iis4if/TestAlert #import <UIKit/UIKit.h> #import <SCLAlertView/SCLAlertView.h> #import <CoreGraphics/CoreGraphics.h> #import <Accounts/Accounts.h> #import <Social/Social.h> #import <AVFoundation/AVFoundation.h> %hook PubgAppDelegate - (void)applicationDidBecomeActive:(id)arg1 { %orig; if (![[NSUserDefaults standardUserDefaults] objectForKey:@"FirstRun"]) { SCLAlertView *SCalert = [[SCLAlertView alloc] initWithNewWindow]; SCalert.backgroundType = SCLAlertViewBackgroundBlur; [SCalert showNotice:@"TestAlert" subTitle:@"Using SCLAlertView for $TEOS 💯" closeButtonTitle:@"👍🏼" duration:0.0f]; [[NSUserDefaults standardUserDefaults] setValue:@"1strun" forKey:@"FirstRun"]; [[NSUserDefaults standardUserDefaults] synchronize]; } } %end hope to receive your help soon. tks so much
  2. Hi friend,

    i have read your guide create tweak simple license on this topic.

    pls help me tweak not show when game start .my ios 12.

    tks so much

    1. Show previous comments  2 more
    2. ducanhtian

      ducanhtian

      pls teach to me, 

      Thank you so much

    3. xiaov

      xiaov

      %hook PubgMobilePass

        this is not a classname..

      please find yourself.thanks

    4. ducanhtian

      ducanhtian

      so sorry :(, but pls let's me know class name? 

      this is classname : AppController/AppDelegate/UnityAppController

      Thank so much

    5. xiaov

      xiaov

      need to check in IDA or flex..

      and Status is not for support/ help..

      Thanks.

    6. ducanhtian

      ducanhtian

      oh, so sorry. Thank for your support.

  3. pls help me tweak not show when game start @xiaov my ios 12. tks so much
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines