Jump to content

Batch

Developer
  • Posts

    1,556
  • Joined

  • Last visited

Everything posted by Batch

  1. Yes it’s compatible but the problem is there’s a lot of files and you can’t add header in iGG
  2. The code is already completed, maybe If I find something new I’ll add it 😜 iGG should definitely add it ahah Nice 🥰
  3. There are more useful stuff, i just need to document it right That's just the basic!
  4. 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
  5. I’ll look into it when I have time
  6. This one not, I’ll add h5gg methods when I have time, you can add by yourself, just copy and paste
  7. Credits: @KyosukeNanbu for screenshot
  8. Hello, im glad to announce that my menu mod menu template is released! 

     

  9. 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)
  10. 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 😝

  11. 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/

  12. Retrieve information of Unity Il2cpp games, calling methods, change fields and much more, read the wiki here to understand more!
  13. UPDATED New Version! ❤️
  14. 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
  15. Progress of new resolver.
    - Bypassed anti-debug 
    - Bypassed obfuscated ROT string
    - Bypassed more obfuscation
    - Added better handle
    - Added every Unity API function
    - Added invoking methods/fields
    - Added callback updates for all (no more need to HOOK)

    (Kinda crazy what you can do with complete access of il2cpp lol)

    1. Puddin

      Puddin

      Nice work bro, keep it up! 👏

    2. Laxus

      Laxus

      Holy sh!t!! :O

  16. Hello! Im announcing that im recreating my il2cpp resolver to bypass antidebug protection, have better handling, better code and many more stuff!  PepeBusiness

    1. KyosukeNanbu

      KyosukeNanbu

      Error: unexpected “ [ “   :admin:

    2. Rook

      Rook

      Cool announcement sir!

    3. Laxus

      Laxus

      Good job sir PepeCoffee

  17. Not happening
  18. then im kinda stupiiiid Can't dump all of it, so it was 50% ahah
  19. Working on it.
  20. Server sided. (I decrypted half of the data, but from what I get the game seems server-sided. -for cheaters)
  21. I can't generate .dll, so it's not possible to make dnspy to work
×
  • 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