People asking me for clean AuthSvrT here is the source code to a clean AuthSvrT you can compile it yourself add new features etc..
Same goes for Database server (DBSvrT) both can be compiled without any problems only 1 decompiled issue.. which I cannot even find.
To compile it setup your projects and dump all the arrays properly using the idb files (IDA PRO), could rename some variables like class pointers vfptrs's by following the casts like
Code:
(CIOObject *)&CNMSocket::s_socket.vfptr
Code:
(CIOObject *)&CNMSocket::s_socket.cioObject








