Jump to content

Batch  

Cheater 
  • Posts

    1,172
  • Joined

  • Last visited

Everything posted by Batch

  1. I don't know, didn't read that source yet, sorry
  2. Modded/Hacked App: Crystal Knights-32 Player Raid By DAERI SOFT Bundle ID: com.daerigame.raidproject iTunes Store Link: https://apps.apple.com/us/app/crystal-knights-32-player-raid/id6451132804?uo=4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / 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: - Monster don't attack - OHK Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ 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] 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
  3. Kinda strange, when I tested I didn’t get any crashes, which option did you use?
  4. Modded/Hacked App: War Inc: Rise By SamShui Corporation Bundle ID: com.i89trillion.strategy.rise iTunes Store Link: https://apps.apple.com/us/app/war-inc-rise/id6504705462?uo=4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / 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 - High Atk - High Level Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ 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] 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
  5. Yes it’s compatible but the problem is there’s a lot of files and you can’t add header in iGG
  6. The code is already completed, maybe If I find something new I’ll add it 😜 iGG should definitely add it ahah Nice 🥰
  7. There are more useful stuff, i just need to document it right That's just the basic!
  8. Important thing make sure the class is correct! Example of classes: GameEngine.BattleSystem.BattleUnitStatus You have different options to use, hooking: bool MyHookedFunction(void *_this); bool MyOriginalFunction(void *_this) { return true; } IL2CPP::Helper::HookStaticMethod("Premium", "isEnabled", 0, MyHookedFunction, MyOriginalFunction); Or patching: uint64_t isEnabled = IL2CPP::Class::Utils::GetMethodPointerRVA("Premium", "isEnabled", 0); patch(isEnabled, "20008052C0035FD6"); Ye i need to document it :v
  9. I’ll look into it when I have time
  10. This one not, I’ll add h5gg methods when I have time, you can add by yourself, just copy and paste
  11. Credits: @KyosukeNanbu for screenshot
  12. Hello, im glad to announce that my menu mod menu template is released! 

     

  13. IOS-Batchh-MMT This mod menu is based for beginner to advanced user! Enjoy it ❤️ Features: - Il2cpp resolver - Patching arm64 & arm64e - Hooking - Settings - etc... Download: [Hidden Content] Usage: - GitHub wiki Credits: - @batchh - @Ted2 (Base menu)
  14. Hello, since my mod menu is a bit advanced and difficult to mess with, I decided to create a new mod menu for beginners, I will release it tomorrow/today. :) 
    Making it as simple as possible!

    1. Show previous comments  1 more
    2. KyosukeNanbu

      KyosukeNanbu

      ^^^ it’s the most difficult thing I’ve ever seen. (I’m just messing with batchh, don’t listen to me)

    3. carpoa
    4. RehmanAfridi

      RehmanAfridi

      Please can you add this non jb offset patch support and a small example. its based on h5gg and work for non jb with theos. please atake a look: https://github.com/itsPow45/iOS-Jailed-Runtime-Offset-Patching-and-Hooking/

       

    5. Batch

      Batch 

      @RehmanAfridi i'll look into it in the next update!

    6. RehmanAfridi

      RehmanAfridi

      @batchh Thanks. I'm eagerly waiting for that 😝

  15. Hello, since my mod menu is a bit advanced and difficult to mess with, I decided to create a new mod menu for beginners, I will release it tomorrow/today. :) 
    Making it as simple as possible!

    1. RehmanAfridi

      RehmanAfridi

      Please can you add this non jb offset patch support and a small example. its based on h5gg and work for non jb with theos. please atake a look: https://github.com/itsPow45/iOS-Jailed-Runtime-Offset-Patching-and-Hooking/

  16. Retrieve information of Unity Il2cpp games, calling methods, change fields and much more, read the wiki here to understand more!
  17. UPDATED New Version! ❤️
  18. I'm glad to announce that IOS-il2cppResolver final version is out! Complete access to il2cpp games! :) 

    1. KyosukeNanbu

      KyosukeNanbu

      Very nice work bro!

    2. X204

      X204

      good job 👍

    3. RehmanAfridi

      RehmanAfridi

      can we hack game for non jb with this?

       

    4. Batch

      Batch 

      @RehmanAfridi Didn't test tbh! 

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