Jump to content

0xSUBZ3R0

Developer
  • Posts

    1,012
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 6s Plus
  • iOS Version
    12.1.1
  • Jailbroken
    Yes
  • Android Device
    f**k no
  • Android Version
    0.0.0.0
  • Rooted
    No
  • Gender
    Male

Recent Profile Visitors

140,368 profile views

0xSUBZ3R0's Achievements

Enthusiast

Enthusiast (6/14)

  • On Fire
  • (Online) Extrovert
  • 1,000 Posts
  • Part of a Club
  • Appreciating Others

Recent Badges

135k

Reputation

6

Community Answers

  1. redownload fixed 0 gold issues can purchases transfer fees for free even if dont have enough
  2. It’s not a switch but a tappable button for team stuff go to your team view then click cash injection or chemistry ect works from and for facility or stadium go to the tabs first then click
  3. Modded/Hacked App: Soccer Manager 2026 - Football By INVINCIBLES STUDIO LTD Bundle ID: com.invinciblesstudioltd.soccermanager2025 App Store Link: https://apps.apple.com/us/app/soccer-manager-2026-football/id6449935779?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 - `Cash Injection` Gives a big cash boost. - `Team Fitness Reward` Boosts the whole team's fitness. - `Facility Reduce time` Reduces facility upgrade time or cost. - `Stadium Reduce time` Reduces stadium upgrade time or cost. - `Training Reward` Gives a training boost to one player. - `Chemistry Reward` Boosts one player's chemistry. - `Heal Reward` Heals one player. - `Fitness Boost Reward` Boosts one player's fitness. - `Morale Boost Reward` Boosts one player's morale. - `Max All Fitness` Maxes fitness for the squad. - `Max All Morale` Maxes morale for the squad. - `Max All Chemistry` Maxes chemistry for the squad. ## How Player Buttons Pick a Player The player-based buttons try to use: 1. The last player you selected. 2. The player currently shown on the player boost screen. 3. A squad player as a fallback. ⬇️ iOS Hack Download Link [Hidden Content] 📖 iOS Installation Instructions STEP 1: Download the .deb 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 needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below. STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy! NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue 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 - 0xSUBZ3R0 📷 Cheat Video/Screenshots N/A More iOS App Hacks If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices. Modded Android APKs Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
  4. ill take a look
  5. Could you update Tap Titans 2 whenever you can :)

  6. future update intercept GRPC requests ? function GRPCintercept is in every grpc built game amazing work cant wait to test
  7. anyone availible to test somthing ?

    with me 

     

    1. Puddin

      Puddin

      What’s up 

    2. Rocketto

      Rocketto

      I can test a mod if that’s what it is

    3. Lazy_Panda

      Lazy_Panda

      Am available if u still in need of help

    4. Meepo
  8. @Rook

    can we have two new ap functions 

    that we dont have to pass string littarls through 

     

    ApPatch writetoffset: (newoffset),hexdata:(newHex)

     

    or anyone know a way of doing this @ cheaters

    1. Show previous comments  5 more
    2. 0xSUBZ3R0

      0xSUBZ3R0

      project I'm working on 

    3. Batch

      Batch

      @0xSUBZ3R0 Wait, the offset (data) is still uint64_t? and the hex is a string or NSString?

    4. 0xSUBZ3R0

      0xSUBZ3R0

      @batchh the offset comes from a json file which is parsed @offset so should only be the uint6r_t being passed through writedata :/

       

      Tweak.xm:166:48: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'unsigned char' in initializer list [-Wc++11-narrowing]
        166 |               [APPatch writeToOffset:APEncrypt(offsetValue) hexValue:APEncrypt("20008052C0035FD6")]; 

       

    5. 0xSUBZ3R0

      0xSUBZ3R0

      @batchh i think apPatch only accepts hardcoded offsets ? 
       

    6. Batch

      Batch

      So i assume it's something like @10023218 
       

      #include <string>
      #include <cstdlib> 
      
      #pragma clang diagnostic push
      #pragma clang diagnostic ignored "-Wmissing-braces"
        
      std::string rawOffset = "@100213";  
      std::string numberPart = rawOffset.substr(1);  
      
      uint64_t offset = std::stoul(numberPart, nullptr, 16);
      
      unsigned char offsetChar = static_cast<unsigned char>(offset);
      
      [APPatch writeToSecretOffset:IGSecretHexInt(offsetChar)
                         data:IGSecretHexData("C0035FD6")];

      I didn't test it, but it compiles, if you want a simpler solution just use my mod menu [Patch offset function 

  9. @cheaters
    how we upload new frameworks to theos online ?

     

    1. Batch

      Batch

      I think it's not supported, try PM rook 

    2. carpoa

      carpoa

      yeah like batch said you'd need to message rook likely. Had to do the same about imgui.

  10. hi mate 
    have you ever worked with grpc requests 
    trying some stuff for Pokémon it uses grpc and stumped
    already found an exploit for it but i want to work deeper on it 
    any help would be apricated

    1. Laxus

      Laxus

      I'm not a tech savvy, can't help PepeHands 

    2. Batch

      Batch

      I worked with it, very long ago, I don’t even know if I remember a thing ahah

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