So im trying to find the GetPing in 2007 gunz.exe
Old Gunz Code:
Code:
004F9EF0 .text Library MMatchPeerInfo::GetPing
Old Binary Copy:
Code:
8B 81 F4 00 00 00 C2 04 00 8B 44 24 04 2B C2 3D E7 03 00 00 7C EA 7E 05 B8 E7 03 00 00 C2 04 00
Then i Ctrl + B the old binary Code in the 2007 gunz.exe and i get:
So i tried reading the tut again and did this after first 3 lines ??? and before last 2 lines ???:
Code:
8B 81 F4 00 00 00
C2 04 00
8B 44 24 04
?? ??
?? ?? ?? ?? ??
?? ??
?? ??
B8 E7 03 00 00
C2 04 00
Then i did Ctrl + B again in the new 2007 client and same message:
So what im doing wrong