Jump to content

batchh

ViP Pro
  • Posts

    386
  • Joined

  • Last visited

Posts posted by batchh

  1. 350x350bb.jpg
    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


    Mod Requirements:
    - Jailbroken iPhone/iPad/iPod Touch.
    - iGameGodFilza / iMazing or any other file managers for iOS.
    - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
    - PreferenceLoader (from Cydia, Sileo or Zebra).


    Hack Features:
    - God Mode (Unlinked)
    - OHK
    - Legit Damage
    - Always Critical
    - Skip Battle Intro

    OHK and Critical are linked with enemies! So use with God Mode. 

    Not responsible for any bans!


    Non-Jailbroken & No Jailbreak required hack(s): non jb version
    Modded Android APK(s): https://iosgods.com/forum/68-android-section/
    For more fun, check out the Club(s): https://iosgods.com/clubs/


    iOS Hack Download Link:

    Hidden Content

    React or reply to this topic to see the hidden content & download link.


    Installation Instructions:
    STEP 1: Download the .deb Cydia 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 necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
    STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
    STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
    STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

     

    NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down 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:
    - @batchh


    Cheat Video/Screenshots:

    N/A

    • Like 68
    • Winner 9
    • Thanks 6
    • Haha 1
    • Agree 4
    • Informative 4
  2. 6 hours ago, AlyssaX64 said:

    Try this

    void(*old_Update)(void *instance);
    void Update(void *instance) {
    
        bool isHeroTurn = *(bool*)((uint64_t)instance + 0x2B);
    
       if([switches isSwitchOn:NSSENCRYPT("Switch Name Goes Here")]) {
        *(bool*)((uint64_t)instance + 0x2B) = true;
        }
     
        old_Update(instance);
    }
    
    void setup() {
      MSHookFunction((void*)getRealOffset(0x1B9D454),(void*)Update,(void**)&old_Update);
    }

     

    Can i DM you if possible? 

  3. 5 hours ago, AlyssaX64 said:

    Try this

    void(*old_Update)(void *instance);
    void Update(void *instance) {
    
        bool isHeroTurn = *(bool*)((uint64_t)instance + 0x2B);
    
       if([switches isSwitchOn:NSSENCRYPT("Switch Name Goes Here")]) {
        *(bool*)((uint64_t)instance + 0x2B) = true;
        }
     
        old_Update(instance);
    }
    
    void setup() {
      MSHookFunction((void*)getRealOffset(0x1B9D454),(void*)Update,(void**)&old_Update);
    }

     

    Still crashing :c

  4. 7 hours ago, Laxus said:

    Make sure you set targeted it if using UnityFramework

    Already done, keep crash idk why, like only on this one, when i hook other updates, it doesn't crash

    7 hours ago, Puddin said:

    What jailbreak you using?

    palera1n rotful


  5. So im hooking to the update function, but everytime when it execute it crashes. Any idea?

    void(*old_Update)(void *instance);
    void Update(void *instance) {
    
        bool isHeroTurn = *(bool*)((uint64_t)instance + 0x2B);
    
        if (isHeroTurn) {
          //do smth
        }
     
        old_Update(instance);
    }
    
    void setup() {
      MSHookFunction((void*)getRealOffset(0x1B9D454),(void*)Update,(void**)&old_Update);
    }
    
    [Token(Token = "0x60006D9")]
    [Address(RVA = "0x1B9D454", Offset = "0x1B9D454", VA = "0x1B9D454")]
    private void Update()
    {
    }
    [NonSerialized]
    [Token(Token = "0x40004D1")]
    [FieldOffset(Offset = "0x2B")]
    public bool isHeroesTurn;

     

×
  • 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