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!

Mu Mobile [Help] MU Mobile Version 2.4 [New]

Initiate Mage
Joined
Nov 3, 2011
Messages
25
Reaction score
4
Hi all!

I need help editing the client I will show some pictures with my problem

Kodeex - [Help] MU Mobile Version 2.4 [New] - RaGEZONE Forums


How can solve it?
version.xml is fine
nhed57 papka

thanks!!
 
Last edited:
Initiate Mage
Joined
Nov 21, 2009
Messages
18
Reaction score
2
Re: [RELEASE] MU Mobile Version 2.4 [New]

Hi all!

I need help editing the client I will show some pictures with my problem

Kodeex - [Help] MU Mobile Version 2.4 [New] - RaGEZONE Forums


How can solve it?
version.xml is fine
nhed57 papka

thanks!!

mosly happened on if you're using client with encrypted Assembly-CSharp.dll and cant load the UNencrypt dll after you change the IP inside of it..

original encrypted assembly csharp:
libmono decryption call - > decrypt the assembly csharp dll ( decryp success )

after decrypt assembly csharp for editing the IP address:
libmono decryption call - > decrypt the assembly csharp dll ( decryp fail because assembly csharp already decrypt)

2 solution :
1. encrypt the dll back after editing IP
2. remove decryption call in libmono

they always said option 2 always the easier which i haven't figure that out myself
 
Upvote 0
Back
Top