By:
Snipester
Well since pb updated the offsets for the 2 byte nop changed. But never fear Snipester is here :P. If you have not figured out how to find it yourself, here is the offset.
PBCL base + 05DE0 Just nop it and your hack is undetected!
Code:
PBCL = GetModuleBaseAddress(pid, "pbcl.dll");
ReadProcessMemory(hand, (void*)(PBCL + 0x05DE0), &2bytenop, sizeof(2bytenop), &bytes);
WriteProcessMemory(hand, (void*)(PBCL + 0x05DE0), &Nop2Bytes,2, &bytes);
It does not need to be noped contantly only once. So just a simple writeprocess memory to a hotkey would do it.
If you do not know howto use this i suggest reading some stuff in the tutorial section.
Creds: Okidoki, R8z4R, Tetsuo, and all who contribute to the Anti-Cheat section
Cheers guys. Have fun