Jump to content

202 posts in this topic

Recommended Posts

Posted

@_v4 Please make the security stronger against this type of hack, as my first account was banned, and when I created a second account, it was also banned immediately. Therefore, please make the security stronger if possible.

Posted (edited)

@_v4 This code can be used within the game to add protection, making it difficult to detect because it spoofs system files.

1. The Core Tweak File (Tweak.xm)
This file contains the reverse engineering logic, memory patching, and system call hooking

#include <substrate.h>
#include <mach-o/dyld.h>
#include <string>
#include <sys/stat.h>
#include <dlfcn.h>

/**
 * [STAGE 1] ASLR Dynamic Resolver
 * Purpose: Calculates the absolute memory address of the game process 
 * to bypass Address Space Layout Randomization.
 */
uintptr_t get_BaseAddress() {
    return (uintptr_t)_dyld_get_image_header(0);
}

/**
 * [STAGE 2] Anti-Integrity Memory Patching
 * Purpose: Directly modifies the CPU instructions of the Anti-Cheat's 
 * detection function to force a "Success/Clean" return status.
 */
void apply_DeepSecurityPatch() {
    uintptr_t base = get_BaseAddress();
    
    // IMPORTANT: Replace 0x1A2B3C with the actual Offset 
    // found via IDA Pro analysis of the Game Framework.
    uintptr_t target_function = base + 0x1A2B3C; 

    // ARM64 Assembly: MOV X0, #1 (Success) followed by RET (Return)
    // Opcodes: 0x200080D2 (MOV) and 0xC0035FD6 (RET)
    uint8_t opcodes[] = {0x20, 0x00, 0x80, 0xD2, 0xC0, 0x03, 0x5F, 0xD6}; 
    
    MSHookMemory((void *)target_function, opcodes, sizeof(opcodes));
}

/**
 * [STAGE 3] Jailbreak Stealth (Path Masking)
 * Purpose: Hooks the 'lstat' system call to hide specific directories 
 * and files associated with Jailbreak tools (Cydia, Sileo, Substrate).
 */
int (*old_lstat)(const char *path, struct stat *buf);
int new_lstat(const char *path, struct stat *buf) {
    if (path && (strstr(path, "Cydia") || strstr(path, "Sileo") || strstr(path, "MobileSubstrate"))) {
        errno = ENOENT; // Emulate "File Not Found" error
        return -1;
    }
    return old_lstat(path, buf);
}

/**
 * [STAGE 4] Module Cloaking
 * Purpose: Prevents the game's security scanner from detecting our 
 * injected .dylib by spoofing the loaded image count.
 */
uint32_t (*old_get_count)();
uint32_t new_get_count() {
    // Hide our presence by reporting one less loaded library
    return old_get_count() - 1;
}

/**
 * [STAGE 5] Secure Constructor
 */
%ctor {
    // Delay execution by 12 seconds to ensure the 
    // game engine is fully loaded and initial scans are finished.
    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 12 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
        
        // Deploy Reverse Engineering Patches
        apply_DeepSecurityPatch();
        
        // Deploy Hooking Layers
        MSHookFunction((void *)lstat, (void *)new_lstat, (void **)&old_lstat);
        MSHookFunction((void *)_dyld_image_count, (void *)new_get_count, (void **)&old_get_count);
        
        printf("[DEBUG] Cyber-Security Project: Stealth Engine Deployed Successfully.\n");
    });
}
 

 

 

 

Updated by SaffaJS2001
  • Informative 1
Posted
18 hours ago, Server Error said:

Okay that will do am IPhone 11 IOS 26.4.2

Will the mod be safe on Main account? Cause I’d like to ply on main @_v4

 

Got banned for a month on my main on dmz, dont use it in your main. 

Posted
18 hours ago, SaffaJS2001 said:

@_v4 Please make the security stronger against this type of hack, as my first account was banned, and when I created a second account, it was also banned immediately. Therefore, please make the security stronger if possible.

It might be the app you're using to install it, because I used Esing and it always got me banned.

Posted
On 5/5/2026 at 4:06 PM, SaffaJS2001 said:

@_v4 The hack is not safe; I got banned on my main account.😭😭

Try a different installer; that might be the issue. I used to use eSing and I always got banned after 6 or 7 games, but now I haven't been banned and I've been playing since almost Bronze, and now I'm aiming for Grandmaster.

Posted
14 hours ago, DanielGames129 said:

Try a different installer; that might be the issue. I used to use eSing and I always got banned after 6 or 7 games, but now I haven't been banned and I've been playing since almost Bronze, and now I'm aiming for Grandmaster.

It does not matter what installer you using! You still getting banned! 

Posted
52 minutes ago, Taxmichael said:

It does not matter what installer you using! You still getting banned! 

I haven't been banned and I've been playing for several days now.

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 Mods [ Unlimited Coins ]
      Mod APK Game Name: Triple Match 3D By Boombox Games LTD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.master.triple3d.find

       

      🤩 Hack Features

      - Unlimited Coins
      - Freeze Lives
      - Unlimited Boosters
      • 0 replies
    • 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
      • 1 reply
    • 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
      • 2 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
×
  • 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