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

    • Classroom of the Elite v1.0.1 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Classroom of the Elite By Crunchyroll, LLC
      Bundle ID: com.crunchyroll.gv.classroomoftheelite
      App Store Link: https://apps.apple.com/us/app/classroom-of-the-elite/id6670073323?uo=4

       
       

      🤩 Hack Features

      - Freeze Energy
      - Freeze Gems
      - Auto Win
      -- Full Game Unlocked

      VIP
      - Unlimited Coins -> Earn some.
      - Unlimited Gems -> Spend some.
      - Unlimited Energy - Earn some.
      - Unlimited XP -> Earn some.
      • 0 replies
    • Classroom of the Elite v1.0.1 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Classroom of the Elite By Crunchyroll, LLC
      Bundle ID: com.crunchyroll.gv.classroomoftheelite
      App Store Link: https://apps.apple.com/us/app/classroom-of-the-elite/id6670073323?uo=4

       


      🤩 Hack Features

      - Freeze Energy
      - Freeze Gems
      - Auto Win
      -- Full Game Unlocked

      VIP
      - Unlimited Coins -> Earn some.
      - Unlimited Gems -> Spend some.
      - Unlimited Energy - Earn some.
      - Unlimited XP -> Earn some.
      • 0 replies
    • Zombie Infinity v1.8.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 ]
      • 0 replies
    • Zombie Infinity v1.8.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 ]
      • 0 replies
    • GrandChase Cheats v1.91.2 +4 [ Multiply Attack & More ]
      Modded/Hacked App: GrandChase By KOG co., Ltd
      Bundle ID: com.kog.grandchaseglobal
      iTunes Store Link: https://itunes.apple.com/us/app/grandchase/id1385904294?mt=8&uo=4&at=1010lce4

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


      Hack Features:
      - x Player Damage - x1 - 100
      - x Player HP - x1 - 100
      - Auto-Win
      - Unlimited Skills

      All features are unlinked and only for player, you!

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      • 1,466 replies
    • Earn to Die Rogue v1.14.178 +15 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earn to Die Rogue By Not Doppler Pty Limited
      Bundle ID: com.notdoppler.earntodierogue
      iTunes Store Link: https://apps.apple.com/us/app/earn-to-die-rogue/id1564024870?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Gold
      - Unlimited Skill Tree Tokens


      Jailbreak required hack(s): [Mod Menu Hack] Earn to Die Rogue v1.00.96 +2 Cheats [ 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/
      • 266 replies
    • Earn to Die Rogue v1.14.178 +15 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earn to Die Rogue By Not Doppler Pty Limited
      Bundle ID: com.notdoppler.earntodierogue
      iTunes Store Link: https://apps.apple.com/us/app/earn-to-die-rogue/id1564024870?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Gold
      - Unlimited Skill Tree Tokens


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Earn to Die Rogue v1.00.96 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA 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/
      • 155 replies
    • Virtual Villagers 6 v1.9.7 +100 Jailed Cheats [ Cheats Menu ]
      Modded/Hacked App: Virtual Villagers 6 By LDW Software, LLC
      Bundle ID: com.ldw.vv6
      iTunes Store Link: https://apps.apple.com/us/app/virtual-villagers-6/id6566193928?uo=4

       
       

      Hack Features

      - Cheats Menu -> Head into Settings, toggle the Help button, close settings then re-open to show a Cheats button.*
      - Unlimited Food*
      - Unlimited Wood*
      - Unlimited Stone*
      - Unlimited Tech Points*
      - Unlimited Lavastone*

      * - Head into Settings and toggle the Help button. Only enable 1 feature at a time.


      Jailbreak required iOS hacks: [Mod Menu Hack] Virtual Villagers 6 v1.3.23 +100 Cheats [ Cheats Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 8 replies
    • Virtual Villagers 6 v1.9.7 +100 Cheats [ Cheats Menu ]
      Modded/Hacked App: Virtual Villagers 6 By LDW Software, LLC
      Bundle ID: com.ldw.vv6
      iTunes Store Link: https://apps.apple.com/us/app/virtual-villagers-6/id6566193928?uo=4

       


      Hack Features

      - Cheats Menu -> Head into Settings, toggle the Help button, close settings then re-open to show a Cheats button.*
      - Unlimited Food*
      - Unlimited Wood*
      - Unlimited Stone*
      - Unlimited Tech Points*
      - Unlimited Lavastone*

      * - Head into Settings and toggle the Help button. Only enable 1 feature at a time.


      For Non-Jailbroken & No Jailbreak required hacks: [IPA Mod Menu] Virtual Villagers 6 v1.3.23 +100 Jailed Cheats [ Cheats Menu ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 5 replies
    • Hellsquad Rrrush! v1.0.1 +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hellsquad Rrrush! By Wemade Max Co., Ltd.
      Bundle ID: com.wemademax.projectsc
      App Store Link: https://apps.apple.com/us/app/hellsquad-rrrush/id6737409896?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 4 replies
    • Hellsquad Rrrush! v1.0.1 +3 Cheats [ Damage & Defence ]
      Modded/Hacked App: Hellsquad Rrrush! By Wemade Max Co., Ltd.
      Bundle ID: com.wemademax.projectsc
      App Store Link: https://apps.apple.com/us/app/hellsquad-rrrush/id6737409896?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 5 replies
    • [ DBL ]ドラゴンボール レジェンズ v6.4.0 - [ Instant - Win & More ]
      Modded/Hacked App: ドラゴンボール レジェンズ By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0333
      iTunes Store Link: https://itunes.apple.com/jp/app/ドラゴンボール-レジェンズ/id1358232022


      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:
      - x Player Damage - x1 - 20 
      - x Player Defense - x1 - 20 
      - One Hit Kill
      - God Mode 
      - 1 Enemy Per Quest
      - Instant - Win - Enable It When You In Battle
      - No Swap CoolDown
      - No Vanish CoolDown
      - No KI Cost
      - Auto Complete All Challenges-> Currency/Chrono Crystals Hack!
      - Always Critical
      - Tutorial Bypass
      - All Cards Give DragonBalls

      All functions are unlinked and only for player, you!
      • 1,646 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