here is the full original leak's db
To view the content, you need to sign in or register
it has some extra accounts / and players and im not sure but it looks like the npc server is logging into accounts to play the game, but i have found after a bit of this
To view the content, you need to sign in or register
i have found that
1. the ip is in a file named lobby_info.txt
2. lobby_info.txt is inside tables\client_table.sdb
3. the game is written in delphi and i dont know shit bout delphi
so here we go on what i found
so its doin some weird stuff to call wsock connect but i could probably make a hook but the problem is ive tried forcing the ip and its getting weird results im not sure its using the right port tho now that i think about it ill have to check that next. if i follow the structure here
To view the content, you need to sign in or register
then
To view the content, you need to sign in or register
that should be the port
but assuming its not and that its using their default ports i just change the ip tho and this is what i see
To view the content, you need to sign in or register
i change it to this
To view the content, you need to sign in or register
i probably didnt need to go that overkill since the second one before last is the "edx" register and edx -16 is passed to connect which is done here
To view the content, you need to sign in or register
this goes to here which calls the wsock connect i think if i made a hook i would jack the shit here its a sexy spot
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
from what i have seen it looks like we need a sdb packer/unpacker to be made first since the put the connect info in there and the reason a hook is little hard is cause its got some weird calls thru the delphi library stuff and also when i just change the ip manually it some how corupts the shit and im zero terminating my string and its smaller than the string im replacing and ipaddr should be char[15] otherwise i have no idea why its padded with 0's so it should be fine but some how it has a problem. but im gunna test if its the port now i just noticed that shit
i really want this game working haha
i got the client to connect now the port was actually not in the place i expected it it was a bit above the area there
To view the content, you need to sign in or register
doing that got this on the server
To view the content, you need to sign in or register
well its connecting now then logging out after doing nothing.
so ill be working on it a bit more now dam thot i was close ha