Jump to content

Recommended Posts

Posted (edited)

is itpossible to make UDP proxy with autoit that works with following variables:

$localPort = 6112
$remotePort = $localPort
$remoteAddress = "213.248.106.202"
$localAddress = "127.0.0.1"
Edited by E1M1

edited

Posted (edited)

it have to send game packets to server and server packets to game.

I got C# source but I am not sure if anyone here can convert it to Autoit.

Edited by E1M1

edited

Posted

Ehh, how much code is it? May as well post it if it's not too long since it may provide some people (namely myself o.O) with some insight into what you're trying to do...

It sounds like you're trying to make a middle-man relay or something? So the client sends data to this UDP proxy which forwards it to another 'server' and the server sends its response back to the 'proxy' which relays it to the client?

Posted

Ehh, how much code is it? May as well post it if it's not too long since it may provide some people (namely myself o.O) with some insight into what you're trying to do...

It sounds like you're trying to make a middle-man relay or something? So the client sends data to this UDP proxy which forwards it to another 'server' and the server sends its response back to the 'proxy' which relays it to the client?

look at Sever Proxy Client v2 (in attatchment)

edited

Posted

look at Sever Proxy Client v2 (in attatchment)

Mmmkay, well short of anything I overlooked (I must say the code you posted wasn't organised or commented in a way intuitive for me to follow), I'd say to answer your original question- Yes, it's quite possible to do the C# in AutoIt.

It would be more effort than I'd care to donate to go through line by line and convert the program to AutoIt but there's a vivid community here that I'm sure would provide some passive support for you.

The question then for you is where are you stuck at?

Posted

Mmmkay, well short of anything I overlooked (I must say the code you posted wasn't organised or commented in a way intuitive for me to follow), I'd say to answer your original question- Yes, it's quite possible to do the C# in AutoIt.

It would be more effort than I'd care to donate to go through line by line and convert the program to AutoIt but there's a vivid community here that I'm sure would provide some passive support for you.

The question then for you is where are you stuck at?

i have no idea where from start

edited

Posted

well I have done simple things with tcp server and client example scripts from help, bt I have no idea how make proxy. It just dont listen packets.

edited

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...