-
Posts
1,805 -
Joined
-
Last visited
Batch's Achievements
-
Forward Assault iOS Mod IPA
Batch replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
Updated and added more features. -
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
-
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(); }
-
Mod APK Game Name: Minetap – Merge rpg clicker Rooted Device: Not Required. Google Play Store Link: https://play.google.com/store/apps/details?id=com.mvgamesteam.minetap 🤩 Hack Features - High Damage - Damage Value slider - Force Chest Spawns (Mystery Chest & Rewarded Chests) - Premium Islands unlocked - Active Subscription unlocked - Unlimited Emeralds (spend some) - Unlimited Energy(spend some) - Unlimited Blocks(spend some) - Unlimited Goods(spend some) - Always Active Boosts ⬇️ Android Mod APK Download Link [Hidden Content] 📖 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 - Batch 📷 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.
-
Modded/Hacked App: Minetap Craft Idle Mine Tycoon By Geeky House FZ-LLC Bundle ID: com.geekyhouse.minetap App Store Link: https://apps.apple.com/us/app/minetap-craft-idle-mine-tycoon/id1586010656?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 - High Damage - Damage Value slider - Force Chest Spawns (Mystery Chest & Rewarded Chests) - Premium Islands unlocked - Active Subscription unlocked - Unlimited Emeralds (spend some) - Unlimited Energy(spend some) - Unlimited Blocks(spend some) - Unlimited Goods(spend some) - Always Active Boosts ⬇️ iOS Hack Download IPA Link [Hidden Content] 📖 PC Installation Instructions STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example. STEP 2: Download Sideloadly and install it on your Windows or Mac. STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly. STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application. STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information. STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below. STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. 🙌 Credits - Batch 📷 Cheat Video/Screenshots N/A
-
- 1
-
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
No we use igmenu that has a special method in it
-
Yes use standard theos and silenPwn and libspecter. Just add libspecter .a into makefile and then import the header file.
-
Ye in the makefile
-
Yes, the other library replace the binary code, that is not allowed into non jailbreak
-
Dobby will not work on non jailbreak. For hooks just use breakpoints from my library, that's it
-
Ye seems the auto update failed something! now investigating!
- 58 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
Mmmh interesting! will look into this, btw to lift the ban use igg "app reset & spoof", it will lift your device ban and just create a new account
- 58 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
Don't inject anything else just your .deb!!!
-
They changed that, now player position is only revealed if they are near something, so it's not always on, it's a server side thing
- 58 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with: