Jump to content

4 posts in this topic

Recommended Posts

Posted

Hello 👋  

First of all, I made small tweaks with theos, some cracks to make apps premium with your tutorials (using class dumping etc.) , and this is really great! 

But I’ve a problem with FlexALL. I want to change the NSString text permanently and compile it to deb file. How can I hook the right class and write the tweak? I can use all the SDKS between iOS 9.3 to 13.7 Thanks in advance! 🙂

 

 

EYSa3RQ


 

VHdNY4y

 

Posted

You can achieve it by using this in your Tweak.xm:

%hook UITableViewLabel
-(void) setText:(NSString *)arg1 {
    if ([arg1 isEqualToString:@"Reddit Premium"]){
        %orig(@"Some text");
    } else {
        %orig;
    }
}
%end

Another option is to use this:

@interface SomeClass
@property (nonatomic, copy, readwrite) NSString *title;
@end

%hook SomeClass
-(NSString*) title {
    return @"Some text";
}
%end

But I'm not sure, if this second option gonna work for "UITableViewLabel"...

Another problem is with localized and attributed strings.. But you can try it 😉

  • Like 1
  • Winner 2
Posted (edited)
On 1/24/2021 at 4:06 AM, strejda603 said:

You can achieve it by using this in your Tweak.xm:

%hook UITableViewLabel
-(void) setText:(NSString *)arg1 {
    if ([arg1 isEqualToString:@"Reddit Premium"]){
        %orig(@"Some text");
    } else {
        %orig;
    }
}
%end

Another option is to use this:

@interface SomeClass
@property (nonatomic, copy, readwrite) NSString *title;
@end

%hook SomeClass
-(NSString*) title {
    return @"Some text";
}
%end

But I'm not sure, if this second option gonna work for "UITableViewLabel"...

Another problem is with localized and attributed strings.. But you can try it 😉

Hi, can you tell please how to hook non-translatable tweaks text and bind strings file with translation like example below? Translated uYou tweak, but don't know how to make it display russian for Russian localization on iOS.

"Downloading" = "Загрузки";
"All" = "Все";
"Video" = "Видео";
"Audio" = "Аудио";

EDIT: Find out how to do it via: https://github.com/danpashin/CUILocalizer

Updated by dayanch96
Posted
On 12/1/2020 at 8:33 PM, Crystal Azerica said:

Hello 👋  

First of all, I made small tweaks with theos, some cracks to make apps premium with your tutorials (using class dumping etc.) , and this is really great! 

But I’ve a problem with FlexALL. I want to change the NSString text permanently and compile it to deb file. How can I hook the right class and write the tweak? I can use all the SDKS between iOS 9.3 to 13.7 Thanks in advance! 🙂

 

 

EYSa3RQ


 

VHdNY4y

 

