//Terms and Conditions Bypass - jezzab var hook = ObjC.classes.DJITermsNotificationController["- shouldShowTerms"]; Interceptor.attach(hook.implementation, { onLeave: function(retval) { console.log("Bypassing Terms and Conditions Dialog"); retval.replace(0); } });