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

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...

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

    • Royal Kingdom v25641 [ +11 Jailed ] Auto Win
      Modded/Hacked App: Royal Kingdom By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/us/app/royal-kingdom/id1606549505?uo=4


      Hack Features:

      - Coins [ Win Match ]

      - Potions

      - Lives Free

      - Booster Max

      - ViP Frame Unlock

      - Kingdom Pass Free

      - District unlock [ One Task Only ]

      - Auto Win [ Just One Move ]

      - Colour Spawn [ Blue Green Red Yellow Pink Orange ] Choose One Only


      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/
      • 110 replies
    • Royal Kingdom v25641 [ +11 Cheats ] Auto Win
      Modded/Hacked App: Royal Kingdom By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/us/app/royal-kingdom/id1606549505?uo=4

      Hack Features:
      - Coins [ Win Match ]

      - Potions

      - Lives Free

      - Booster Max

      - ViP Frame Unlock

      - Kingdom Pass Free

      - District unlock [ One Task Only ]

      - Auto Win [ Just One Move ]

      - Colour Spawn [ Blue Green Red Yellow Pink Orange ] Choose One Only
      • 88 replies
    • SILT v1.0.7 +1 Jailed Cheat [ Unlocked ]
      Modded/Hacked App: SILT By Snapbreak Games AB
      Bundle ID: com.snapbreak.silt
      App Store Link: https://apps.apple.com/us/app/silt/id6477457763?uo=4

       

      🤩 Hack Features

      -- Full Game Unlocked
      • 11 replies
    • Forward Assault v1.2078 +14 Jailed Cheats [ Mega Hack ]
      Modded/Hacked App: Forward Assault By Blayze Games, L.L.C.
      Bundle ID: com.blayzegames.newfps
      App Store Link: https://apps.apple.com/us/app/forward-assault/id1191037021?uo=4

       


      🤩 Hack Features

      - Unlimited Ammo
      - Rapid Fire
      - No Spread
      - No Recoil
      - No Camera Recoil
      - No Flinch
      - Minimap Hack
      - Fly Mode
      - Move Before Timer
      - Speed Multiplier
      - Field of View Modifier
      - Anti Flash
      - Anti Smoke
      - Unlimited In-Game Money
      • 24 replies
    • Kingdom Rush Battles: TD Game v1.4.2 +4 Jailed Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       
       

      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 49 replies
    • Road Trip: Merge Family Games! v2601.0 +6 Jailed Cheats [ Unlimited Cash ]
      Modded/Hacked App: Road Trip: Merge Family Games! By VIZOR APPS LTD
      Bundle ID: com.vizor-apps.Road-Trip
      App Store Link: https://apps.apple.com/us/app/road-trip-merge-family-games/id6471364763?uo=4

       


      🤩 Hack Features

      - Freeze Merge Energy
      - Freeze Energy
      - Freeze Cash

      VIP
      - Unlimited Merge Energy -> Spend some then restart the game.
      - Unlimited Energy -> Spend some then restart the game.
      - Unlimited Cash -> Spend some then restart the game.
      • 10 replies
    • SpongeBob Adventures: In A Jam v2.30.0 +1++ Jailed Cheats [ Everything ]
      Modded/Hacked App: SpongeBob Adventures: In A Jam By Tilting Point LLC
      Bundle ID: com.tiltingpoint.sbadventures
      iTunes Store Link: https://apps.apple.com/us/app/spongebob-adventures-in-a-jam/id1641251535?uo=4


      Hack Features:
      - Unlimited Everything -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] SpongeBob Adventures: In A Jam +20++ Cheats [ Cheat Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 169 replies
    • House Flipper Home Design v1.612 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: House Flipper Home Design By PLAYWAY SPOLKA AKCYJNA
      Bundle ID: com.imaginalis.HouseFlipperMobile
      iTunes Store Link: https://apps.apple.com/us/app/house-flipper-home-design/id1517373437
       

      Hack Features:
      - Unlimited Cash -> Exchange Flipcoins for Cash to earn an unlimited amount.
      - Unlimited Flipcoins -> Exchange Flipcoins for Cash to earn an unlimited amount.


      Jailbreak required hack(s): https://iosgods.com/topic/169137-exclusive-house-flipper-home-design-all-versions-2-cheats-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 174 replies
    • Submarine Quest: Merge&Explore v2.2.1 +5 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Submarine Quest: Merge&Explore By KHAOLAM INTERACTIVE COMPANY LIMITED
      Bundle ID: com.khaolam.deepseamerge
      App Store Link: https://apps.apple.com/us/app/submarine-quest-merge-explore/id6738372047?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Energy -> Earn or spend some.
      - Unlock All Character Items
      - Unlock All Equipment Items
      • 3 replies
    • Wanderland: Angel Hunters RPG v2026.1.21 +4 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Wanderland: Angel Hunters RPG By ELEMENT6 TECHNOLOGIES COMPANY LIMITED
      Bundle ID: tech.element6.rpg
      App Store Link: https://apps.apple.com/us/app/wanderland-angel-hunters-rpg/id6742121766?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 5 replies
    • Loot Heroes v1.19.1 +28 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Everything -> Currencies, Hero Cards, Hero Skill Points will all freeze.
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - No Attack Delay
      - All Critical Hits
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - Nickname Edit Unlocked
      - No Nickname Filter
      - No Guild Name Filter
      - No Dash Cooldown
      - Unlimited Boosters
      - Auto Play
      - No Camp Upgrade Cost
      - Unlimited Bolts
      - No Ads

      VIP
      - Unlimited Everything -> Currencies, Hero Cards, Hero Skill Points will all increase instead of decrease.
      - Currency Modifier -> Earn or spend some.
      - Unlimited Hero Cards -> Earn some.
      - Unlimited Hero Skill Points -> Earn some.
      - Trophy Modifier -> Earn or lose some to stick to the leaderboard.
      - Guild Score Modifier -> Earn some.
      - Unlimited Event Score -> Earn some.
      - Max Hero Mastery Level
      - Auto Win
      - Battle Pass Unlocked
      - VIP Enabled
      • 227 replies
    • Fable Town: Merge Games v1.30.0 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Fable Town: Merge Games By REEF GAMES LTD
      Bundle ID: com.reefgames.fabletown
      iTunes Store Link: https://apps.apple.com/us/app/fable-town-merge-games/id6478150057?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Fable Town: Merge Games v1.6.4 +1++ Cheat [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 29 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