Who sayd "AutoIt doesent support Socks proxy's" ?
TCPStartup()
$hc = TCPConnect("192.168.0.100",9050) ; Socks4a Proxy Server
$sReq = Chr(0x04) _ ; Protocol version 4
& Chr(0x01) _ ; Command Code 1 - establish a tcp/ip stream connection
& Chr(0x00) & Chr(0x50) _ ; Port 80
& Chr(0x00) & Chr(0x00) & Chr(0x00) & Chr(0xFF) _ ; Ip Adress Invalid - 0.0.0.255
& "" & Chr(0x00) _ ; User Id Empty
& "ww