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!

Help fix window name main 1.05.25..

Skilled Illusionist
Joined
Jun 22, 2017
Messages
360
Reaction score
541
please help fix max 3 char at the window name main 1.05.24/25.

Code:
CPU Disasm
Address   Hex dump          Command                                  Comments
004D8A76    56              PUSH ESI
004D8A77    57              PUSH EDI
004D8A78    BE 98DB0601     MOV ESI,0106DB98                         ; ASCII "MU"
004D8A7D    8D7D 88         LEA EDI,[EBP-78]
004D8A80    66:A5           MOVS WORD PTR ES:[EDI],WORD PTR DS:[ESI]
004D8A82    A4              MOVS BYTE PTR ES:[EDI],BYTE PTR DS:[ESI]


rBXWnNL.png
 
Moderator
Staff member
Moderator
Joined
May 26, 2009
Messages
16,915
Reaction score
3,002
only thing i can think of is finding the text in main.exe with hex editor and removing it :D
 
Skilled Illusionist
Joined
Jun 22, 2017
Messages
360
Reaction score
541
only thing i can think of is finding the text in main.exe with hex editor and removing it :D
i mean i write in a dll, but can't have more than 3 char because ESI and EDI is array or something i don't known
 
Moderator
Staff member
Moderator
Joined
May 26, 2009
Messages
16,915
Reaction score
3,002
ah u mean that?
004D8A78 BE 98DB0601 MOV ESI,0106DB98 ; ASCII "MU"

lets ask Kiosani natzugen DragonSeth might know which value (array) must be there so u can add more texts.
 
Inactive Account
Inactive Account
Joined
Nov 5, 2017
Messages
32
Reaction score
2
You not need longer or better window name than MU :D don't be idiot, and please, don't rename it to yours server name :D its so stupid... :( (Bad English, i know :D)
 
Initiate Mage
Joined
Feb 12, 2018
Messages
18
Reaction score
1
RZ.png


I have solved it using my ASM knowledge.
 
Last edited:
Back
Top