Jump to content

Remote RCON for SRCDS


Recommended Posts

Hi everyone, i'm new to the forums and autoit scripting,

However i've jumped a little bit into the deep end already and i'm looking to be able to send and receive packets to and from a srcds (Source Dedicated Server).

I have successfully applied the below which works...

TCPStartUp()

$ip="192.168.0.33"

$port="27015"

$tcp=TCPConnect($ip,$port)

TCPSend($tcp,"COMMAND TO SEND " & @crlf)

TCPRecv( $tcp, 2048 )

But unfortunatly to work with srcds i need to send a packet of a certain size with a password which will then authenticate me.

Any help would be appreciated

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...