Jump to content

[CSCI Tweak.xm]SAS 3 +14 Hack


38 posts in this topic

Recommended Posts

Posted

Since my thumbs would die if I formatted the offsets like every other way, I decided to post the tweak.xm. Here is the key:

 

0020 = MOV R0, #0 or "false"

0120 = MOV R0, #1 or "true"

FF20 = MOV R0, #255, this was for the buffed weapons, so "hey, this weapon is not level 5, its level 255" and in result they got buffed by over 1000% :lol: same case with the armor

381C = MOV R0, R7 or "a ton"

1EFF2FE1/7047 = BX LR or "skip this function or ignore it"

0038 = SUBS R0, #0, subtract no bullets from R0, the register that held your clip amount

 

everything in the else statement is the original hex for that offset

 

Hidden Content

    #import "writeData.h"
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
    #define PLIST_PATH @"/var/mobile/Library/Preferences/com.shmoo.sas3.plist"
    
    inline bool GetPrefBool(NSString *key)
    {
    return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
    }
    
    %ctor {
    if(GetPrefBool(@"kTurrets"))
    {
    writeData(0x2B954, 0x381C7047);
    } else {
    writeData(0x2B954, 0xF0B50D46);
    }
    
    if(GetPrefBool(@"kArmor"))
    {
    writeData(0x2C154, 0x01207047);
    } else {
    writeData(0x2C154, 0x00223728);
    }
    
    if(GetPrefBool(@"kWeapon"))
    {
    writeData(0x2BC18, 0x01207047);
    } else {
    writeData(0x2BC18, 0xB0B50446);
    }
    
    if(GetPrefBool(@"kAmmo"))
    {
    writeData(0xA0D1C, 0x00386063);
    } else {
    writeData(0xA0D1C, 0x01386063);
    }
    
    if(GetPrefBool(@"kPhoenix"))
    {
    writeData(0xA09A8, 0x01207047);
    } else {
    writeData(0xA09A8, 0xB0B51446);
    }
    
    if(GetPrefBool(@"kTurAmmo"))
    {
    writeData(0x8404C, 0x7047);
    } else {
    writeData(0x8404C, 0xF0B5);
    }
    
    if(GetPrefBool(@"kFree"))
    {
    writeData(0x2B460, 0x01207047);
    } else {
    writeData(0x2B460, 0xB0B50446);
    }
    
    if(GetPrefBool(@"kBuff"))
    {
    writeData(0x2BF7C, 0xFF207047);
    } else {
    writeData(0x2BF7C, 0xF0B50546);
    }
    
    if(GetPrefBool(@"kNoBreakBarr"))
    {
    writeData(0xA4CA0, 0x7047);
    } else {
    writeData(0xA4CA0, 0x90B50446);
    }
    
    if(GetPrefBool(@"kWall"))
    {
    writeData(0x182EC, 0x1EFF2FE1);
    } else {
    writeData(0x182EC, 0x44F60830);
    }
    
    if(GetPrefBool(@"kHealth"))
    {
    writeData(0xE24C, 0x00207047);
    } else {
    writeData(0xE24C, 0xF0B503AF);
    }
    
    if(GetPrefBool(@"kAllyHealth"))
    {
    writeData(0x997B0, 0x00207047);
    } else {
    writeData(0x997B0, 0xF0B5F0B5);
    writeData(0x997B4, 0x0CF0FDFF);
    }
    
    if(GetPrefBool(@"kArmorB"))
    {
    writeData(0x2C394, 0xFF207047);
    } else {
    writeData(0x2C394, 0xB0B50546);
    }
    
    if(GetPrefBool(@"kSAS"))
    {
    writeData(0x2B520, 0x01207047);
    } else {
    writeData(0x2B520, 0xB0B50446);
    }
    }
    
    %hook AMTAppDelegate
    
    -(void)applicationDidBecomeActive:(id)arg { 
    
    UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"SAS Zombie Assault 3 Hacks - WAIT AT LEAST 15 SECONDS BEFORE DOING ANYTHING" 
                                                      message:@"Hacked by shmoo for iOSGods.com! If this is your first time using this hack tap download the thinned binary and replace that binary with your binary. Set permissions to 777, and group/owner to mobile. If you are having trouble with this PM me on iOSGods.com." 
                                                     delegate:self 
                                            cancelButtonTitle:@"Thanks" 
                                            otherButtonTitles:@"Download the thinned binary", nil]; 
    [credits show];
    [credits release]; 
    %orig();
    }
     
    %new
    -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
     
    NSString *button = [alertView buttonTitleAtIndex:buttonIndex];
     
            if([button isEqualToString:@"Download the thinned binary"])
            {
                    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"link taken out for copyright reasons"]];                                                                                
            }
    }
    %end
    
  • Our picks

    • Fear the Walkers v1.0 [+2 Jailed Cheats]
      Modded/Hacked App: Fear the Walkers By OHM Games
      Bundle ID: com.ohmgames.zombiesurvivor
      App Store Link: https://apps.apple.com/us/app/fear-the-walkers/id6746712596?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Unlimited Ammo
        • Winner
        • Like
      • 1 reply
    • Fear the Walkers v1.0 [+2 Cheats]
      Modded/Hacked App: Fear the Walkers By OHM Games
      Bundle ID: com.ohmgames.zombiesurvivor
      App Store Link: https://apps.apple.com/us/app/fear-the-walkers/id6746712596?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Unlimited Ammo
       
        • Winner
      • 1 reply
    • Eatventure v1.39.0 Jailed Cheats +2
      Modded/Hacked App: Eatventure By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.hwqgrhhjfd.idlefastfood
      iTunes Store Link: https://apps.apple.com/us/app/eatventure/id1600871388?uo=4


      Hack Features:
      - Freeze Currencies
      - Free iAP (Turn on inside iOSGods Mod Menu first)


      Jailbreak required hack(s): https://iosgods.com/topic/168170-eatventure-cheats-all-versions-1/


      iOS Hack Download IPA Link: https://iosgods.com/topic/168169-eatventure-v110-jailed-cheats-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 343 replies
    • Empire Heroes: Strategy Game v1.0.1 [+4 Jailed Cheats]
      Modded/Hacked App: Empire Heroes: Strategy Game By VIETNAM TAAP TECHNOLOGY COMPANY LIMITED
      Bundle ID: com.nature.empireheroes
      App Store Link: https://apps.apple.com/us/app/empire-heroes-strategy-game/id6742527014?uo=4


      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Gems
      - Free IAP
      - Never Die
        • Agree
        • Winner
        • Like
      • 2 replies
    • Empire Heroes: Strategy Game v1.0.1 [+4 Cheats]
      Modded/Hacked App: Empire Heroes: Strategy Game By VIETNAM TAAP TECHNOLOGY COMPANY LIMITED
      Bundle ID: com.nature.empireheroes
      App Store Link: https://apps.apple.com/us/app/empire-heroes-strategy-game/id6742527014?uo=4


       

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Gems
      - Free IAP
      - Never Die
        • Winner
      • 1 reply
    • Matching Story v1.42.04 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 35 replies
    • Matching Story v1.42.04 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
        • Informative
        • Agree
        • Haha
        • Like
      • 45 replies
    • Shadow Fight 4: Arena Cheat v1.9.50 +4
      Modded/Hacked App: Shadow Fight 4: Arena By Nekki Limited
      Bundle ID: com.nekki.shadowfightarena
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-4-arena/id1479050948?uo=4


      Hack Features:
      - Freeze Enemies

      ViP Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
       

      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/136035-shadow-fight-4-arena-v1920-jailed-cheat-4/


      iOS Hack Download Link: https://iosgods.com/topic/136014-shadow-fight-4-arena-cheat-v1920-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 385 replies
    • [ ArKnights TW ] 明日方舟 v28.4.01 - [ x Player Damage & More ]
      Modded/Hacked App: 明日方舟 By GRYPH FRONTIER PTE. LTD.
      Bundle ID: tw.txwy.ios.arknights
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1490985322?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

      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost

       

      Non-Jailbroken Hack: https://iosgods.com/topic/129722-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129583-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-x-player-damage-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 460 replies
    • Sneaky Sasquatch Cheats v2.0.6 +3
      Modded/Hacked App: Sneaky Sasquatch By RAC7 Games
      Bundle ID: com.rac7.SneakySasquatch
      iTunes Store Link: https://apps.apple.com/us/app/sneaky-sasquatch/id1098342019?uo=4


      Hack Features:
      - Infinite Gold
      - Unlock All
      - No Hunger


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148262-sneaky-sasquatch-v172-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/148261-sneaky-sasquatch-cheats-v172-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 183 replies
    • Mini Militia - Doodle Army 2 Cheats v5.6.0 +8 [ God Mode & More ]
      Modded/Hacked App: Mini Militia - Doodle Army 2 By Miniclip SA
      Bundle ID: com.chadtowns.da2
      App Store Link: https://apps.apple.com/us/app/mini-militia-doodle-army-2/id405885221?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

      - God Mode
      - One Hit Kill
      - Infinite Ammo
      - No Reload
      - Infinite Grenade
      - Infinite Jetpack Boost
      - Friendly Fire Enabled
      - Premium

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/178790-mini-militia-doodle-army-2-v560-jailed-cheats-5/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/96342-mini-militia-doodle-army-2-cheats-v560-8-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 602 replies
    • Tower of God: NEW WORLD Cheats v2.12.00 +4
      Modded/Hacked App: Tower of God: NEW WORLD By Netmarble Corporation
      Bundle ID: com.netmarble.tog
      iTunes Store Link: https://apps.apple.com/us/app/tower-of-god-new-world/id1599435437?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Always Critical
      - Skip Battle Intro


      Non-Jailbroken & No Jailbreak required hack(s): 
       

      iOS Hack Download Link: https://iosgods.com/topic/186202-tower-of-god-new-world-cheats-v20101-4/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 96 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