$ 0 0 [ autoit ] ( Popup )$nPORT = 8092 $IP1 = GetIP() ;IP Adress is correct too; If $MainSocket = -1 Then While $MainSocket = -1 Or $MainSocket = 0 $MainSocket = TCPListen($IP1, $nPORT) If @error Then MsgBox(0, "", $IP1 & " port"& $nPORT &) $nPORT +=1 EndIf WEnd EndIf Please help. EDIT: Error in ip adress. I not use proxy and I don't know why my IP is different what I see on www.whatismyip.com