[HELP!]The 5200+ server.dat

03/13/2010 18:12 Paralyzer[GM]#1
Ok,

I could use alot of help here I just need a server.dat working with a 5200+ conquer.exe ive got an play.exe that will blacknull the conquer.exe so thats all fine but when I try to play it sais Server.dat is damaged please reinstall the game so far I have tryed Encrypting it tryed to removing all rows apart from 101 tryed making row 101 to 1 but no luck ;(;(;(:mad::cool:
03/13/2010 20:03 ImFlamedCOD#2
Use olly Debugger and extract it from the conquer.exe once it gets decrypted like everyone else does. This is something everyone should learn how to do since not many people know how to force the client to a specific address.
03/14/2010 05:53 -NewDawn-#3
Did you code the 5200+ server yourself from another server? I'd love to help but i just don't want to get involved in anything illegal.
03/14/2010 06:01 LegalConquer#4
Quote:
Originally Posted by -NewDawn- View Post
Did you code the 5200+ server yourself from another server? I'd love to help but i just don't want to get involved in anything illegal.
Theres a thin line between illegal and legal XD
any / all C# sources are legal anyway ( well what we do anyway )
its how you use it once u compile it
the only reason why binary servers are illegal are because
there what TQ made there TQ's actual servers that someones
downloaded from them... making them illegal.
03/14/2010 07:56 Arcо#5
Quote:
Originally Posted by LegalConquer View Post
Theres a thin line between illegal and legal XD
any / all C# sources are legal anyway ( well what we do anyway )
its how you use it once u compile it
the only reason why binary servers are illegal are because
there what TQ made there TQ's actual servers that someones
downloaded from them... making them illegal.
Actually C# servers are illegal as well, you using TQ's client, and they have all that shiz copyrighted.
03/14/2010 10:12 Paralyzer[GM]#6
Quote:
Originally Posted by .Arco View Post
Actually C# servers are illegal as well, you using TQ's client, and they have all that shiz copyrighted.
LOL!

Quote:
Originally Posted by NewDawn View Post
Yea id love for you to help out :P
Yea u can help out :P
03/14/2010 17:04 SimplyPerfection#7
Heya,

Just like ImFlamed said, you can debug the Conquer.exe

Just attach OllyDBG to Conquer.exe when logging in, and you can change the address it's connecting to (IP but in hex), and save it as a new EXE.

Goodluck, PM if you need any help doing this!
03/14/2010 17:13 Paralyzer[GM]#8
I downloaded it then Opened it but theres like 400 lines of code witch one do I change ?
03/15/2010 11:40 262315610#9
Quote:
Originally Posted by SimplyPerfection View Post
Heya,

Just like ImFlamed said, you can debug the Conquer.exe

Just attach OllyDBG to Conquer.exe when logging in, and you can change the address it's connecting to (IP but in hex), and save it as a new EXE.

Goodluck, PM if you need any help doing this!
Can you help me in detail