Jump to content

174 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

    • DRAGON BALL Z DOKKAN BATTLE Japan (ドラゴンボールZ ドッカンバトル) v6.2.5 +7 Cheats!
      Modded/Hacked App: ドラゴンボールZ ドッカンバトル By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcogames.BNGI0211
      iTunes Link: https://itunes.apple.com/jp/app/ドラゴンボールz-ドッカンバトル/id951627670


      Hack Features
      - Unlimited HP  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Damage  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Defense  -  (Put .0 at the back of your value: 1000.0)
      - Dice Hack -  [ONLY RANGE BETWEEN 1 - 6 or it will crash]  -  (Put .0 at the back of your value: 4.0)
      - Dice Hack 1, 2, 3
      - Dice Hack 4, 5, 6
      - Auto Win Battles -> Disable if you get errors.
      PUT .0 at the back of all values!
      • 8,071 replies
    • Mushroom War: Evolution TD v1.16.2 [ +8 APK MOD ] Currency Max
      Mod APK Game Name: Mushroom War: Evolution TD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=rollingball.td.mushroom.warriors&hl=en

      🤩 Hack Features

      - ADS Skip Ticket Max / Rewards Free
      - Battle Food Speed
      ::::::: VIP :::::::
      - AI Freeze
      - Unlimited Gems
      - Unlimited Coins
      - Base HP MAX
      - Base HP Freeze
      - Hero HP Freeze
      • 1 reply
    • Mushroom War: Evolution TD v1.2.0 [ +8 Cheats ] Currency Max
      Modded/Hacked App: Mushroom War: Evolution TD By Hangzhou Rolling Technology Co., Ltd.
      Bundle ID: com.snowball.td.mushroom
      App Store Link: https://apps.apple.com/us/app/mushroom-war-evolution-td/id6761058966?uo=4

      🤩 Hack Features

      - ADS Skip Ticket Max / Rewards Free
      - Battle Food
      ::::::: VIP :::::::
      - AI Freeze
      - Unlimited Gems
      - Unlimited Coins
      - Base HP MAX
      - Base HP Freeze
      - Hero HP Freeze
      • 1 reply
    • Mushroom War: Evolution TD v1.2.0 [ +8 Jailed ] Currency Max
      Modded/Hacked App: Mushroom War: Evolution TD By Hangzhou Rolling Technology Co., Ltd.
      Bundle ID: com.snowball.td.mushroom
      App Store Link: https://apps.apple.com/us/app/mushroom-war-evolution-td/id6761058966?uo=4

      🤩 Hack Features

      - ADS Skip Ticket Max / Rewards Free
      - Battle Food
      ::::::: VIP :::::::
      - AI Freeze
      - Unlimited Gems
      - Unlimited Coins
      - Base HP MAX
      - Base HP Freeze
      - Hero HP Freeze
      • 1 reply
    • Skull Hero : XP Farm RPG v0.0.1.6 [ +3 APK MOD ] ATK MAX
      Mod APK Game Name: Skull Hero : XP Farm RPG
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.horus.hero.xp.farm.rpg&hl=en

      🤩 Hack Features

      - ViP Active
      - Enough Gems
      - ATK MAX
      • 0 replies
    • Skull Hero : XP Farm RPG v0.1.0 [ +3 Cheats ] ATK MAX
      Modded/Hacked App: Skull Hero : XP Farm RPG By HORUS ENTERTAINMENT LIMITED
      Bundle ID: com.horusent.hero.xp.farm.rpg
      App Store Link: https://apps.apple.com/us/app/skull-hero-xp-farm-rpg/id6775685404?uo=4

      🤩 Hack Features

      - ViP Active
      - Enough Gems
      - ATK MAX
      • 1 reply
    • Skull Hero : XP Farm RPG v0.1.0 [ +3 Jailed ] ATK MAX
      Modded/Hacked App: Skull Hero : XP Farm RPG By HORUS ENTERTAINMENT LIMITED
      Bundle ID: com.horusent.hero.xp.farm.rpg
      App Store Link: https://apps.apple.com/us/app/skull-hero-xp-farm-rpg/id6775685404?uo=4

      🤩 Hack Features

      - ViP Active
      - Enough Gems
      - ATK MAX
      • 0 replies
    • Highway of the Dead v0.2.8 [ +5 APK MOD ] Currency Max
      Mod APK Game Name: Highway of the Dead
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.YsoCorp.HighwayoftheDead

      🤩 Hack Features

      - Currency Freeze
      - Currency Enough
      - Unlimited Coins
      - Unlimited EXP / Faster Level UP
      - ATK Max
      • 1 reply
    • Highway of the Dead v0.2.2 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Highway of the Dead By Yso Corp
      Bundle ID: com.YsoCorp.HighwayoftheDead
      App Store Link: https://apps.apple.com/us/app/highway-of-the-dead/id6759250268?uo=4

      🤩 Hack Features

      - Currency Freeze
      - Currency Enough
      - Unlimited Coins
      - Unlimited EXP / Faster Level UP
      - ATK Max
      • 0 replies
    • Highway of the Dead v0.2.2 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Highway of the Dead By Yso Corp
      Bundle ID: com.YsoCorp.HighwayoftheDead
      App Store Link: https://apps.apple.com/us/app/highway-of-the-dead/id6759250268?uo=4

      🤩 Hack Features

      - Currency Freeze
      - Currency Enough
      - Unlimited Coins
      - Unlimited EXP / Faster Level UP
      - ATK Max
      • 0 replies
    • Card Train v1.1.1 [ +7 APK MOD ] Currency Max
      Mod APK Game Name: Card Train
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.kazrahann.cardtrain&ref

      🤩 Hack Features

      - Enough Cube
      - Enough Gems
      - Unlimited Coins
      - Mana Freeze
      - HP Max
      - HP Freeze
      - ATK Max
      • 1 reply
    • Mini Soccer Star 2026 +7 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Mini Soccer Star 2026 By VIVA GAMES S.L.
      Bundle ID: com.touch2goal.soccer
      App Store Link: https://apps.apple.com/us/app/mini-soccer-star-2026/id1636072966?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Energy -> Earn or spend some.
      - Unlimited Tokens -> Earn or spend some.
      - Unlimited Skip Tickets -> Earn or spend some.
      -- VIP
      -- No Ads
      • 213 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