unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Anti-Cheat Bypass > PunkBuster

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 09-23-2007, 07:19 PM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default New 2 Byte NOP for 2142

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
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
2142, byte, nop

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 06:46 AM.