-
Posts
1,000 -
Joined
-
Last visited
0xSUBZ3R0's Achievements
-
anyone availible to test somthing ?
with me
-
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
- Show previous comments 5 more
-
-
@0xSUBZ3R0 Wait, the offset (data) is still uint64_t? and the hex is a string or NSString?
-
@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")];
-
@batchh i think apPatch only accepts hardcoded offsets ?
-
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
-
@cheaters
how we upload new frameworks to theos online ? -
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 -
IF ANYONE HAS THE BETA FOR MADFUT23 and can crack it dm me asap <3