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

Newbie Spellweaver
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



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

thanks!!
 
Last edited:
Newbie Spellweaver
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



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