I was wondering if anybody could help me send RCON commands to a Half Life 2 (HL2) type game server.
I have already found the needed Winsock/TCPIP library for AHK:
http://www.autohotkey.com/forum/viewtop ... 786#294786
And here is the documentation and examples of how it's done in other languages:
http://developer.valvesoftware.com/wiki ... N_Protocol
The main issue I am having right now (I think) is getting the required 32-bit little-endian ints sent properly using AHK and the aforementioned Winsock library. If I could get that working I think the rest would be pretty straightforward. I thought I could do it with Chr() but that won't let me send Chr(0).
Thanks!