Thanks Insania / corrected above.
Yeh I believe the reason that sometimes randomly added code is the fact the PB scans all running memory for detected hack bytes. For example, a piece of code which adds chams and nametags might have bytes Code:
6575345643525434134124134141345F
(gosh that was fun!)
So, PB will say 'ahah, look he's got that series of bytes he must have corrupted memory.'
However, if we add a useless function in between the chams and nametags, for example so we have
Code:
6575345643525434134569FCA34124134141345F
the block of bytes is not found (cause there's something in the middle!).
Thanks, Nosferatu (means Vampire)
Bookmarks