Jump to content

26 posts in this topic

Recommended Posts

Posted (edited)

This is what happens when you leave too many hooked functions in your tweak.xm

image.png

image.png


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
Updated by Joka
  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

Posted

You don't know how much I need you in my life :lol: thanks :)

Let me know if it worked or some errors

Posted

Let me know if it worked or some errors

Will do :p

Let me know if it worked or some errors

Nah, didn't work :(

Gave me no errors tho...

Posted

Will do :p

Nah, didn't work :(

Gave me no errors tho...

Ok, let me fix it again

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Heroes Crew: Strategy Defense v1.1.5 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 30 replies
    • Heroes Crew: Strategy Defense v1.1.5 [+6 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 15 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Cheats ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4


      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
      -
      • 6 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Jailed ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
      • 6 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Jailed ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:

      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      - Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ]


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 48 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:
      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      -  Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ] 


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 51 replies
    • Zombie Infinity v1.9.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
      • 3 replies
    • Zombie Infinity v1.9.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
      • 3 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4
       

      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 19 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4


      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 32 replies
    • Merge Cruise: Mystery Puzzle v0.36.380 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

      • 15 replies
    • Merge Cruise: Mystery Puzzle v0.36.380 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

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