decrypted mapdestination.dat

11/11/2007 21:52 forcer#1
Hello all. I have decrypted mapdestination.dat, however, I cannot find the coordinates, only texts are clearly visible.

the file is encrypted this way: if you ignore first 4 bytes, group of 532 bytes is xor-ed with first byte of encryption key, next 532 bytes are xor-ed with second byte of key.. etc..

structure of the decrypted file is unknown to me, maybe someone will be lucky.
no clear coordinates can be seen..

here is the encryption key for decrypting the file:
Code:
byte[] enc_key = new byte[27] {  
                0xa1, 0xef, 0xc4, 0xa7, 0xa1, 0xef, 0xd3, 0xf2,
                0xa1, 0xef, 0xcd, 0xbb, 0xa1, 0xef, 0xc6, 0xc6,
                0xa1, 0xef, 0x31, 0x30, 0x30, 0xa1, 0xef, 0xcd,
                0xf2, 0xa1, 0xef 
            };
decrypted file is attached:
11/13/2007 10:21 kgbpk#2
any idea what this file is??
11/13/2007 23:15 forcer#3
it's pathfinding data file, if we know how to edit it, it will open great possibilities.
11/14/2007 09:08 kgbpk#4
hope so
01/04/2008 23:28 forcer#5
sad info: coordinates are sent by server. mapdestination.dat does include only texts & ids of the coordinates.
01/09/2008 20:10 her0Z#6
hey Forcer. so u use Wpe too? if so im gald, u found a partner, but i cant really do nothing. but i got to the point the buffer on wpe reach 100 percent after that it shows all the eo codes and weird numbers. thats all, dont know what to do. but i do know u can hack items and lvl hack. so help me here..
01/10/2008 09:16 forcer#7
WPE is only packet editor, you cannot hack server with it. We have full-decrypted communication already.
01/17/2008 23:08 rohannon#8
is there a way to simulate recieveing the coords from the server? like a /goto command or something some way that we can input coords like 1101 762 and it will make our char walk to that location ?
01/18/2008 11:32 forcer#9
only gms have teleportation.. I wonder if there are any other commands..