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!

[TUT] DomainCommand ("mole") "Fix"

Joined
Oct 14, 2009
Messages
5,493
Reaction score
2,299
First, open the gamedbd daemon in IDA free/pro:

Find the function "domaincmd"... When you get the list, which should look similar to pic below, select/follow the SECOND (2nd) one in the list that says "GNET::DomainCmd::process ... ... ..."

Locate the line (as highlighted in SS below) "JNZ" (just before the last "JMP")

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums


"NOP" it..! Should look like this once that's correctly done:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums







Second, open gdeliveryd in IDA free/pro:

Find the function "domaindaemon"... When you get the list, which should look similar to pic below, select/follow the one with "OnLogin" in the name...

Locate the line (as highlighted in SS below) "JNZ" (just after "CMP" and just before "PUSH")

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums


NOP it..! Should look like this once that's correctly done:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums







Next, (and quite possibly the most important part here!) Find/follow the function for "domaindaemon" with "OnValidate" in the name...

Should look like below:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 3, 2017
Messages
70
Reaction score
12
this release same like pw155moleremoved.7z? (in another thread, that you commented, sry forgot the thread)
 
Back
Top