Jump to content

Hulu Plus Tweak.xm


113 posts in this topic

Recommended Posts

Posted

scrub over ads

 

Hidden Content

    #include <substrate.h>
    
    %hook HUAppDelegate
    -(void)applicationDidBecomeActive:(id)argument {
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"hulu plus 4.2.0 hack" message:@"no ads by shmoo over at iosgods.com" delegate:nil cancelButtonTitle:@"get rekt hulu" otherButtonTitles:nil];
    [alert show];
    [alert release];
    }
    %end
    
    %hook HUBreakModel
    
    - (bool)canSeek {
    return TRUE;
    }
    
    - (unsigned long long)duration {
    return 0;
    }
    
    - (bool)canSkipOver {
    return TRUE;
    }
    %end
    
    %hook HURemotePlaybackTimelineHelper
    
    - (long long)currentPodAdBreakCount {
    return 0;
    }
    %end
    
    %hook HULocalPlaybackTimelineHelper
    
    - (long long)currentPodAdBreakCount {
    return 0;
    }
    %end
    
    %hook HUPlaybackTimelineHelper
    
    - (long long)currentPodAdBreakCount {
    return 0;
    }
    %end
    
×
  • 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