Conquer Online current patch loader

12/15/2012 21:05 abdeen#1
how to create or build a loader for current conquer client ?
12/15/2012 21:05 _DreadNought_#2
Hook the Connect() function that co calls from ws2_32.dll
12/15/2012 21:17 abdeen#3
Quote:
Originally Posted by _DreadNought_ View Post
Hook the Connect() function that co calls from ws2_32.dll
tanks bro , any example ?
12/15/2012 21:43 _DreadNought_#4
Search... [Only registered and activated users can see links. Click Here To Register...]

Google has even more results.
12/15/2012 21:53 abdeen#5
Quote:
Originally Posted by _DreadNought_ View Post
Search... [Only registered and activated users can see links. Click Here To Register...]

Google has even more results.
Thanks Bro :)

hey bro i need a packet logger working fine on current co patch , can you help me with that ?
12/16/2012 17:21 pro4never#6
... use one of the many existing examples and update it to work with current co.

Hook the send/receive function and boom, you have a packet logger.
12/16/2012 22:25 _DreadNought_#7
Quote:
Originally Posted by pro4never View Post
... use one of the many existing examples and update it to work with current co.

Hook the send/receive function and boom, you have a packet logger.
He wont be able to do that because the code isnt there for that whereas connect() was.