- Joined
- Jun 16, 2003
- Messages
- 6
- Reaction score
- 0
If you want to permit on connection any version client (old
) to your server:
mov eax,[ebp-04h]
cmp dword ptr [eax+000007CCh],8AB7A8B9h <- dword in client at adress: 0x00001B5Eh
jz L004E517D
change:
mov eax,00000000h
cmp eax,00000000h
nop
nop
nop
jz L004E517D
hex string of this (adress: 0x000E4530):
search
8B 45 FC 81 B8 CC 07 00 00 B9 A8 B7 8A 74 3C
change
B8 00 00 00 00 3D 00 00 00 00 90 90 90 74 3C

mov eax,[ebp-04h]
cmp dword ptr [eax+000007CCh],8AB7A8B9h <- dword in client at adress: 0x00001B5Eh
jz L004E517D
change:
mov eax,00000000h
cmp eax,00000000h
nop
nop
nop
jz L004E517D
hex string of this (adress: 0x000E4530):
search
8B 45 FC 81 B8 CC 07 00 00 B9 A8 B7 8A 74 3C
change
B8 00 00 00 00 3D 00 00 00 00 90 90 90 74 3C