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

    • Ice Age Adventures Cheats v2.0.1 +1
      Modded/Hacked App: Ice Age Adventures By Gameloft
      Bundle ID: com.gameloft.iceageadventures
      App Store Link: https://apps.apple.com/us/app/ice-age-adventures/id632437966?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Free Store (not Free iAP)



      Free Non-Jailbroken Hack: https://iosgods.com/topic/147897-ice-age-adventures-v201-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/147809-ice-age-adventures-cheats-v201-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 34 replies
    • Ice Age Village Cheats v3.6.4 +1
      Modded/Hacked App: Ice Age Village By Gameloft
      Bundle ID: com.gameloft.IceAge
      App Store Link: https://apps.apple.com/us/app/ice-age-village/id467577200?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Free Store (not Free iAP)

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/147806-ice-age-village-v364-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/147802-ice-age-village-cheats-v364-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 46 replies
    • Mr Autofire Cheats v4.0.1 +3 [ God Mode & More ]
      Modded/Hacked App: Mr Autofire By Lightheart Entertainment Oy
      Bundle ID: games.lightheart.mrautofire
      iTunes Store Link: https://apps.apple.com/us/app/mr-autofire/id1483457500?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - God Mode 
      - One Hit Kill
      - Free Store

       

      Non-Jailbroken Hack: https://iosgods.com/topic/134805-mr-autofire-v380-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/134788-mr-autofire-cheats-v380-3-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 635 replies
    • Grim Soul: Survival v7.3.3 +19 Cheats [Unlimited Currencies + More]
      Modded/Hacked App: Grim Soul: Survival By Andrey Pryakhin
      Bundle ID: fantasy.survival.game.rpg
      iTunes Store Link: https://itunes.apple.com/us/app/grim-soul-survival/id1366215798


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Thalers/Coins & Crafting Points - Once enabled, purchase something using coins & use a craft point so the currencies stick, then disable this feature.
      - Unlimited Storage Items - Taking storage items will increase them.
      - Unlimited Energy / Instant Energy Refills - Will refill your energy once you run to another location.
      - Godmode - Unlinked. Health will still decrease but you won't die.
      - One-Hit Kill - Linked to the enemy. Would recommend enabling 'Godmode'.
      - Increased Attack Range - Allows you to kill enemies from some distance away.
      - Free Crafting - Will allow you to craft items without the required materials.
      - No Crafting Level Requirement
      - Free Construction
      - Items Duplicate When Split
      - Unlimited Item Durability
      - x2 Player Speed
      - x3 Player Speed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 5,054 replies
    • Hero Z: Idle defense v0.0.7 [+2 Cheats]
      Modded/Hacked App: Hero Z: Idle defense By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.heroz
      App Store Link: https://apps.apple.com/us/app/hero-z-idle-defense/id6478379131?uo=4



      🤩 Hack Features

      - Never Die
      - Activate Priv Pass (You can't claim diamonds but all the features enabled. Skip ads, More stamina cap etc.)
       
        • Haha
        • Thanks
        • Winner
      • 2 replies
    • Hero Z: Idle defense v0.0.7 [+2 Jailed Cheats]
      Modded/Hacked App: Hero Z: Idle defense By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.heroz
      App Store Link: https://apps.apple.com/us/app/hero-z-idle-defense/id6478379131?uo=4



      🤩 Hack Features

      - Never Die
      - Activate Priv Pass (You can't claim diamonds but all the features enabled. Skip ads, More stamina cap etc.)
        • Winner
      • 1 reply
    • Jolly Match 3 - Puzzle Game v1.0.1884 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Jolly Match 3 - Puzzle Game By Jollyco LLC
      Bundle ID: com.jollyco.jollybattlematch3
      App Store Link: https://apps.apple.com/us/app/jolly-match-3-puzzle-game/id1554274735?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
      • 1 reply
    • Jolly Match 3 - Puzzle Game v1.0.1884 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Jolly Match 3 - Puzzle Game By Jollyco LLC
      Bundle ID: com.jollyco.jollybattlematch3
      App Store Link: https://apps.apple.com/us/app/jolly-match-3-puzzle-game/id1554274735?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
      • 1 reply
    • Cannon Heroes X v1.2.19 [+3 Jailed Cheats]
      Modded/Hacked App: Cannon Heroes X By Zego Global Pte Ltd
      Bundle ID: com.ig.cannon.heroes
      App Store Link: https://apps.apple.com/us/app/cannon-heroes-x/id6744356657?uo=4



      🤩 Hack Features

      - Free IAP
      - Never Die
      - Debug Menu (Enable once then restart game. Enable again you'll see debug menu)
        • Winner
        • Like
      • 1 reply
    • Cannon Heroes X v1.2.19 [+3 Cheats]
      Modded/Hacked App: Cannon Heroes X By Zego Global Pte Ltd
      Bundle ID: com.ig.cannon.heroes
      App Store Link: https://apps.apple.com/us/app/cannon-heroes-x/id6744356657?uo=4



      🤩 Hack Features

      - Free IAP
      - Never Die
      - Debug Menu (Enable once then restart game. Enable again you'll see debug menu)
       
        • Winner
        • Like
      • 1 reply
    • Archero Cheats v6.14.0 +5 [ God Mode & More ]
      Modded/Hacked App: Archero by HABBY PTE. LTD.
      Bundle ID: com.habby.archero
      iTunes Store Link: https://apps.apple.com/us/app/archero/id1453651052?uo=4&at=1010lce4



      Hack Features:
      - Multiply Defense to
      - Multiply Damage to
      - God Mode
      - OHK (Must use with God Mode)
      - Freeze Enemies

      NOTE: If you want to use god mode and ohk turn off multiply damage and defense first. I added multiply damage and defense there to avoid ban


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/100710-archero-v210-enemies-dont-attack-x30-attack/


      Hack Download Link: https://iosgods.com/topic/96783-arm64-archero-cheats-v220-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 15,861 replies
    • Galaxy Defense: Fortress TD v0.9.2 [+2 Cheats]
      Modded/Hacked App: Galaxy Defense: Fortress TD By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.galaxydefense
      App Store Link: https://apps.apple.com/us/app/galaxy-defense-fortress-td/id6740189002?uo=4



      🤩 Hack Features

      - One Hit Kill
      - Activate SVIP
       
        • Agree
        • Thanks
        • Winner
        • Like
      • 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