Help in C# proxy for Conquer

01/04/2024 04:25 sicairo7006#1
Hello everyone, I want to create my own proxy in C#, but I don’t know where to start. I downloaded the source code for a proxy that was published previously in order to see the idea, but to be honest, it was complicated for me because I am not at the best level in C#.
Can anyone help?
01/04/2024 09:03 Spirited#2
Quote:
Originally Posted by sicairo7006 View Post
Hello everyone, I want to create my own proxy in C#, but I don’t know where to start. I downloaded the source code for a proxy that was published previously in order to see the idea, but to be honest, it was complicated for me because I am not at the best level in C#.
Can anyone help?
Help how? What specifically do you need help with?
01/21/2024 08:48 wolfcfx880#3
Quote:
Originally Posted by Spirited View Post
Help how? What specifically do you need help with?
hi sir sorry if my english is not good enough
need to your advice to catch packets like < WalkMsg , LoginPacket , etc.... >
but couldn't know how get it done btw
Tried to PM u but it seems that you do not accept pms
Thanks in advance .
01/21/2024 23:13 Spirited#4
Quote:
Originally Posted by wolfcfx880 View Post
hi sir sorry if my english is not good enough
need to your advice to catch packets like < WalkMsg , LoginPacket , etc.... >
but couldn't know how get it done btw
Tried to PM u but it seems that you do not accept pms
Thanks in advance .
Well, if you're setting up a proxy, then let us know what you're having difficulty with and I'd be glad to offer advice (if I can). Can you tell us what you tired and how you're stuck?
01/23/2024 13:13 wolfcfx880#5
Quote:
Originally Posted by Spirited View Post
Well, if you're setting up a proxy, then let us know what you're having difficulty with and I'd be glad to offer advice (if I can). Can you tell us what you tired and how you're stuck?
Sure sir anytime you can response
TBH i'm all stuck i tried to make my own Proxy C# with great help from ChatGPT
but winpcap libraries had something wrong
All proxies were released work for +5200 client
Any hint or libraries use or posted proxies here ?
TY for your time :)
01/23/2024 18:22 Spirited#6
Quote:
Originally Posted by wolfcfx880 View Post
Sure sir anytime you can response
TBH i'm all stuck i tried to make my own Proxy C# with great help from ChatGPT
but winpcap libraries had something wrong
All proxies were released work for +5200 client
Any hint or libraries use or posted proxies here ?
TY for your time :)
What version of Conquer are you trying to use it for? Because if this is for retail, then you can forget it. That'll get you bot banned in no time. And you're gonna have to provide some more info about what you asked ChatGPT and what advice it gave... because I strongly doubt that it gave you good advice.
01/25/2024 23:19 wolfcfx880#7
Quote:
Originally Posted by Spirited View Post
What version of Conquer are you trying to use it for? Because if this is for retail, then you can forget it. That'll get you bot banned in no time. And you're gonna have to provide some more info about what you asked ChatGPT and what advice it gave... because I strongly doubt that it gave you good advice.
The targeted version : 5065
I don't care about advanced version , i want to improve my Programming skills specially in Packets analyzing
Sorry for late reply life is so hard here
01/25/2024 23:21 My600Twitch#8
DM sent
01/25/2024 23:28 Spirited#9
Quote:
Originally Posted by wolfcfx880 View Post
The targeted version : 5065
I don't care about advanced version , i want to improve my Programming skills specially in Packets analyzing
Sorry for late reply life is so hard here
Well, the existing proxy projects should work, then. You may need to change the keys in the DH Key Exchange and packet cipher classes with whatever the server and client are using. Is this for logging packets from your own local TQ binary server, or logging packets from another private server?

Sorry to hear life is hard rn. Hope things get better.

Quote:
Originally Posted by My600Twitch View Post
DM sent
If you're going to send a DM... just do it. Don't announce it and don't send people away from public (and safe) discussion spaces, please.
01/31/2024 23:52 wolfcfx880#10
Quote:
Originally Posted by Spirited View Post
Well, the existing proxy projects should work, then. You may need to change the keys in the DH Key Exchange and packet cipher classes with whatever the server and client are using. Is this for logging packets from your own local TQ binary server, or logging packets from another private server?

Sorry to hear life is hard rn. Hope things get better.



If you're going to send a DM... just do it. Don't announce it and don't send people away from public (and safe) discussion spaces, please.

Does it has any diffrence if TQ Binary or Custom Developed source ?
for example i want to catch the packets for a local tq binaries 5065 5096
if you have any post has any clue about DH key , i will be grateful for you .
02/01/2024 01:26 Spirited#11
Quote:
Originally Posted by wolfcfx880 View Post
Does it has any diffrence if TQ Binary or Custom Developed source ?
for example i want to catch the packets for a local tq binaries 5065 5096
if you have any post has any clue about DH key , i will be grateful for you .
It may. It all depends on if the server has changed the DHKE key or not. I'd recommend trying it on something that hasn't been modified first and getting it working. Like CoEmu Nano or something. And once you've got the proxy working on that, then move to the server you actually want to proxy.