Hello,
I have an old project - PBO Hider, it's time to revive it
I've found offset for
PBOmanager and PBO count hasn't changed
+0x4 from PBOmanager
I have problem writing the PBOname out, previously it worked with following:
Code:
bankManager = base + PBOmanager offset
for (int i = 0; i < pboCount; i++)
bank = bankManager + sizeof(DWORD) * i;
pboName = bank + 0x10
printf(pboName.getString);
I'm struggling to find it in ReClass, I can find PBO count, but not any of PBO names/paths to them