JackyChan Posted September 1, 2009 Posted September 1, 2009 Hi, ex: i have some servers a.com:123 b.com:123 c.com:123 I want it like $socket1 = TCPConnect("a.com", 123) $socket2 = TCPConnect("a.com", 123) $socket3 = TCPConnect("a.com", 123) But, if i have: a.com:123 b.com:123 c.com:123 .... many servers and I don't know how much How connect to many servers and send to all servers a packet random? Please help me and thank you very much!!!
Bert Posted September 2, 2009 Posted September 2, 2009 can you explain why you need to send a random packet to a server? That seems very odd. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Marlo Posted September 2, 2009 Posted September 2, 2009 Arrays are your friend Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
JackyChan Posted September 2, 2009 Author Posted September 2, 2009 On 9/2/2009 at 1:12 AM, 'Marlo said: Arrays are your friend Yes, thank you very much.I'm coding a programing for learn. It's my exercise
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now