Jump to content

  •  

Rob

Member Since 10 Nov 2013
Offline Last Active Feb 28 2014 03:16 AM
-----

Topics I've Started

Some questions about Anti WPE

27 February 2014 - 07:19 AM

Hello there.

 

I have some doubts about my client (2012 04 10). I have read this:

 

 

Yes,
the 2012-04 clients (and possibly a few others) have their keys chosen
in such a way that makes the client effectively always use the same
encryption key for each sent packet (thus allowing you to replay a
packet as much as you want in WPE.)

You can either use a newer
client, or edit the keys yourself in both client (you'll have to
hex-edit it) and server (edit the appropriate packetKeys line for your
PACKETVER in src/map/packets.h and recompile.)

 

My questions are:

 

1. can 3 keys be random numbers and letters?

2. when I am editing my packets.h, do I have to re-write the same keys my .exe is using?

3. can I use xvi32 to edit the keys of my .exe?

 

Thanks in advanced.