Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Instead of '%end', you did '%End' aha. Installed it with no errors but still doesn't work
  2. Same error
  3. I tried to install it twice..
  4. Got an error lol
  5. Cheers
  6. Will do Nah, didn't work Gave me no errors tho...
  7. You don't know how much I need you in my life thanks
  8. My college blocks VPN's... just not these two.
  9. This is what happens when you leave too many hooked functions in your tweak.xm Help me My tweak.xm: #include <substrate.h> %hook TNDRAppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Tinder Hack!" message:@"Hack contains Tinder Plus, Unlimited boosts & AntiJB. Made by Joka on iOSGods." delegate:nil cancelButtonTitle:@"Thank you!" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end %hook TNDRCurrentUser -(bool) isTinderPlusSubscriber { return TRUE; } %end %hook TNDRCurrentUser -(bool) isTinderPlusEnabled { return TRUE; } %end %hook TNDRGroupCardCellManager -(bool) shouldAllowUndoButtonForPlusUsers { return TRUE; } %end %hook TNDRProductsManager -(bool) isTinderPlusActive { return TRUE; } %end %hook TNDRBoostSummaryViewController -(bool) isTinderPlusSubscriber { return %orig; } %end %hook TNDRCurrentUser -(bool) isTinderPlusRecentlyExpired { return TRUE; } %end %hook TNDRPlusControlViewModel -(bool) isTinderPlusSubscriber { return TRUE; } %end %hook TNDRPlusControlViewModel -(void) setIsTinderPlusSubscriber:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRAppBoyTracker -(void) setIsTinderPlusSubscriber:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRHomeViewModel -(bool) isCurrentUserTinderPlusSubscriber { return TRUE; } %end %hook TNDRCurrentUser -(long long) superLikesRemaining { return 999999999; } %end %hook TNDRNewMatchCollectionViewCell -(void) showSuperLikeStar:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRChatCell -(void) setAllowLikes:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRCurrentUser -(bool) isBoostFeatureEnabled { return TRUE; } %end %hook TNDRCurrentUser -(bool) superLikeAvailable { return TRUE; } %end %hook TNDRCurrentUser -(bool) hasPurchasedBoost { return TRUE; } %end %hook CLSAnalyticsMetadataController +(bool) hostJailbroken { return TRUE; } %end %hook TNDRCurrentUser -(bool) isBoostCurrentlyActive { return TRUE; } %end %hook TNDRCurrentUser -(bool) showBoostViewCount { return TRUE; } %end %hook TNDRBoostSummaryViewController -(id) initWithMultiplier:(double)arg1 boostDuration:(long long)arg2 isTinderPlusSubscriber:(bool) { arg3 = TRUE; arg2 = 999999999; arg1 = ; return %orig; } %end %hook TNDRCurrentUser -(long long) boostDurationInMinutes { return 999999999; } %end %hook TNDRCurrentUser -(bool) superLikeLimitExceeded { return TRUE; } %end %hook TNDRStackLayout -(bool) isRewindingForSuperLikeLimitExceeded { return TRUE; } %end %hook TNDRStackLayout -(void) setRewindingForSuperLikeLimitExceeded:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRPurchasesModel -(void) setBoosts:(id)arg1 { return %orig; } %end %hook TNDRCurrentUser -(double) boostMultiplier { return 999; } %end %hook TNDRCurrentUser -(long long) boostRemaining { return 999; } %end %hook TNDRBoostSummaryViewController -(void) getTinderPlus:(id)arg1 { return %orig; } %end %hook TNDRBoostSummaryViewController -(long long) boostDuration { return 99; } %end %hook TNDRBoostGamepadButton -(void) updateProgressToPercent:(double)arg1 duration:(double) { arg1 = 10; arg2 = 10; return %orig; } %end %hook TNDRBoostGamepadButton -(long long) buttonState { return 10; } %end %hook TNDRBoostGamepadButton -(bool) canUseMultiplier { return TRUE; } %end %hook TNDRBoostGamepadButton -(double) percentageOfBoostCounter { return 10; } %end %hook TNDRBoostGamepadButton -(double) interpolatedBoostValueForDuration { return 10; } %end %hook TNDRBoostGamepadButton -(id) progressCirclePathWithPerc:(double)arg1 { arg1 = 10; return %orig; } %end %hook TNDRBoostGamepadButton -(double) timeRemaining { return 10; } %end %hook TNDRBoostGamepadButton -(void) setProgressPercentage:(double)arg1 { arg1 = 10; return %orig; } %end %hook TNDRBoostGamepadButton -(void) animateForDemoWithButtonPress:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRBoostGamepadButton -(id) initWithButtonType:(unsigned long long)arg1 gamepadType:(unsigned long long)arg2 isMainButton:(bool) { arg1 = 10; arg2 = 10; arg3 = TRUE; return %orig; } %end %hook TNDRBoostGamepadButton -(void) setAnimating:(bool)arg1 animated:(bool)arg2 completion:(id) { arg1 = TRUE; arg2 = TRUE; return %orig; } %end %hook TNDRBoostGamepadButton -(id) initWithButtonType:(unsigned long long)arg1 gamepadType:(unsigned long long) { arg1 = 10; arg2 = 10; return %orig; } %end %hook TNDRCurrentUser -(bool) hideAds { return TRUE; } %end %hook TNDRCurrentUser -(bool) hideDistance { return %orig; } %end %hook TNDRCurrentUser -(bool) hideAge { return TRUE; } %end %hook TNDRCurrentUser -(bool) selectEnabled { return TRUE; } %end %hook TNDRPlusOptionCell -(void) setSelected:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRCurrentUser -(bool) hasBoostRecentlyEnded { return TRUE; } %end %hook TNDRBoostInProgressDialogViewController -(double) timeIntervalRemaining { return 120; } %end %hook TNDRBoostInProgressDialogViewController -(id) countdownTextForTimeRemaining:(double)arg1 { arg1 = 99999; return %orig; } %end %hook TNDRAnalyticsTracker -(void) saveAnalyticsDataForSelectedBoostPaywallPurchase:(id)arg1 hasPlus:(bool)arg2 price:(id)arg3 locale:(id)arg4 products:(id)arg5 amount:(long long)arg6 encounteredFrom:(unsigned long long)arg7 timeRemaining:(id)arg8 boostRemaining:(long long)arg9 basePrice:(id) isPrimary:(bool) { arg2 = TRUE; arg9 = 150; return %orig; } %end %hook TNDRAnalyticsTracker -(void) trackBoostSummaryViewWithPlus:(bool)arg1 boostID:(id)arg2 boostRemaining:(long long) { arg1 = TRUE; arg3 = 150; return %orig; } %end %hook TNDRAnalyticsTracker -(void) trackBoostPaywallSelectWithPlus:(bool)arg1 timeRemaining:(id)arg2 sku:(id)arg3 amount:(long long)arg4 from:(unsigned long long)arg5 price:(id)arg6 locale:(id)arg7 products:(id)arg8 boostRemaining:(long long)arg9 basePrice:(id) isPrimary:(bool) { arg1 = TRUE; arg9 = 150; return %orig; } %end %hook TNDRAnalyticsTracker -(void) trackBoostPaywallViewWithPlus:(bool)arg1 timeRemaining:(id)arg2 products:(id)arg3 from:(unsigned long long)arg4 boostRemaining:(long long) { arg5 = 150; return %orig; } %end %hook TNDRAnalyticsTracker -(void) trackBoostPaywallCanceWithPlus:(bool)arg1 timeRemaining:(id)arg2 products:(id)arg3 from:(unsigned long long)arg4 boostRemaining:(long long) { arg5 = 150; return %orig; } %end %hook TNDRBoostGamepadButton -(void) setAnimating:(bool)arg1 animated:(bool) { arg1 = TRUE; arg2 = TRUE; return %orig; } %end %hook TNDRBoostGamepadButton -(void) setAnimateUsers:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook TNDRBoostGamepadButton -(void) animateForBoostEndedMultiplier:(double)arg1 { arg1 = 999; return %orig; } %end %hook TNDRBoostGamepadButton -(bool) animateUsers { return TRUE; } %end %hook TNDRCardCellManager -(bool) shouldAllowUndoButtonForPlusUsers { return TRUE; } %end %hook TNDRAdCardCellManager -(bool) shouldAllowUndoButtonForPlusUsers { return TRUE; } %end %hook TNDRUserCardCellManager -(bool) shouldAllowUndoButtonForPlusUsers { return TRUE; } %end
  10. Yeah but I've hooked SOOOO many & they're all over the place
  11. From home then they'll be prepared when they go school
  12. How to access iOSGods.com (or any other site) at School/College As a college student, the Administrator has blocked off most sites including Facebook, Twitter & also iOSGods in our college (which is pretty shit tbh ) & I, myself, have found a way around that. Note: For this tutorial, I'll only be covering how to access iOSGods (or any other site) on PC & iDevices. Let's begin! [Hidden Content] [Hidden Content] I used the iDevice method today to access iOSGods & they didn't even know enjoy!
  13. Hello. Since it's the 31st October, I decided to make some simple signature/banner's which are completely free to use. Not the best of the best but if you wanna use them, you're more then welcome to. First: Second: Third: Fourth: Fifth: Happy Halloween everyone hope you all have a fantastic day
  14. Some games I downloaded didn't work with it...
  15. It's really simple lmao. Here: #include <substrate.h> %hook SKPaymentTransaction -(long long) transactionState { return 1; } %end
  16. Ight, will do. Thanks for the help tho That's exactly what I used... aha
  17. Yup. I made a tweak for another game with EXACTLY the same functions & everything which worked fine, but just these games don't...
  18. The patches work fine on Flex. They work perfectly...
×
  • 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