Jump to content

0xSUBZ3R0

Cheater
  • Posts

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

132,972 profile views

0xSUBZ3R0's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

133.7k

Reputation

6

Community Answers

Single Status Update

See all updates by 0xSUBZ3R0

  1. @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. batchh

      batchh

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

      batchh

      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 

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