[Release] MRS-Pro (noob friendly)

Extreme Coder - Delphi
Loyal Member
Joined
Sep 8, 2007
Messages
1,381
Reaction score
39
Okay since there are noobs out there, i just coded a mrs unpacker my style for absolute noobs.
Note:this will not work on vista due to the security problems.
Okay download it from here
And tell me if its good or not okay?

My future plans are to make a program which lets you make gunz maps. But i am heading next to make MRS-Pro 2 which will come with a GUI. I need someone who his good with graphix to help me.
Anyways here are the credits:
Made by me 100%
Who ever made the orignial mrs unpacker
And the unpatched mrs files which still exisit.

Note: MRS-Pro 2 will support vista (hopefully)
 
Gayest Coding Ever.

Visual Basic, you even left the form name as 'Form1'
It's pretty stupid.

If you want to make a good one, write it in C++ and make it use mrs.exe not with a GUI.
 
ok u say ur making a launcher... impress us with it being able to download files :D
 
Rofl.
Downloading a file using Visual Basic?

Theory:

Check the CRC of the current updated files and the user's files, if they both match, allow them to enter.
If the CRC does not match, download the files which CRC's are NOT the same THEN allow them to enter.

Can Visual Basic Do this?

Yes, you could even use Visual C++ to encorporate a second program which will open to check the CRC and send that to the launcher itself.

The coding used in this MRS Unpacker is basically a mrs.exe opener.
 
l-o-l

You can unpack/repack default, loadable, login, man, model, system, and woman. Did you forget all the others or something? Not that this would be good with them, though.

People need to stop making MRS tools, especially when they're completely useless. Either learn how to use a fucking command prompt or wait for someone to make a decent one. Look at this and take a hint.
 
Rofl.
Downloading a file using Visual Basic?

Theory:

Check the CRC of the current updated files and the user's files, if they both match, allow them to enter.
If the CRC does not match, download the files which CRC's are NOT the same THEN allow them to enter.

Can Visual Basic Do this?

It's very possible lmfao....
 
Make an mrs unpacker/repacker that unpacks the whole gunz client, recognizes a specific folder type (probably with a specific name like "<name>[mrs]") to avoid collision errors. Honestly, a tool like this would be amazing.

1 click, packs the whole client from its unpacked state, another click unpacks it again. This way, I don't have to fiddle with each file, it just does all of it at once. Hell, also make it destroy patch.xml, run zpatchbuilder.exe, then remove the zpatchbuilder.exe entry from patch.xml. Also, make it create a text file which tells you which files need to be uploaded to your webserver to make the patch work correctly.

Then it will be pro.
 
Make an mrs unpacker/repacker that unpacks the whole gunz client, recognizes a specific folder type (probably with a specific name like "<name>[mrs]") to avoid collision errors. Honestly, a tool like this would be amazing.

1 click, packs the whole client from its unpacked state, another click unpacks it again. This way, I don't have to fiddle with each file, it just does all of it at once. Hell, also make it destroy patch.xml, run zpatchbuilder.exe, then remove the zpatchbuilder.exe entry from patch.xml. Also, make it create a text file which tells you which files need to be uploaded to your webserver to make the patch work correctly.

Then it will be pro.
But then where is the fun in doing it yourself =(
 
Back