You can try hooking onto something using logos hooks to change the text, you just have to know how to do those hooks, tghe tutorials section should have a few of these tutorials on hooks and mshooks

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

    • Hello Neighbor v2.3.12 Jailed Cheats +1
      Modded/Hacked App: Hello Neighbor By TINYBUILD LLC
      Bundle ID: com.tinybuildgames.helloneighbor
      App Store Link: https://apps.apple.com/us/app/hello-neighbor/id1386358600?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Free Full Game (Click Buy) -- Make sure you turn on Free iAP option inside iOSGods Menu first

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/127165-hello-neighbor-v2312-jailed-cheats-1/
      • 472 replies
    • Red Sword v145 +3 Cheats
      Modded/Hacked App: Red Sword By Tatsuki Sasaki
      Bundle ID: com.Tatsuki.bigsord
      iTunes Store Link: https://apps.apple.com/us/app/red-sword/id1500823858?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

      - Infinite Currencies
      - God Mode
      - Enemy Don't Attack

       

      Non-Jailbroken Hack: https://iosgods.com/topic/122258-red-sword-v145-2-cheats-for-jailed-idevices/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/122256-red-sword-v145-2-cheats/
      • 190 replies
    • From Pawn to King - Idle RPG v6.1.9 [ +18 Jailed ] Currency Max
      Modded/Hacked App: From Pawn to King - Idle RPG By Toward Inc.
      Bundle ID: com.towardmobile.fromsoldiertoking
      iTunes Store Link: https://apps.apple.com/us/app/from-pawn-to-king-idle-rpg/id1645843355?uo=4


      Hack Features:

      - ADS NO [ Reward Free ]

      - Speed UP 2x

      - Gems 

      - Gold 

      - Smelt Stone 

      - Mileage Point 

      - Normal Raid Ticket 

      - Quest Completed [ Earn 1 Point ]

      - Heroes Ticket +6 

      - Heroes LvL Up Medal 

      - Heroes LvL Up Magic Stone 

      - Stage Pass Unlocked [ Premium ]

      - Mine LvL Up [ Gems Reward Unlimited ]

      - ATK Speed 

      - Hero Status

      - Enemy Status 

      - Boss Status 

      - Boss Time Unlimited
      • 21 replies
    • From Pawn to King - Idle RPG v6.1.9 [ +18 Cheats ] Currency Max
      Modded/Hacked App: From Pawn to King - Idle RPG By Toward Inc.
      Bundle ID: com.towardmobile.fromsoldiertoking
      iTunes Store Link: https://apps.apple.com/us/app/from-pawn-to-king-idle-rpg/id1645843355?uo=4


      Hack Features:
      - ADS NO [ Reward Free ]

      - Speed UP 2x

      - Gems 

      - Gold 

      - Smelt Stone 

      - Mileage Point 

      - Normal Raid Ticket 

      - Quest Completed [ Earn 1 Point ]

      - Heroes Ticket +6 

      - Heroes LvL Up Medal 

      - Heroes LvL Up Magic Stone 

      - Stage Pass Unlocked [ Premium ]

      - Mine LvL Up [ Gems Reward Unlimited ]

      - ATK Speed 

      - Hero Status

      - Enemy Status 

      - Boss Status 

      - Boss Time Unlimited

      • 42 replies
    • Squad Alpha - Action Shooting v1.7.27 [ +20 Jailed ] Currency Max
      Modded/Hacked App: Squad Alpha - Action Shooting By SayGames LTD
      Bundle ID: com.game.missioncrit
      iTunes Store Link: https://apps.apple.com/us/app/squad-alpha-action-shooting/id1571487050?uo=4


      Hack Features:

      - ADS Free 

      - ViP Member [ Active ] 

      - ViP PoPup Disable 

      - Gems Unlimited [ Daily Offer ]

      - Elite Pass [ Active ]

      - Elite Pass+ [ Active ]

      - Elite Pass [ Claim Unlimited ]

      - Elite Pass+ [ Claim Unlimited ]

      - Free Pass [ Claim Unlimited ]

      - Elite Pass LvL Skip [ Price -9999 ] Increased Gems

      - Loot Box [ Price -9999 ] Increased Gems

      - Inventory Expand [ Price -9999 ] Increased Gems

      - Inventory Space [ First Open Inventory Then Enable Cheat Next + ADD Then Buy Get Max Space ]

      - Health Max

      - DMG Unlimited

      - Speed Movement

      - Ammo Max

      - No Reload

      - Enemy Freeze

      - Wall Hack [ Move Anywhere ]

      Note:- Don"t Abuse The Hack Maybe Banned I'M Not Responsible 

       
      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/
      • 24 replies
    • Squad Alpha - Action Shooting v1.7.27 [ +20 Cheats ] Currency Max
      Modded/Hacked App: Squad Alpha - Action Shooting By SayGames LTD
      Bundle ID: com.game.missioncrit
      iTunes Store Link: https://apps.apple.com/us/app/squad-alpha-action-shooting/id1571487050?uo=4

      Hack Features:
      - ADS Free 

      - ViP Member [ Active ] 

      - ViP PoPup Disable 

      - Gems Unlimited [ Daily Offer ]

      - Elite Pass [ Active ]

      - Elite Pass+ [ Active ]

      - Elite Pass [ Claim Unlimited ]

      - Elite Pass+ [ Claim Unlimited ]

      - Free Pass [ Claim Unlimited ]

      - Elite Pass LvL Skip [ Price -9999 ] Increased Gems

      - Loot Box [ Price -9999 ] Increased Gems

      - Inventory Expand [ Price -9999 ] Increased Gems

      - Inventory Space [ First Open Inventory Then Enable Cheat Next + ADD Then Buy Get Max Space ]

      - Health Max

      - DMG Unlimited

      - Speed Movement

      - Ammo Max

      - No Reload

      - Enemy Freeze

      - Wall Hack [ Move Anywhere ]

      Note:- Don"t Abuse The Hack Maybe Banned I'M Not Responsible 


      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/
      • 30 replies
    • Rumble Bag Fight: Legend Games v1.4.1 [ +10 Jailed ] Currency Max
      Modded/Hacked App: Rumble Bag: backpack battle By HappyTapLand Technology Co., Ltd.
      Bundle ID: com.defense.fight.merge.rumble.bag.game
      iTunes Store Link: https://apps.apple.com/us/app/rumble-bag-backpack-battle/id6547851442?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:

      - ADS No [ Free Rewards ]

      - ViP Active [ Check Store ]

      - Currency

      - Recourses

      - Weapon Unlocked

      - Ability Take All Unlimited

      - Ability Refresh Unlimited

      - Merge Anything Weapons [ Max LvL 5 Merging Above Disable Weapons ] 

      - Always Last Wave [Before Enter The Battle ]

      - DMG [ Merge Weapons ]
      • 17 replies
    • Rumble Bag Fight: Legend Games v1.4.1 [ +10 Cheats ] Currency Max
      Modded/Hacked App: Rumble Bag: backpack battle By HappyTapLand Technology Co., Ltd.
      Bundle ID: com.defense.fight.merge.rumble.bag.game
      iTunes Store Link: https://apps.apple.com/us/app/rumble-bag-backpack-battle/id6547851442?uo=4


      Hack Features:
      - ADS No [ Free Rewards ]

      - ViP Active [ Check Store ]

      - Currency

      - Recourses

      - Weapon Unlocked

      - Ability Take All Unlimited

      - Ability Refresh Unlimited

      - Merge Anything Weapons [ Max LvL 5 Merging Above Disable Weapons ] 

      - Always Last Wave [Before Enter The Battle ]

      - DMG [ Merge Weapons ]
        • Winner
      • 18 replies
    • Dragon Village Survival v1.120 [ +9 Cheats ] Never Die
      Modded/Hacked App: Dragon Survival By Alchemist Games Inc
      Bundle ID: com.alchemist.games.dvs
      iTunes Store Link: https://apps.apple.com/us/app/dragon-survival/id6453701946?uo=4


      Hack Features:
      - No ADS

      - Never Die

      - DMG

      - Max Ammo

      - Pick Up Range [ Enter The Game Then Use ]

      - Movement Speed

      - Enemy No Limit 

      - Fire Radius

      - Max Revive 


      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/
        • Haha
      • 100 replies
    • Dragon Survival v1.120 [ +9 Jailed ] Never Die
      Modded/Hacked App: Dragon Survival By Alchemist Games Inc
      Bundle ID: com.alchemist.games.dvs
      iTunes Store Link: https://apps.apple.com/us/app/dragon-survival/id6453701946?uo=4


      Hack Features:
      - No ADS [ Rewards Free]

      - Immortal

      - Damage

      - Ammo

      - Pick Up Range

      - Movement Speed

      - Enemy No Limit

      - Revive

      - Fire Radius


      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/
      • 28 replies
    • Friends Adventure Match v3.5.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Friends Adventure Match By NARCADE TEKNOLOJI ANONIM SIRKETI
      Bundle ID: com.nar.FriendsMatch
      iTunes Store Link: https://apps.apple.com/us/app/friends-adventure-match/id6479395668?uo=4

       

      Hack Features

      - Coins [ Win Match ]

      - Lives

      - Stars

      - Booster

      - Moves


      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/

       

      iOS Hack Download Link


      Hidden Content

      Download Hack
      • 4 replies
    • Friends Adventure Match v3.5.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Friends Adventure Match By NARCADE TEKNOLOJI ANONIM SIRKETI
      Bundle ID: com.nar.FriendsMatch
      iTunes Store Link: https://apps.apple.com/us/app/friends-adventure-match/id6479395668?uo=4

       

       

      Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      Hack Features

      - Coins [ Win Match ]

      - Lives

      - Stars

      - Booster

      - Moves


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/

       

      iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 4 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