Jump to content

misaelnaranm

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by misaelnaranm

  1. %hook GADAdView
    -(id)initWithFrame:(CGRect)arg {
    return nil;
    }
    %end
    
    %hook SettingsMenuViewController
    -(int)numberOfSectionsInTableView:(id)arg {
    return 1;
    }
    %end

    Try this? I haven't messed with MS in a while, so no gurantees that it will work.

     

     

     

     

    This code worked perfect. I'm Happy
     
    Thanks friends for this help.
  2. I need to build tweak for AppZapp, my code:

     

    #import <UIKit/UIKit.h>
    
    
    %hook GADAdView
    -(id) initWithFrame {
         return nil;
    }
    %end
    
    
    %hook SettingsMenuViewController
    -(int) numberOfSectionsInTableView {
         return 1;
    }
    %end
     

    ----------------------------------------------------

     

    Flex Tweak

     

     

    mTdzpQn.jpg

     

    BgTwOLP.jpg

     

    WP721a1.jpg

     

     

     

     

     

    -----------------------------------------------------

    Error log

     

    x8ZLWp9.png

     

     

    Please help me for fix this Tweak.xm, and verify if code is correct.

     

    Thanks.

×
  • 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