Jump to content

tweak.xm errors and .plist question


Go to solution Solved by AnotherLurker,

4 posts in this topic

Recommended Posts

Posted

hi im new and i am having trouble with my tweak.xm code

  %hook YTVideoMetadataCell

-(void) setOfflineButtonVisible:(bool)argument1 dimmed:(bool)argument2 animated:(bool) {
if(GetPrefBool(@"key11")) {
argument1 = TRUE;
}
return %orig;
}
%end
 
%hook YTPlaylistHeaderView
-(void) setOfflineButtonVisible:(bool)argument1 dimmed:(bool) {
if(GetPrefBool(@"key11")) {
argument1 = TRUE;
}
return %orig;
}
%end
thats my tweak .xm and i got that from flex^^
Tweak.xm:58:168: error: expected class member or base class name
  ...self, SEL _cmd, bool argument1, bool argument2):(bool) {
                                                     ^
Tweak.xm:58:168: error: expected '{' or ','
Tweak.xm:58:167: error: only constructors take base initializers
  ...self, SEL _cmd, bool argument1, bool argument2):(bool) {
                                                    ^
Tweak.xm:67:145: error: expected class member or base class name
  ...self, SEL _cmd, bool argument1):(bool) {
                                     ^
Tweak.xm:67:145: error: expected '{' or ','
Tweak.xm:67:144: error: only constructors take base initializers
  ...self, SEL _cmd, bool argument1):(bool) {
this is error^^
also in preference bundel how would i make a switch disable/greyed out if a certain switch is turned on thanks
 
 
Posted

Not sure if this would help anything, but I don't think you're supposed to have a space in your method, like where it says "argument1 dimmed," that should just be "argument1" or "dimmed." Something along those lines


Also, both methods have (bool) at the end, but no name for that bool. Although there may be nothing in Flex for it, put something after those

  • Solution
Posted (edited)
%hook YTVideoMetadataCell
- (void)setOfflineButtonVisible:(bool)argument1 dimmed:(bool)argument2 animated:(bool)argument3 {
     if(GetPrefBool(@"key11")) {
        argument1 = TRUE;
     }

     return %orig;
}
%end
 
%hook YTPlaylistHeaderView
- (void)setOfflineButtonVisible:(bool)argument1 dimmed:(bool)argument2 {
     if(GetPrefBool(@"key11")) {
        argument1 = TRUE;
     }

     return %orig;
}
%end

You need to add names to all the arguments, I added 'argument3' to animated, and 'argument2' to dismissed

Updated by JustRick
Posted

 

%hook YTVideoMetadataCell
- (void)setOfflineButtonVisible:(bool)argument1 dimmed:(bool)argument2 animated:(bool)argument3 {
     if(GetPrefBool(@"key11")) {
        argument1 = TRUE;
     }

     return %orig;
}
%end
 
%hook YTPlaylistHeaderView
- (void)setOfflineButtonVisible:(bool)argument1 dimmed:(bool)argument2 {
     if(GetPrefBool(@"key11")) {
        argument1 = TRUE;
     }

     return %orig;
}
%end
You need to add names to all the arguments, I added 'argument3' to animated, and 'argument2' to dismissed

This definitely helped but my other question was how would I be able to disable a switch from being turned on if a certain other switch is enabled. What would I need to type/code?

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

    • ZombTube v1.2.364 [ +11 Jailed ] Currency Max
      Modded/Hacked App: ZombTube By Dmytro Drach
      Bundle ID: com.booblyc.ZombTubeGame
      iTunes Store Link: https://apps.apple.com/us/app/zombtube/id6464316230?uo=4


      Hack Features:

      - IAP Free

      - No ADS

      - Red coins

      - Gold

      - Parts - Upgrade Free Guns-Items

      - Damage

      - Bullet Range

      - Gun Range

      - Ammo

      - No Reload

      - Accuracy
      • 7 replies
    • ZombTube v1.2.364 [ +11 Cheats ] Currency Max
      Modded/Hacked App: ZombTube By Dmytro Drach
      Bundle ID: com.booblyc.ZombTubeGame
      iTunes Store Link: https://apps.apple.com/us/app/zombtube/id6464316230?uo=4


      Hack Features:
      - IAP Free

      - No ADS

      - Red coins

      - Gold

      - Parts - Upgrade Free Guns-Items

      - Damage

      - Bullet Range

      - Gun Range

      - Ammo

      - No Reload

      - Accuracy
      • 48 replies
    • Tropic Match v1.0 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Tropic Match By BTMK s.r.o.
      Bundle ID: com.rebelgames.tropicmatch
      iTunes Store Link: https://apps.apple.com/us/app/tropic-match/id6547859499?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
      • 1 reply
    • Tropic Match v1.0 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Tropic Match By BTMK s.r.o.
      Bundle ID: com.rebelgames.tropicmatch
      iTunes Store Link: https://apps.apple.com/us/app/tropic-match/id6547859499?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
      • 2 replies
    • Everybody's RPG v5.92 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Everybody's RPG By Seung Jae Lee
      Bundle ID: com.nomadgames.everybodyrpgpay
      iTunes Store Link: https://apps.apple.com/us/app/everybodys-rpg/id1353701442?uo=4


      🤩 Hack Features

      - Currency Max

      - DMG

      - ATK Speed

      - ATK Range

      - Skill CD

      - Enemy Freeze

      - Enemy NO [ Stage Mod ] Easy Skip Stage

      Don't Abuse The Hack Incase Banned
      • 21 replies
    • Everybody's RPG v5.92 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Everybody's RPG By Seung Jae Lee
      Bundle ID: com.nomadgames.everybodyrpgpay
      iTunes Store Link: https://apps.apple.com/us/app/everybodys-rpg/id1353701442?uo=4


      🤩 Hack Features

      - Currency Max

      - DMG

      - ATK Speed

      - ATK Range

      - Skill CD

      - Enemy Freeze

      - Enemy NO [ Stage Mod ] Easy Skip Stage

      Don't Abuse The Hack Incase Banned
      • 35 replies
    • Hero Survival IO 2 V1.0.6 [ +8 Jailed ] Currency Max
      Modded/Hacked App: Hero Survival IO 2 By VIET NAM SKYNET JOINT STOCK COMPANY
      Bundle ID: com.game.hero.survival.survivor
      iTunes Store Link: https://apps.apple.com/us/app/hero-survival-io-2/id6480162404?uo=4
       

      Hack Features

      - No ADS [ Rewards Free ]

      - Gems Unlimited [ Achievements Rewards ]

      - Gold Unlimited [ In Battle Pick Box ]

      - ATK

      - HP

      - Def

      - Skill EXP [ Pick One Exp Quickly Get All Skill ]

      - iGG Speed [ Max 0-5 Faster Play Save Time ]
      • 16 replies
    • Hero Survival IO 2 V1.0.6 [ +8 Cheats ] Currency Max
      Modded/Hacked App: Hero Survival IO 2 By VIET NAM SKYNET JOINT STOCK COMPANY
      Bundle ID: com.game.hero.survival.survivor
      iTunes Store Link: https://apps.apple.com/us/app/hero-survival-io-2/id6480162404?uo=4


      Hack Features:
      - No ADS [ Rewards Free ]

      - Gems Unlimited [ Achievements Rewards ]

      - Gold Unlimited [ In Battle Pick Box ]

      - ATK

      - HP

      - Def

      - Skill EXP [ Pick One Exp Quickly Get All Skill ]

      - iGG Speed [ Max 0-5 Faster Play Save Time ]
      • 13 replies
    • Resident Evil Survival Unit +6 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Resident Evil Survival Unit By Aniplex Inc.
      Bundle ID: com.aniplex.resu
      App Store Link: https://apps.apple.com/us/app/resident-evil-survival-unit/id6744668327?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier [ Battle ]
      - Defence Multiplier [ Battle ]
      - God Mode [ Battle ]
      - God Mode [ Explore ]
      - One-Hit Kill [ Explore ]
      - Freeze Items & Ammo
      • 98 replies
    • Glow Fashion Idol +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Glow Fashion Idol By CRAZY LABS BY TABTALE , G.P.
      Bundle ID: com.crazylabs.fashionsquad
      iTunes Store Link: https://apps.apple.com/us/app/glow-fashion-idol/id6446197181?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Jailbreak required hack(s): [Mod Menu Hack] Glow Fashion Idol v0.3.3 +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/
      • 106 replies
    • League of Dreamers - My Story +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases -> Allows free in-app purchases.


      Jailbreak required hack(s): [Mod Menu Hack] League of Dreamers - My Story v1.54 +3 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/
      • 262 replies
    • Soccer Manager 2026 - Football v3.3.4 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Soccer Manager 2026 - Football By INVINCIBLES STUDIO LTD
      Bundle ID: com.invinciblesstudioltd.soccermanager2025
      App Store Link: https://apps.apple.com/us/app/soccer-manager-2026-football/id6449935779?uo=4


      Hack Features:
      - Unlimited Cash -> Accept a Sponsorship.
      - Unlimited Cash v2 -> Create a Club.
      - 1 Gold Cost -> Making purchases with gold will only use 1 gold. Make sure you have enough gold first! DO NOT USE IN THE SHOP!
      • 260 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