Jump to content

35 posts in this topic

Recommended Posts

Posted
On 9/18/2024 at 10:58 PM, ljm625 said:

Thanks for the tutorial and the menu template.

I faced below error when executing "make", and it fails, is it because that I am on 15.0? Thanks!

==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
> Making all for tweak SpiritMenu…
==> Compiling Button.mm (arm64)…
In file included from Button.mm:1:
In file included from ./include.h:18:
./5Toubun/dobby.h:9:1: error: import of C++ module 'std_stdint_h' appears within extern "C" language linkage specification [-Wmodule-import-in-extern-c]
    9 | #include <stdint.h>
      | ^
./5Toubun/dobby.h:5:1: note: extern "C" language linkage specification begins here
    5 | extern "C" {
      | ^
1 error generated.
make[3]: *** [/Users/jiamingli/iOS_patches/SpiritMenu/.theos/obj/arm64/Button.mm.1c703da5.o] Error 1
make[2]: *** [/Users/jiamingli/iOS_patches/SpiritMenu/.theos/obj/arm64/SpiritMenu.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [SpiritMenu.all.tweak.variables] Error 2

Update: I added -Wno-module-import-in-extern-c in Makefile $(TWEAK_NAME)_CFLAGS and it went through, not sure if this is the right way

 

2 hours ago, Batch said:

Yes, but you need to update the memory to use https://github.com/Batchhh/libspecter, you can figure it out the rest

ye i tried doing so, i edited the my patches in  patch() and used the libspecter function:

SpecterWriteMemory

But i had an error while compiling, maybe i did something wrong linking

my ai even said:

The output from ⁠nm⁠ is very revealing. Your ⁠libspecter.a⁠ file is not a C++ library—it is a Rust library.

The error message ⁠Producer: 'LLVM...rust-1.95.0-stable'⁠ and the file names containing ⁠-cgu.0.rcgu.o⁠ are signatures of compiled Rust code. Because Rust and C++ handle symbols, memory, and calling conventions differently, your C++ compiler (Clang) doesn't know how to "talk" to that binary file directly.

 

it said that i should just use the native function pre-made/include in SilentPwn, 

but im not sure if it will work in jailed devices thats why i wanna know if you have a tutorial how to link libspecter properly with Silentpwn 🙏

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Posted

You just need to link to the makefile and import the header file and just call that functions instead. Also patch won't ever work on jailed.

Just use breakpoints and treat them as hooks, i don't think it's that difficult

Posted
On 5/23/2026 at 11:10 PM, Batch said:

You just need to link to the makefile and import the header file and just call that functions instead. Also patch won't ever work on jailed.

Just use breakpoints and treat them as hooks, i don't think it's that difficult

i had a time to do it, and im sure i did everything right linking libspecter, i only remove substrate dependencies on your codes and still it crashes on start up (i extracted the dylib inside the deb file after compilation) and then injected it using sideloadly Cydia substrate, substitute, sideload spoofer, All off, and nope it still crashes, the crazy part is i havent even addrd any patches hooks anything in it just bare menu, and it wont open , i really dk how yall making tweaks for jailed and manage it to actually startup without crashing😭 @Batch @Rook

Posted
2 hours ago, A1XEN said:

i had a time to do it, and im sure i did everything right linking libspecter, i only remove substrate dependencies on your codes and still it crashes on start up (i extracted the dylib inside the deb file after compilation) and then injected it using sideloadly Cydia substrate, substitute, sideload spoofer, All off, and nope it still crashes, the crazy part is i havent even addrd any patches hooks anything in it just bare menu, and it wont open , i really dk how yall making tweaks for jailed and manage it to actually startup without crashing😭 @Batch @Rook

Don't inject anything else just your .deb!!!

Posted
10 hours ago, Batch said:

Don't inject anything else just your .deb!!!

so i wont extract the dylib from the deb file?

Posted

 

10 hours ago, Batch said:

Don't inject anything else just your .deb!!!

i tried it it worked the menu loaded now um going to try adding some hookings if it works 

 

Posted
20 hours ago, Batch said:

Don't inject anything else just your .deb!!!

so much thing happend today, bro, the menu loaded fine (without any tweaks) (.deb)

 

now when i use dobby.h and Resolver.hpp (yk that u made it) to make a hook on a function i found using il2cppdumper (dump.cs) but when i inject it and tried it crashes (without cydia substrate) and when i added cydia substrate, it finally launch the game, BUT as soon as the modmenu loaded the game crashes instantly 

 

i removed every cydia substrate dependencies on makefile but still asking for cydia substrate framework

when i ask ai, some says i should use dobby, and the other one says use MsHook/logos(ik it wont work on jailed)

@Batch im sorry for disturbance:(

 

 

20 hours ago, Batch said:

Don't inject anything else just your .deb!!!

do you wanna see whole code on tweak.mm?

Posted
7 minutes ago, A1XEN said:

so much thing happend today, bro, the menu loaded fine (without any tweaks) (.deb)

 

now when i use dobby.h and Resolver.hpp (yk that u made it) to make a hook on a function i found using il2cppdumper (dump.cs) but when i inject it and tried it crashes (without cydia substrate) and when i added cydia substrate, it finally launch the game, BUT as soon as the modmenu loaded the game crashes instantly 

 

i removed every cydia substrate dependencies on makefile but still asking for cydia substrate framework

when i ask ai, some says i should use dobby, and the other one says use MsHook/logos(ik it wont work on jailed)

@Batch im sorry for disturbance:(

 

 

do you wanna see whole code on tweak.mm?

Please help @Rook @Laxus @Puddin

teach me pls

Posted
1 hour ago, A1XEN said:

so much thing happend today, bro, the menu loaded fine (without any tweaks) (.deb)

 

now when i use dobby.h and Resolver.hpp (yk that u made it) to make a hook on a function i found using il2cppdumper (dump.cs) but when i inject it and tried it crashes (without cydia substrate) and when i added cydia substrate, it finally launch the game, BUT as soon as the modmenu loaded the game crashes instantly 

 

i removed every cydia substrate dependencies on makefile but still asking for cydia substrate framework

when i ask ai, some says i should use dobby, and the other one says use MsHook/logos(ik it wont work on jailed)

@Batch im sorry for disturbance:(

 

 

do you wanna see whole code on tweak.mm?

Dobby will not work on non jailbreak. 

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

Posted
17 minutes ago, Batch said:

Dobby will not work on non jailbreak. 

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

why ai says dobby is good for non jb

how about kittymemory? its installed in your library too

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

    • Hill Climb Racing 3 +1++ Mod [ Freeze Currencies ]
      Mod APK Game Name: Hill Climb Racing 3 By Fingersoft
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.fingersoft.hillclimbracing3

       

      🤩 Hack Features

      - Freeze Currencies
      • 1 reply
    • Coin Summoner: Coin Pusher RPG +3++ Mods [ Unlimited Everything ]
      Mod APK Game Name: Coin Summoner: Coin Pusher RPG By POMENEST STUDIO
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.pomenest.coinsummoner

       

      🤩 Hack Features

      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Gems -> Will increase instead of decrease.
      - Unlimited Items -> Will increase instead of decrease.
      • 0 replies
    • Coin Summoner: Coin Pusher RPG +3++ Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Coin Summoner: Coin Pusher RPG By POMENEST STUDIO
      Bundle ID: com.pomenest.coinsummoner
      App Store Link: https://apps.apple.com/us/app/coin-summoner-coin-pusher-rpg/id6762540963?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Gems -> Will increase instead of decrease.
      - Unlimited Items -> Will increase instead of decrease.
      • 2 replies
    • My Sticker Room - Decor Game v1.4.2 [ +3 Cheats ] Currency Max
      Modded/Hacked App: My Sticker Room - Decor Game By SayGames LTD
      Bundle ID: com.playstrom.my.sticker.room
      App Store Link: https://apps.apple.com/us/app/my-sticker-room-decor-game/id6743738094?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Unlimited Gems / Use & Earn
      - Unlimited Coins / Use & Earn
      - Unlimited Skip Ticker / Use & Earn
      • 0 replies
    • My Sticker Room - Decor Game v1.4.2 [ +3 Jailed ] Currency Max
      Modded/Hacked App: My Sticker Room - Decor Game By SayGames LTD
      Bundle ID: com.playstrom.my.sticker.room
      App Store Link: https://apps.apple.com/us/app/my-sticker-room-decor-game/id6743738094?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Unlimited Gems / Use & Earn
      - Unlimited Coins / Use & Earn
      - Unlimited Skip Ticker / Use & Earn
      • 1 reply
    • Arrows – Puzzle Escape v0.18.0 [ +1 APK MOD ] Lives Max
      Mod APK Game Name: Arrows – Puzzle Escape
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ecffri.arrows&hl=en

       

      🤩 Hack Features

      Pre Activated Just Login
      - Max Lives

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS 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.
      • 1 reply
    • Arrows – Puzzle Escape v0.18.1 [ +1 Cheats ] Lives Max
      Modded/Hacked App: Arrows – Puzzle Escape By Lessmore GmbH
      Bundle ID: com.ecffri.arrows
      App Store Link: https://apps.apple.com/us/app/arrows-puzzle-escape/id6748397500?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

      - Max Lives

       

      ⬇️ 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.
      • 0 replies
    • Arrows – Puzzle Escape v0.18.1 [ +1 Jailed ] Lives Max
      Modded/Hacked App: Arrows – Puzzle Escape By Lessmore GmbH
      Bundle ID: com.ecffri.arrows
      App Store Link: https://apps.apple.com/us/app/arrows-puzzle-escape/id6748397500?uo=4

      🤩 Hack Features

      - Max Lives
      • 1 reply
    • Survival point: Epic Adventure +8 Cheats
      Mod APK Game Name: Survival point: Epic Adventure
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.teslagamesglobal.survivalist

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Unlimited Durability
      - Exp Multiplier
      - Unlimited Items From Mail
      - Gold Freeze
      - Freeze Skills
      - Can Craft Anything

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS 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.
      • 0 replies
    • Blitz: Rise of Heroes +2 Cheats
      Mod APK Game Name: Blitz: Rise of Heroes By WhaleApp LTD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.whaleapp.blitz.rise.heroes.idle.rpg.battle

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS 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.
      • 0 replies
    • Touhou LostWord +3 Cheats
      Mod APK Game Name: Touhou LostWord By GOOD SMILE COMPANY, INC.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=jp.goodsmile.touhoulostwordglobal_android

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Never Die

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS 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.
      • 0 replies
    • Slime Rancher +19 Jailed Cheats [ Currency, Spawn Items, No Clip + More! ]
      Modded/Hacked App: Slime Rancher By Playdigious
      Bundle ID: com.playdigious.slimerancher
      App Store Link: https://apps.apple.com/us/app/slime-rancher/id6758201392?uo=4

       


      🤩 Hack Features

      - Unlimited Health
      - Unlimited Energy
      - Set Money Amount
      - Add Money Amount
      - Set Keys Amount
      - Add Keys Amount
      - No Clip -> Fly and walk through walls.
      - Pause World Time
      - Sleepwalk
      - Set World Time Amount
      - Add World Minutes Amount
      - Spawn Item ID -> For a whole list of Item ID's, go here.
      - Spawn Item Count
      - Give Item to Inventory Slot
      - Refill Items
      - Unlock Upgrades
      - Reset Upgrades
      - Unlock Maps
      - Unlock Progress
      • 11 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