i've read a few guides,
now when i try this:
Code:
TCPStartup()
$socket = TCPConnect("127.0.0.1", 15778)
If $socket = -1 Then
MsgBox(64, "edxAutoitClientless", "Connection Failure.")
Exit
EndIf
and the sro client is started
so how can i get this basic code working?
i assume it has something to do with hackshield?






