Jump to content

Pandora Hack Tweak.xm


153 posts in this topic

Recommended Posts

Updated (edited)

Hack download: http://iosgods.com/topic/4089-pandora-radio-v57-hack-2/

 

Hidden Content

    #include <Foundation/Foundation.h>
    #include <substrate.h>
    
    %hook SkipLimitState
    
    - (BOOL)unlimitedDailySkips {
    return TRUE;
    }
    
    - (BOOL)unlimitedStationSkips {
    return TRUE;
    }
    %end
    
    %hook TrackDescriptor
    
    - (BOOL)allowSkipTrackWithoutLimit {
    return TRUE;
    }
    %end
    
    %hook StationPlayer
    
    - (BOOL)skipsAudioAds {
    return TRUE;
    }
    
    - (BOOL)isAbleToSkip {
    return TRUE;
    }
    %end
    
    %hook StationDescriptor
    
    - (BOOL)unlimitedSkips {
    return TRUE;
    }
    %end
    
    %hook AudioStation
    
    - (BOOL)isAbleToSkip {
    return TRUE;
    }
    %end
    
    %hook PMBaseSettings
    
    - (BOOL)ignoreSkipLimit {
    return TRUE;
    }
    
    - (BOOL)ignoreDailySkipLimitForPartners {
    return TRUE;
    }
    
    - (BOOL)disableAdBanners {
    return TRUE;
    }
    %end
    
    %hook PMRadio
    
    - (BOOL)userReceivesVisualAds {
    return FALSE;
    }
    %end
    

tweak.xm for my pandora hack

Updated by Guest
Posted

This'll be useful for newbies! :)

 

Good job!

  • Like 36
  • Winner 7
  • Thanks 13
  • Haha 2
  • Agree 8
  • Informative 1
×
  • 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