Jump to content

Two questions: WinPcap and Extract


Recommended Posts

Is it possible to extract a zip, tar, rar, tgz, gz, etc. with AutoIt3?

Does anyone know how you can install WinPcap with AutoIt3? I downloaded the developers version, and apparently I have to compile two .dll files and run a .bat file. I know how to run the .bat file but not the .dll, but then I got confused because where is it going to install to?

Thanks in advance,

.::HardHackz::.

[center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]

Link to comment
Share on other sites

I'll add a question, I want to do a speak thing, but can I do it so that it has a different voice than microsoft sam? This is my code:

Dim $speak = ObjCreate("sapi.spvoice")

Func Sound($what2say, $volume, $rate, $name)
    $speak.rate = $rate
    $speak.volume = $volume
    $speak.speak($what2say)
    $speak.voice($name)
EndFunc

Sound("Testing, testing, 1, 2, 3.",100,1,"Microsoft mary")

[center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]

Link to comment
Share on other sites

Is it possible to extract a zip, tar, rar, tgz, gz, etc. with AutoIt3?

Does anyone know how you can install WinPcap with AutoIt3? I downloaded the developers version, and apparently I have to compile two .dll files and run a .bat file. I know how to run the .bat file but not the .dll, but then I got confused because where is it going to install to?

Thanks in advance,

.::HardHackz::.

Try this:

http://legroom.net/modules.php?op=modload&...;app=uniextract

Saludos.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...