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!

Change name of main.exe in mu.exe (Launcher)

NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
Another noobish guide.

To change main.exe to eg: main2.exe we need find function
mauka - Change name of main.exe in mu.exe (Launcher) - RaGEZONE Forums


So there we go.
Load mu.exe into olly and goto empty space and write there new name of your main.exe and press OK
mauka - Change name of main.exe in mu.exe (Launcher) - RaGEZONE Forums


Now write down the offset of name ;)
mauka - Change name of main.exe in mu.exe (Launcher) - RaGEZONE Forums


Now go back to function we need change
and write offset of new name as in image below and press assamble button
mauka - Change name of main.exe in mu.exe (Launcher) - RaGEZONE Forums


After we finish its would look like that
mauka - Change name of main.exe in mu.exe (Launcher) - RaGEZONE Forums


Save mu.exe with all changes
Copy to executable -> bla bla ;) save as.. :lol:

I atached mu.exe so some newbies can compare offsets, func and more... xD
View attachment Mu.rar

Change IP and Default port u can find simply.. anyway
Code:
0040625A   . BE 54C04400    MOV ESI,Mu.0044C054                                ;  ASCII "[COLOR="#0000FF"]connect.muonline.webzen.net[/COLOR]"
0040625F   . BF F0104600    MOV EDI,Mu.004610F0
00406264   . F3:A5          REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS:[ESI]
00406266   . 53             PUSH EBX
00406267   . 8D4C24 1C      LEA ECX,DWORD PTR SS:[ESP+1C]
0040626B   . 66:C705 241146>MOV WORD PTR DS:[461124],0[COLOR="#0000FF"]AD75[/COLOR]
00406274   . E8 47220000    CALL Mu.004084C0

Port and IP i marked in this color
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jun 3, 2008
Messages
83
Reaction score
2
Thanks a lot for good guide, but first of all you should make a guide for using OllyDbg and tell what is function? what is offset? how to search? where to search in OllyDbg? You know many noob can't search because they don't know how to do it? And after search they don't know how to make change to that value they've found.

So it is important for noob to learn about using OllyDbg?
 
Junior Spellweaver
Joined
Apr 5, 2012
Messages
131
Reaction score
1
Thanks for the guide is very necessary for agree security to client.

It works very well.!!
 
Last edited:
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
this is very basic sht of inline asm editing ;) no need more detailed tutorials, its simply as it is. If u dont get it u need learn some basic of programming.
 
Newbie Spellweaver
Joined
Nov 27, 2013
Messages
11
Reaction score
0
this is very basic sht of inline asm editing ;) no need more detailed tutorials, its simply as it is. If u dont get it u need learn some basic of programming.

Hello, you can repeat this guide I am very interested to know how to change the name main.exe in the launcher update. thanks
 
Back
Top