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
363
Reaction score
557
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 - Help fix window name main 1.05.25.. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
557
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
 
Upvote 0
Newbie Spellweaver
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)
 
Upvote 0
Newbie Spellweaver
Joined
Feb 12, 2018
Messages
18
Reaction score
1
myheart - Help fix window name main 1.05.25.. - RaGEZONE Forums


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