Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MRF Unpacker

Newbie Spellweaver
Joined
May 23, 2008
Messages
48
Reaction score
37
Let's hope for a packer now.
What seems to be the problem from packing the files? Don't you just have to reverse the algorithm? :/

That's exactly the problem, there's no packing algo :p.
 
Joined
Mar 22, 2008
Messages
830
Reaction score
158
OK, lets say its decrypted like this:

DECRYPT
BIT 0 -> BIT 4
BIT 1 -> BIT 6
BIT 2 -> BIT 8
BIT 3 -> BIT 2
BIT 4 -> BIT 5
BIT 5 -> BIT 3
BIT 6 -> BIT 1
BIT 7 -> BIT 7
BIT 8 -> BIT 9
BIT 9 -> BIT 15
BIT 10 -> BIT 10
BIT 11 -> BIT 12
BIT 12 -> BIT 14
BIT 13 -> BIT 13
BIT 14 -> BIT 11
BIT 15 -> BIT 0
and so on...

You would just have to reverse that to encrypt it, like this:

ENCRYPT
BIT 4 -> BIT 0
BIT 6 -> BIT 1
BIT 8 -> BIT 2
BIT 2 -> BIT 3
BIT 5 -> BIT 4
BIT 3 -> BIT 5
BIT 1 -> BIT 6
BIT 7 -> BIT 7
BIT 9 -> BIT 8
BIT 15 -> BIT 9
BIT 10 -> BIT 10
BIT 12 -> BIT 11
BIT 14 -> BIT 12
BIT 13 -> BIT 13
BIT 11 -> BIT 14
BIT 0 -> BIT 15
and so on...
 
Newbie Spellweaver
Joined
Mar 19, 2008
Messages
47
Reaction score
14
..........
 
Last edited:
Junior Spellweaver
Joined
Apr 22, 2009
Messages
166
Reaction score
31
It works at everthing PC ) you must have unpack.exe, fileindexes.mrs and all data dir + also with unpack and fileindex that file what you want to unpack
 
Experienced Elementalist
Joined
May 31, 2009
Messages
236
Reaction score
18
hmm, where can i find Gunz 2 Client to download i couldn't find any Gunz 2 client to download...
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
117
Reaction score
34
yeah post the source so we can make a packer also ^^
 
Newbie Spellweaver
Joined
Dec 20, 2008
Messages
49
Reaction score
0
Works with XP 64 bit professional, thats what I have, and I know Vadim has it and aparently so does the dude who posted this thread.

To the rest of you: Might I suggest using a virtual windows xp? (VM ware).
 
Newbie Spellweaver
Joined
May 23, 2008
Messages
48
Reaction score
37
UPDATE:



Compiled under Visual Studio C++ 2008. Feel free to make any improvements / packer whatever u want.
 
Initiate Mage
Joined
Aug 14, 2012
Messages
2
Reaction score
0
Kyhoh - MRF Unpacker - RaGEZONE Forums
 
Back
Top