Jump to content

Recommended Posts

Posted

does autoit support packet sending.

i wanna make the IE think he is recieving and sending packets

what are the commands for packet controlling?

Posted

There are TCP functions, but there are not ethernet frame manipulation (which is what I'm assuming you are looking into) functions in AutoIt.

If you're looking into packet creation or manipulation, you may want to take a gander at Perl or Python, I believe both support such functionality.

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Posted

i just want to be able to send packets into a certain socket

with address and everything.

i already got the packets.

i know u can do it with C/C++

but i dont want to start learning this big chapter at the moment so i was just asking

Posted

Currently, the TCP functions will send ascii strings through a socket, and I believe binary files (someone wrote a UDF recently, however it is slow).

An example of an script that uses TCP functionality is in eriflash's TCP client example

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Posted (edited)

eriflash? lol! don't worry most people can't get my name right anyways.

BTW: that's the funniest one i've heard so far

Here is how I got my name:

#include <String.au3>
$erifash = _StringReverse("fire") & "ash"

That's how I remember it! :) Also, I didn't know my mod of Larry's TCP example was that popular!

Edited by erifash
Posted

Sorry about that :"> That f just begs to have an 'l' next to it :evil:

I knew I had seen it before, I have bad memory with who did what with Autoit... :)

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...