Jump to content

Batch

Developer
  • Posts

    1,855
  • Joined

  • Last visited

Everything posted by Batch

  1. Found randomly a way to make cheats for non jailbreak lol

    1. Show previous comments  2 more
    2. Batch
    3. BionixPwn
    4. Meepo

      Meepo

      Ok ok, as I said gj. I will wait for it

    5. Rook

      Rook

      Does it work like Jailed iGMenu?

    6. Batch

      Batch

      No no it does not rely on patching/hooking @Rook

  2. Hello i've created an advanced  obfuscation for your tweaks, application. Check it out at: https://iosgods.com/topic/191267-ios-obfuscation-protect-strings-numbers-offsets-from-reverse-engineering/ 

  3. VORTEX — Compile-Time Obfuscation Ever run strings on a binary and instantly spot API keys, error messages, or internal logic? VORTEX makes that impossible. It's a pure C11 header library that encrypts string and numeric constants at compile time — before your binary is ever written to disk. No runtime keys stored in memory. No external dependencies. Stack-only allocation. The cipher is two-tiered: a global seed derived from your build date shapes an S-box, while a per-call-site key (based on __FILE__, __LINE__, and __TIME__) produces unique encryption per string. The result: identical source strings produce completely different binary blobs at different call sites. Usage is a single macro: OBF_WITH(secret, "Bearer sk-...") { send_request(secret); // zeroed on scope exit } float pi = OBF_FLOAT(3.14159265f); double gravity = OBF_DOUBLE(9.80665); size_t off = OBF_OFFSET(0xfa); int port = OBF_INT(8443); OBF_STRING(secret, "xK9#mP2$qR7!wL4@"); // printf(secret) strings, IDA Pro, and Ghidra see only noise. Your source stays readable. No heap. No deps. Drop in obfuscate.h and go. → https://github.com/Batchhh/Vortex-obfuscation → https://github.com/Batchhh/Vortex-obfuscation/releases/tag/v1.0.0 - Contains obfuscate.h and libvortex.a
  4. i like it ahahah It's obfuscated
  5. Funny ESP, Aimbot, Speed https://i.imgur.com/mNOIOUC.mp4
  6. Wtf I really don't know tbh, this is so strange
  7. wtf Try to run directly "/var/jb/var/mobile/theos /bin/nic.pl" Also test if you can cd into it "cd /var/jb/var/mobile/theos/bin"
  8. It should work try to run nic.pl and lmk what comes up
  9. Can you run "echo $THEOS" ?
  10. mmmh it's kinda strange
  11. Hello, I’ve actually completed a dumper explorer in run time where you can edit methods/fields inside the game directly. I will post a complete version in about 1 week

    1. Show previous comments  9 more
    2. aQReh

      aQReh

      how's going?

       

    3. Batch

      Batch

      @aQReh Still under testing, but working smoothly. You can ask @VaaR

    4. DiveMaster

      DiveMaster

      @batchh if you need testers I am happy to help :D

       

    5. VaaR

      VaaR

      @aQReh it’s great! Very intuitive also 

    6. iosdevice

      iosdevice

      I wish I could test thisLUL
      I guess I gotta keep learning new things and posting them so I can get that novice cheater roleLUL

  12. I don’t know much about theos for mobile, but the location should be in “mobile” directory. Also you can’t run $THEOS I guess because you don’t have zsh installed I think. To run it just cd into the folder from your home directory “mobile” so “cd theos/bin” then run “chmod +x nic.pl” to give permission to the file then run “pwd” to get the directory and copy it. Then you can go to whatever directory you want and paste it (remember to add nic.pl)
  13. Look in my profile for unban device, I made a tutorial for crane
  14. Atm I’m trying to come up with a solution
  15. There is a guide on how to do in the README.md mv Batchh_SilentPwn*.nic.tar $THEOS/templates/ios
  16. @VaaR you can use my mod menu template, there a debug mode in which there’s a live offset patcher working for rootless and rootfull
  17. UPDATE 2.0.5 Added save/load settings Fixed some issue Added TODO list (if any one want to help, feel free to create a pull request)
  18. Oh yes, I can do it
  19. ATM there’s no save option, I will implement it in the next update, thanks for the info
  20. This has nothing to do with igg, you can’t search memory value with this. This is totally different
  21. Quick update on my new mod menu template:
    1. it seems ios version under 15 expirience menu not showing (I'll push for a fix within the next month)
    2. I fixed almost every bug inside  Resolver (Will push in 1/2 weeks)
    3. Planning to add another layout 
    4. Creating a new debug tool, a "dnspy" like where you can modify all aspect of the game with a click.
    5. Also looking to add patching and hooking for non jb using h5gg method
    If you have any interesting features, comment it here oruse discussion inside the github repository. https://github.com/Batchhh/SilentPwn/discussions

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