Jump to content

43 posts in this topic

Recommended Posts

Posted
1 hour ago, Batch said:

Dobby will not work on non jailbreak. 

For hooks just use breakpoints from my library, that's it

what do you mean by your library? you mean the libspecter?

Posted
47 minutes ago, A1XEN said:

what do you mean by your library? you mean the libspecter?

Yes, the other library replace the binary code, that is not allowed into non jailbreak

Posted
1 minute ago, Batch said:

Yes, the other library replace the binary code, that is not allowed into non jailbreak

do i just get the specter.h and arm64/libspecter.a files from the repository and put it inside silentpwn Lib?

Posted
51 minutes ago, Batch said:

Yes, the other library replace the binary code, that is not allowed into non jailbreak

So this part of specter.h is the only thing i could use? ‘cause it doesnt change any values and binaries ‘cause its only possible on jailbroken? right?

***

 * Hardware Breakpoint API  (max 6 concurrent on ARM64, iOS only)
 *
 * Breakpoints redirect execution via Mach exception handling —
 * no code is modified at the target address.
 *  */
#if TARGET_OS_IOS

/** Install hardware breakpoint hook at image-relative RVA. */
int32_t mem_brk_install(uintptr_t rva,
                        uintptr_t replacement,
                        uint64_t *handle_out);

/** Install hardware breakpoint hook at absolute address. */
int32_t mem_brk_install_at(uintptr_t target,
                           uintptr_t replacement,
                           uint64_t *handle_out);

/** Remove breakpoint by handle. */
int32_t mem_brk_remove(uint64_t handle);

/** Remove breakpoint by target address. */
int32_t mem_brk_remove_at(uintptr_t target);

/** Return the absolute target address watched by a breakpoint handle. */
int32_t mem_brk_target(uint64_t handle,
                       uintptr_t *target_out);

/** Disable hardware breakpoint hooks on the current thread.
 *
 * Use immediately before calling the original function for a breakpoint hook
 * to avoid recursively entering the replacement.
 */
int32_t mem_brk_suspend_self(void);

/** Re-enable hardware breakpoint hooks on the current thread. */
int32_t mem_brk_resume_self(void);

/** Number of currently active hardware breakpoints. */
int32_t mem_brk_active_count(void);

/** Maximum hardware breakpoints supported on this device (typically 6). */
int32_t mem_brk_max_breakpoints(void);

#endif /* TARGET_OS_IOS */
 

 

 

Posted
3 hours ago, A1XEN said:

do i just get the specter.h and arm64/libspecter.a files from the repository and put it inside silentpwn Lib?

Ye in the makefile

Posted
19 hours ago, Batch said:

Ye in the makefile

can i still use silentPwn&libspecter using only vanilla/standar theos? and not Theos-Jailed?

Posted
30 minutes ago, A1XEN said:

can i still use silentPwn&libspecter using only vanilla/standar theos? and not Theos-Jailed?

Yes use standard theos and silenPwn and libspecter. Just add libspecter .a into makefile and then import the header file.

  • Like 1
Posted
56 minutes ago, Batch said:

Yes use standard theos and silenPwn and libspecter. Just add libspecter .a into makefile and then import the header file.

ill do it tomorrow sir, btw can i ask if you,laxus,puddin and other devs make cheats using only breakpoints for jailed devices too?

Posted
34 minutes ago, A1XEN said:

ill do it tomorrow sir, btw can i ask if you,laxus,puddin and other devs make cheats using only breakpoints for jailed devices too?

No we use igmenu that has a special method in it

Posted
On 5/31/2026 at 10:47 PM, Batch said:

