Last edited by a1tl4; 29-09-13 at 04:21 AM.
This may help you: http://forum.ragezone.com/f245/2007-...tocols-785982/
No one have GunzOld? =/
Last edited by a1tl4; 29-09-13 at 04:22 AM.
get the function signature you want ex: ZPostAdminRequestBanPlayer, ex
BYTE ZPostAdminRequestBanPlayerSignature[] = { 0x6A, 0xFF, 0x68, 0... etc }, to find a signature for a function, you need :
-a disassembler
-a runnable just compiled and its PDB file to name the subroutines
Once you have the signature find the address based on the signature every single time ..even if the game is updated or compiled
check out this:
Signature Scanning - AlliedModders Wiki
Let's grow the fuck up, here's what you need bud.
-pm for link, contains contents not allowed on RZ-
Don't feel safe downloading it? Not giving a fuck, if you need it that bad, you'll trust my word.
Last edited by Hashed; 29-10-13 at 09:44 PM.