Jump to content
  • 0
Sign in to follow this  
PonyVPS

WPE Patch June 14th

Question

Hello dastgir sir,

 

disabled packet encryption < -- unchecked or unmarked @ nemo,,

i changed the packet keys of 2012-04-04 or 2012-02-07, i get it from http://www.robrowser.com/prototype/packet-keys/

and put them on trunk/src/map/packet.h

 

 

addition. i also did this

 

"If
you're using NEMO v.2.0 or newer, it's pretty easy to do it when hexing
your client. Just enable the three "Packet __ Key Encryption" patches,
and input the desired values.


 


Then
edit your src/map/packets.h, adding a line like this near the end of
your file (replacing FIRSTKEY, SECONDKEY and THIRDKEY as appropriate):

 

 // Add me before the '#endif /* _MAP_PACKETS_H */' line
packetKeys(0xFIRSTKEY,0xSECONDKEY,0xTHIRDKEY);´

 

result is this:

#endif

packetKeys(0x1D373F5D,0x5ACD604D,0x1C4D7C4D);

#endif /* MAP_PACKETS_H */

 


Altermatively,
if you don't want to edit source files, and you're compiling through
./configure and make, you can use the following (again, replace with
your actual keys):


 

./configure --with-key1=0xFIRSTKEY --with-key2=0xSECONDKEY --with-key3=0xTHIRDKEY

Edited by PonyVPS

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello,
 
i have this error after applying 2012-02-07, from this guide
 
disabled packet encryption < -- unchecked or unmarked @ nemo,,

i changed the packet keys of 2012-04-04 or 2012-02-07, i get it from http://www.robrowser...pe/packet-keys/

and put them on trunk/src/map/packet.h

 

 

addition. i also did this

 

 


"If

you're using NEMO v.2.0 or newer, it's pretty easy to do it when hexing

your client. Just enable the three "Packet __ Key Encryption" patches,

and input the desired values.



 


Then

 

 

edit your src/map/packets.h, adding a line like this near the end of

your file (replacing FIRSTKEY, SECONDKEY and THIRDKEY as appropriate):

 

 // Add me before the '#endif /* _MAP_PACKETS_H */' line
packetKeys(0xFIRSTKEY,0xSECONDKEY,0xTHIRDKEY);´


 

result is this:

 

Quote

#endif


packetKeys(0x1D373F5D,0x5ACD604D,0x1C4D7C4D);


#endif /* MAP_PACKETS_H */

 

also follow this both

 


 

 

Altermatively,

if you don't want to edit source files, and you're compiling through

./configure and make, you can use the following (again, replace with

your actual keys):


 

./configure --with-key1=0xFIRSTKEY --with-key2=0xSECONDKEY --with-key3=0xTHIRDKEY

 


 
http://postimg.org/image/qrqo7uuqf/
 
http://herc.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/

Edited by PonyVPS

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.