No we use igmenu that has a special method in it

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

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

    • Idle Squad Tactics v1.11 [ +2 Jailed ] Currency Enough
      Modded/Hacked App: Idle Squad Tactics By MAD PIXEL GAMES LTD
      Bundle ID: idle.squad.tactics
      App Store Link: https://apps.apple.com/us/app/idle-squad-tactics/id6785421373?uo=4

      🤩 Hack Features

      - Currency Enough
      - Currency Freeze
        • Winner
        • Like
      • 4 replies
    • Idle Squad Tactics v1.11 [ +2 Cheats ] Currency Enough
      Modded/Hacked App: Idle Squad Tactics By MAD PIXEL GAMES LTD
      Bundle ID: idle.squad.tactics
      App Store Link: https://apps.apple.com/us/app/idle-squad-tactics/id6785421373?uo=4

      🤩 Hack Features

      - Currency Enough
      - Currency Freeze
        • Like
      • 2 replies
    • Tiny Bookshop +2 Jailed Cheats [ Full Game Unlocked ]
      Modded/Hacked App: Tiny Bookshop By Skystone Games Inc.
      Bundle ID: com.neoludic.tbs
      App Store Link: https://apps.apple.com/us/app/tiny-bookshop/id6766267906?uo=4

       

      🤩 Hack Features

      - Unlimited Money & Books -> Earn or spend some.
      -- Full Game Unlocked
        • Winner
        • Like
      • 3 replies
    • ZakuzakuSlash +5 Mods [ Damage & Defence ]
      Mod APK Game Name: ZakuzakuSlash By nekosuko
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=jp.nekosuko.zakuzakuslash

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - XP Multiplier
      - Unlimited Gold -> Will increase instead of decrease.
      • 0 replies
    • Gun and Girls : Gunner Maker +10 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Gun and Girls : Gunner Maker By MouseDuck Co., Ltd.
      Bundle ID: com.mouseduck.gungame
      App Store Link: https://apps.apple.com/us/app/gun-and-girls-gunner-maker/id1587842780?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiploer
      - God Mode
      - Monster Count Modifier

      VIP
      - Add Gold
      - Add Diamonds
      - Add Shell Casings
      - Add Event Currency
      - Unlock All Skills
      - Unlock All Costumes
        • Like
      • 3 replies
    • Undying Hero: Idle RPG +3 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: Undying Hero: Idle RPG By SUPERBOX. Inc
      Bundle ID: com.superpixel.undyinghero
      App Store Link: https://apps.apple.com/us/app/undying-hero-idle-rpg/id6758293735?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - One-Hit Kill
      - Freeze Currencies
        • Informative
        • Agree
        • Thanks
        • Like
      • 11 replies
    • Real Survival: Not Fake v1.0.1 [ +5 APK MOD ] Currency Max
      Mod APK Game Name: Real Survival: Not Fake
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.devdop.realsurvivalnotfake

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Wood
      - Unlimited Meet
        • Informative
      • 2 replies
    • Real Survival: Not Fake v1.1.0 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Real Survival: Not Fake By Dan Lespect
      Bundle ID: com.devdop.realsurvivalnotfake
      App Store Link: https://apps.apple.com/us/app/real-survival-not-fake/id6777072156?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

      - Auto ADS No
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Wood
      - Unlimited Meet

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
        • Like
      • 3 replies
    • Real Survival: Not Fake v1.1.0 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Real Survival: Not Fake By Dan Lespect
      Bundle ID: com.devdop.realsurvivalnotfake
      App Store Link: https://apps.apple.com/us/app/real-survival-not-fake/id6777072156?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Wood
      - Unlimited Meet
        • Like
      • 8 replies
    • 거너거너 Guner Guner v1.0.1 [ +2 APK MOD ] ATK MAX
      Mod APK Game Name: 거너거너 Guner Guner
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.brightdawn.android.gngn

      🤩 Hack Features

      - HP MAX
      - ATK MAX
      • 0 replies
    • 거너거너 Guner Guner v1.0 [ +2 Cheats ] ATK MAX
      Modded/Hacked App: 거너거너 Guner Guner By Brightdawn Inc.
      Bundle ID: com.brightdawn.ios.gngn
      App Store Link: https://apps.apple.com/kr/app/%EA%B1%B0%EB%84%88%EA%B1%B0%EB%84%88/id6777852933?uo=4

      🤩 Hack Features

      - HP MAX
      - ATK MAX
      • 1 reply
    • 거너거너 Guner Guner v1.0 [ +2 Jailed ] ATK MAX
      Modded/Hacked App: 거너거너 Guner Guner By Brightdawn Inc.
      Bundle ID: com.brightdawn.ios.gngn
      App Store Link: https://apps.apple.com/kr/app/%EA%B1%B0%EB%84%88%EA%B1%B0%EB%84%88/id6777852933?uo=4
      🤩 Hack Features

      - HP MAX
      - ATK MAX
        • Like
      • 2 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