Jump to content

43 posts in this topic

Recommended Posts

Posted
On 6/2/2026 at 3:31 PM, A1XEN said:

yo @Batch i did this

#include <mach/arm/thread_status.h>

uint64_t canBuyHandle = 0;
uint64_t gemsHandle = 0;

void specter_CanBuy_Handler(void *ctx) {
    arm_thread_state64_t *regs = (arm_thread_state64_t *)ctx;
    mem_brk_suspend_self();
    
    if (menu && [menu getToggleValue:0 withTitle:@"Always Buy"]) {
        regs->__x[0] = 1; // Force return TRUE
    }
    
    mem_brk_resume_self();
}

void specter_AddOrRemoveGems_Handler(void *ctx) {
    arm_thread_state64_t *regs = (arm_thread_state64_t *)ctx;
    mem_brk_suspend_self();
    
    if (menu && [menu getToggleValue:0 withTitle:@"Infinite Gems"]) {
        // Always force the gem transaction to be a massive gain
        regs->__x[1] = 999999;
    }
    
    mem_brk_resume_self();
}
 

void hooks() {
    
    
    uintptr_t base = 0;
        int32_t initStatus = mem_init("UnityFramework", &base);
        
        if (initStatus == MEM_OK) {
            // Install Breakpoints
            // Remember to clean your build (make clean) before running this
            mem_brk_install(0xDA4D70, (uintptr_t)specter_CanBuy_Handler, &canBuyHandle);
            mem_brk_install(0xDA7F50, (uintptr_t)specter_AddOrRemoveGems_Handler, &gemsHandle);
            
            NSLog(@"[SilentPwn] Hardware Breakpoints deployed.");
        } else {
            NSLog(@"[SilentPwn] Error: mem_init failed with code: %d", initStatus);
        }

 

 

it kinda work because the game dint crash at startup the menu loaded, but they dont work, one of the hook (canBuy) crashes the game after 10seconds after toggling, and also it disabled me from buying anything, know this is maybe because of my callback code i may be hooked a wrong instructions,

 

but i wanna ask if i could directly apply a hex value to it as the callback of the breakpoint since i think that is how i made it to work using iGG

Sorry didn't saw the message! It won't work because you used wrong return i guess and why "arm_thread_state64_t *regs = (arm_thread_state64_t *)ctx;"? 

Try this, if no work can you please send the method from dump.cs?

 

uint64_t canBuyHandle = 0;
uint64_t gemsHandle = 0;

bool specter_CanBuy_Handler(void *ctx) {
    mem_brk_suspend_self();
    
    if (menu && [menu getToggleValue:0 withTitle:@"Always Buy"]) {
        return true;
    }
    
    mem_brk_resume_self();
}

int specter_AddOrRemoveGems_Handler(void *ctx) {
    mem_brk_suspend_self();
    
    if (menu && [menu getToggleValue:0 withTitle:@"Infinite Gems"]) {
        // Always force the gem transaction to be a massive gain
        return 999999;
    }
    
    mem_brk_resume_self();
}


 

Posted
uint64_t canBuyHandle = 0;
  uint64_t gemsHandle = 0;

  using CanBuy_t = bool (*)(void *self);
  using AddOrRemoveGems_t = int (*)(void *self, int amount);

  static CanBuy_t orig_CanBuy = nullptr;
  static AddOrRemoveGems_t orig_AddOrRemoveGems = nullptr;

  bool specter_CanBuy_Handler(void *self) {
      if (menu && [menu getToggleValue:0 withTitle:@"Always Buy"]) {
          return true;
      }

      bool result = false;

      if (orig_CanBuy) {
          mem_brk_suspend_self();
          result = orig_CanBuy(self);
          mem_brk_resume_self();
      }

      return result;
  }

  int specter_AddOrRemoveGems_Handler(void *self, int amount) {
      if (menu && [menu getToggleValue:0 withTitle:@"Infinite Gems"]) {
          amount = 999999;
      }

      int result = 0;

      if (orig_AddOrRemoveGems) {
          mem_brk_suspend_self();
          result = orig_AddOrRemoveGems(self, amount);
          mem_brk_resume_self();
      }

      return result;
  }

  void hooks() {
      uintptr_t base = 0;
      int32_t initStatus = mem_init("UnityFramework", &base);

      if (initStatus == MEM_OK) {
          mem_brk_install(0xDA4D70, (uintptr_t)specter_CanBuy_Handler, &canBuyHandle);
          mem_brk_install(0xDA7F50, (uintptr_t)specter_AddOrRemoveGems_Handler, &gemsHandle);

          uintptr_t canBuyTarget = 0;
          uintptr_t gemsTarget = 0;

          mem_brk_target(canBuyHandle, &canBuyTarget);
          mem_brk_target(gemsHandle, &gemsTarget);

          orig_CanBuy = (CanBuy_t)canBuyTarget;
          orig_AddOrRemoveGems = (AddOrRemoveGems_t)gemsTarget;

          NSLog(@"[SilentPwn] Hardware Breakpoints deployed.");
      } else {
          NSLog(@"[SilentPwn] Error: mem_init failed with code: %d", initStatus);
      }
  }

 

Try this one, full code, ignore the other message

Posted
1 hour ago, Batch said:

 

Try this one, full code, ignore the other message

alr, ill try this one when i get home, im at my class rn:)

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

    • Triple Match 3D +3 Jailed Cheats [ Unlimited Coins ]
      Modded/Hacked App: Triple Match 3D By Boombox Games LTD
      Bundle ID: net.master.triple.3d.find
      App Store Link: https://apps.apple.com/us/app/triple-match-3d/id1607122287?uo=4

       


      🤩 Hack Features

      - Unlimited Coins
      - Freeze Lives
      - Unlimited Boosters
      • 0 replies
    • Phantom City +1 Jailed Cheat [ O-HK ]
      Modded/Hacked App: Phantom City By TAILORMADEGAMES
      Bundle ID: com.tailormadegames.city
      App Store Link: https://apps.apple.com/us/app/phantom-city/id6477560931?uo=4

       


      🤩 Hack Features

      - One-Hit Kill
      • 8 replies
    • Category Sort v0.8.2 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Category Sort By Lion Studios Plus LLC
      Bundle ID: com.onederfullgames.categorysort
      App Store Link: https://apps.apple.com/us/app/category-sort/id6758512068?uo=4

      🤩 Hack Features

      - Auto Ads No
      - Unlimited Coins
      - Coins Freeze
      - Booster Enough / No Need Coins
      - Moves Freeze
      • 0 replies
    • Category Sort v0.8.2 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Category Sort By Lion Studios Plus LLC
      Bundle ID: com.onederfullgames.categorysort
      App Store Link: https://apps.apple.com/us/app/category-sort/id6758512068?uo=4

      🤩 Hack Features

      - Auto Ads No
      - Unlimited Coins
      - Coins Freeze
      - Booster Enough / No Need Coins
      - Moves Freeze
      • 0 replies
    • Fortunes of Battle +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Fortunes of Battle By Short Circuit Studios AB
      Bundle ID: com.ShortCircuitStudio.FortunesOfBattle
      App Store Link: https://apps.apple.com/us/app/fortunes-of-battle/id6464591535?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Coins -> Earn some.
      -- Full Game Unlocked
      • 0 replies
    • Tiki Solitaire TriPeaks +1 Mod [ Unlimited Coins ]
      Mod APK Game Name: Tiki Solitaire TriPeaks By Scopely
      Rooted Device: Not Required.
      Google Play Store Link: 

       

      🤩 Hack Features

      - Unlimited Coins -> Earn some.
      • 1 reply
    • Tiki Solitaire TriPeaks +1 Jailed Cheat [ Unlimited Coins ]
      Modded/Hacked App: Tiki Solitaire TriPeaks By Scopely, Inc.
      Bundle ID: com.gsn.ios.tripeaks2
      iTunes Store Link: https://apps.apple.com/us/app/tiki-solitaire-tripeaks/id892521917
       

      Hack Features:
      - Unlimited Coins -> Earn some.


      Jailbreak required hack(s): https://iosgods.com/topic/171287-tiki-solitaire-tripeaks-all-versions-1-cheat-unlimited-coins/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 26 replies
    • Last Hero: Top-down Shooter +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Last Hero: Top-down Shooter By ITPINI OU
      Bundle ID: com.pridegames.risenhero
      iTunes Store Link: https://apps.apple.com/us/app/last-hero-top-down-shooter/id6670430912?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

      - Unlimited Currencies & Resources -> Will increase instead of decrease.
      - God Mode
      - One-Hit Kill
      -- No Ads


      Jailbreak required iOS hacks: [Mod Menu Hack] Last Hero: Top-down Shooter v2.0 +4 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 10 replies
    • Goodwill Tiles: Match & Rescue +1 Jailed Cheat [ Debug Menu ]
      Modded/Hacked App: Goodwill Tiles: Match & Rescue By libra teknoloji anonim sirketi
      Bundle ID: com.librasoftworks.tilematch
      iTunes Store Link: https://apps.apple.com/us/app/goodwill-tiles-match-rescue/id6717585856?uo=4

       


      🤩 Hack Features

      - Debug Menu -> Head to Settings and toggle the Contact Us button. Restart the game to close the menu.
      • 1 reply
    • Air Life: Aviation Tycoon +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Air Life: Aviation Tycoon By Alphaquest Games LTDA
      Bundle ID: com.alphaquest.airlife
      iTunes Store Link: https://apps.apple.com/us/app/air-life-aviation-tycoon/id6502298994?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.
      - Free In-App Purchases -> Toggle via iGMenu.


      Jailbreak required hack(s): [Mod Menu Hack] Air Life: Aviation Tycoon v1.2.2 +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/
      • 15 replies
    • Catacomb Crawlers +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Catacomb Crawlers By Emeroth Fintech Studio SRL
      Bundle ID: com.Emeroth-Studios.Catacomb-Crawlers
      iTunes Store Link: https://apps.apple.com/us/app/catacomb-crawlers/id6502052776?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier


      Jailbreak required hack(s): [Mod Menu Hack] Catacomb Crawlers v1.023 +2 Cheats [ Damage & Defence ] - 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/
      • 15 replies
    • Pet Pal Paw +2++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Pet Pal Paw By Yidian Brighten Network Technology Co., Ltd.
      Bundle ID: com.widgetpet.triplematch3d
      iTunes Store Link: https://apps.apple.com/us/app/pet-pal-paw/id6474220984?uo=4

       


      🚀 Hack Features

      - Debug Menu -> Tap on Settings.


      🍏 Jailbreak iOS hacks: [Mod Menu Hack] Pet Pal Paw v4.2 +2++ Cheats [ Debug Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 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