"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):
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:
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 PonyVPSShare this post
Link to post
Share on other sites