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

    • Zombusters v3.3.2 [ +12 APK MOD ] Currency Max
      Mod APK Game Name: Zombusters
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.lexenzolab.vs&hl=en

      🤩 Hack Features

      - Gems Freeze
      - Coin Freeze
      - Energy Freeze
      - Resources Freeze
      :::::: VIP ::::::
      - VIP Active
      - ADS NO / Rewards Free
      - Unlimited Gems
      - Unlimited Coins / Battle Drop / Patrol Rewards
      - Unlimited Energy
      - Unlimited Resources / Easy To Upgrade
      - HP MAX
      - ATK MAX
        • Like
      • 1 reply
    • Zombusters v3.3.2 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Zombusters By VOILAGAMES LTD
      Bundle ID: com.lexenzolab.vs
      App Store Link: https://apps.apple.com/us/app/zombusters/id6747124932?uo=4

      🤩 Hack Features

      - Gems Freeze
      - Coin Freeze
      - Energy Freeze
      - Resources Freeze
      :::::: VIP ::::::
      - VIP Active
      - ADS NO / Rewards Free
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      - Unlimited Resources / Easy To Upgrade
      - HP MAX
      - ATK MAX
      • 1 reply
    • Zombusters v3.3.2 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Zombusters By VOILAGAMES LTD
      Bundle ID: com.lexenzolab.vs
      App Store Link: https://apps.apple.com/us/app/zombusters/id6747124932?uo=4

      🤩 Hack Features

      - Gems Freeze
      - Coin Freeze
      - Energy Freeze
      - Resources Freeze
      :::::: VIP ::::::
      - VIP Active
      - ADS NO / Rewards Free
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      - Unlimited Resources / Easy To Upgrade
      - HP MAX
      - ATK MAX
      • 0 replies
    • Word Champion PvP word battles v0.01 [ +7 APK MOD ] Auto Win
      Mod APK Game Name: Word Champions - Word Battles
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.peoplefun.wordchamps

      🤩 Hack Features

      - Auto ADS NO
      - Auto Win
      - Merge Any Words
      - Unlimited Coins
      - Your Soccer Max 2000
      - AI Soccer 0
      - AI Can't Place Word
      • 0 replies
    • Path of Kings +32++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Path of Kings By Voodoo
      Bundle ID: com.TornadoBear.WayOfKings
      App Store Link: https://apps.apple.com/us/app/path-of-kings/id6753709030?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Debug Menu
        • Agree
        • Winner
        • Like
      • 1 reply
    • Word Champions - Word Battles v0.01 [ +7 Cheats ] Auto Win
      Modded/Hacked App: Word Champions - Word Battles By PeopleFun, Inc.
      Bundle ID: com.peoplefun.wordchamps
      App Store Link: https://apps.apple.com/us/app/word-champions-word-battles/id6779349143?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Auto Win
      - Merge Any Words
      - Unlimited Coins
      - Your Soccer Max 2000
      - AI Soccer 0
      - AI Can't Place Word
      • 1 reply
    • Word Champions - Word Battles v0.01 [ +7 Jailed ] Auto Win
      Modded/Hacked App: Word Champions - Word Battles By PeopleFun, Inc.
      Bundle ID: com.peoplefun.wordchamps
      App Store Link: https://apps.apple.com/us/app/word-champions-word-battles/id6779349143?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Auto Win
      - Merge Any Words
      - Unlimited Coins
      - Your Soccer Max 2000
      - AI Soccer 0
      - AI Can't Place Word
      • 0 replies
    • Dungeon Hunter 6 +1 Jailed Cheat [ Dumb Enemies ]
      Modded/Hacked App: Dungeon Hunter 6 By Goat Co. Ltd
      Bundle ID: com.goatgames.dhs.gb.ios
      App Store Link: https://apps.apple.com/us/app/dungeon-hunter-6/id1664335636?uo=4

       
       

      🤩 Hack Features

      - Dumb Enemies
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 68 replies
    • Idle Airplane Inc. Tycoon +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Idle Airplane Inc. Tycoon By Green Panda Games
      Bundle ID: com.gpg.airplaneinc
      iTunes Store Link: https://apps.apple.com/us/app/idle-airplane-inc-tycoon/id6445961774
       

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


      Jailbreak required hack(s): [Mod Menu Hack] Idle Airplane Inc. Tycoon ( All Versions ) +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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 82 replies
    • Mini Golf Club PvP Multiplayer +20++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Mini Golf Club PvP Multiplayer By BoomBit, Inc.
      Bundle ID: mini.golf.sports.club.games
      App Store Link: https://apps.apple.com/us/app/mini-golf-club-pvp-multiplayer/id6741755675?uo=4

       


      🤩 Hack Features

      - Debug Menu -> Head into Settings and toggle the Music slider.

      Most features probably won't work, but features like auto win, set trophies do work however. 
        • Winner
        • Like
      • 12 replies
    • Mars Survivor - Loot & Build +7 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Mars Survivor - Loot & Build By Estoty LLC
      Bundle ID: com.space.breaker.game
      iTunes Store Link: https://apps.apple.com/us/app/mars-survivor-loot-build/id6476778963?uo=4


      Hack Features:
      - Unlimited Currencies -> Earn some.
      - Unlimited Resources -> Earn some.
      - God Mode
      - One-Hit Kill
      - One-Hit w/ Tool
      - No Ads -> Head into Settings and toggle the Discord Support button. Game will crash, re-launch the game.


      Jailbreak required hack(s): [Mod Menu Hack] Mars Survivor - Loot & Build v1.1.5 +7 Cheats [ Unlimited Everything ] - 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 47 replies
    • Kitty Keep +2 Jailed Cheats [ God Mode ]
      Modded/Hacked App: Kitty Keep™ By Funovus LLC
      Bundle ID: com.funovus.wildcastle2
      iTunes Store Link: https://apps.apple.com/us/app/kitty-keep/id6476017989?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:
      - God Mode
      - Unlimited Mana -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Kitty Keep v1.1.3 +2 Cheats [ God Mode ] - 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/
        • Agree
        • Thanks
        • Winner
        • Like
      • 41 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