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!

[Release] RaiderZ client packer/unpacker/patcher

Newbie Spellweaver
Joined
Jan 24, 2012
Messages
29
Reaction score
12
Hi, guys. I decided to release my tool that i made for raiderz client at the end of 2012 year.

You can download archive with usage examples here:
Sources present here:

Let me introduce it functions:
1) Pack client (in developing, use replace to add new files)
2) Unpack client
3) List files without unpacking
4) Replace files without unpacking
5) Build patch
6) Build file hash (need for recovery)
7) Replace crypt keys (current keys stored in Private.key and Public.key)
8) Decrypt *.dat files
9) Encrypt to *.dat files

Enjoy!


Updates:

ver 4 - 10.10.2014
* Fixed files adding
 
Last edited:
Newbie Spellweaver
Joined
Jan 24, 2012
Messages
29
Reaction score
12
Sorry, forget, i did not make pack, use replace for replace/add files.
 
Experienced Elementalist
Joined
Jun 9, 2013
Messages
289
Reaction score
78
Replace not adding.. Data/system.mrf Data/system.mrf 85568 -201483456, i got system.mrf inside system.mrf ._.



img2 - [Release] RaiderZ client packer/unpacker/patcher - RaGEZONE Forums img 5 - [Release] RaiderZ client packer/unpacker/patcher - RaGEZONE Forums img 1 - [Release] RaiderZ client packer/unpacker/patcher - RaGEZONE Forums imgds - [Release] RaiderZ client packer/unpacker/patcher - RaGEZONE Forums

see the images I click to add it to the message that added more to add if I put again, it's the same message, not the message that was subistituido, and it does not generate a line in fileindex.msf he generates another .mrf inside the same .mrf ..
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 5, 2014
Messages
21
Reaction score
0
how to adjust? what's wrong?
file startreplace

"C:\Program Files\Java\jre7\bin\java" -jar RZPacker.jar -replace "D:\RaiderZ" D:\RaiderZ\Unpack
 
Newbie Spellweaver
Joined
Jan 24, 2012
Messages
29
Reaction score
12
Let me download client and check it, i think you are doing smth wrong.



Working fine for me.
i used command line: -replace "d:\raiderz\client\RaiderZ Brasil" "d:\raiderz\client\replacement"
Created one file d:\raiderz\client\replacement\Data\system\effect2.xml
File successfully added.

btw, if you has mrf inside mrf, better to unpack client again, you can have problems.
 
Newbie Spellweaver
Joined
Jan 24, 2012
Messages
29
Reaction score
12
Hey
1) Generate new keys
2) Use replace crypt keys funcs.
 
Experienced Elementalist
Joined
Jun 9, 2013
Messages
289
Reaction score
78
Hey
1) Generate new keys
2) Use replace crypt keys funcs.


1) how i generate new keys
2) to replace keys i use this function
patch all *.exe, *.dat and Fileindex.msf and change crypt to our, clientdir - where is fileindex present
-patch [clientdir] ?
 
Experienced Elementalist
Joined
Jun 9, 2013
Messages
289
Reaction score
78
It's text file, decrypt it, change in notepad and encrypt.

But i decrypt builver.mvf using it " "C:\Program Files\Java\jdk1.6.0_33\bin\java" -jar RZPacker.jar -decrypt "C:\Users\Extreme\Desktop\decrypt\buildver.mvf" , and check the screenshot
REMOVED

Can u fix the bug??
 
Back
Top