I have designed a server side program for a computer game. I need it to connect to the game to send commands. I have a few tcpclient scripts, but I need to know how to connect to the game through the ip and port of it. In this case the ip would be 127.0.0.1 and the port would be the default game port of 28960. When you connect to 127.0.0.1:28960 you then need to send the password to login to the game...How do I communicate with the game to do so? If you have any examples or can help please post on what I need to do...
Attached is a tcpclient thing I have found, but I need it to connect with the game and send the given password to login to the console to then execute in game commands..
Attached is a tcpclient thing I have found, but I need it to connect with the game and send the given password to login to the console to then execute in game commands..
Last edited by a moderator: