Jump to content

0xSUBZ3R0

Cheater
  • Posts

    1,005
  • 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

136,724 profile views

0xSUBZ3R0's Achievements

Enthusiast

Enthusiast (6/14)

  • (Online) Extrovert
  • 1,000 Posts
  • Part of a Club
  • Appreciating Others
  • Senior Member

Recent Badges

134.5k

Reputation

6

Community Answers

  1. Could you update Tap Titans 2 whenever you can :)

  2. future update intercept GRPC requests ? function GRPCintercept is in every grpc built game amazing work cant wait to test
  3. 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
  4. @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 

  5. @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.

  6. 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

  7. guess its time to return ❤️
  8. Hello mate can you dm me when you get a minute or discord me sl4ter1991#0367 @X204
×
  • 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