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!

Reverse engineering a game client from a discontinued game

Status
Not open for further replies.
Initiate Mage
Joined
Oct 19, 2018
Messages
21
Reaction score
1
Hey i am looking for someone who could reverse engineer a game client to get a private server up and running. Everything seem's to be compressed in .LPQ format which seems to be their custom format.
FIY: i do not want to make any kind of money from this.
if you have the knowledge and skills to do such you would be rewarded.
Thanks
 
Initiate Mage
Joined
Oct 7, 2018
Messages
30
Reaction score
4
Hello.

I'm pretty experienced in creating servers and working with the TCP/UDP protocol. If you want to talk more, pm me your Discord tag and I'll add you. You can find my work on my Github, which is in my signature.
 
Joined
Sep 27, 2006
Messages
557
Reaction score
88
Game name? Upload the EXE?

Easy way to reverse it is to break point on when the file gets read. From there should be able to view its memory to understand its format. Dump it so you have a working file unencrypted. Reverse it back to encrypted form.

Use ida pro or olly
 
Status
Not open for further replies.
Back
Top