Jump to content

Autoit Console


A. Percy
 Share

Recommended Posts

It's an experiment inspirated by Secure_ICT

Try using help command.

It can run autoit commands too, but it's need spaces between parameters. (Someday I'll improve it)

Bye

new: Console_2007_05_21.rar

Edited by A. Percy

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

It's an experiment inspirated by Secure_ICT

Try using help command.

It can run autoit commands too, but it's need spaces between parameters. (Someday I'll improve it)

Bye

Nice keep up

now make lots of commands to transform it into a simple (programming language)

great work

Link to comment
Share on other sites

GOOOOD! :)

a have a correction:

;.....
;.....
;.....

Dim $msg = 0
Dim $hotkeyset = 0
While 1
    if WinActive($frmConsole) AND $hotkeyset = 0 Then
        HotKeySet( "{ENTER}", "_SendCommand" )
        HotKeySet( "{UP}", "_BeforeCmd" )
        HotKeySet( "{DOWN}", "_NextCmd" )
        $hotkeyset = 1
    ElseIf WinActive($frmConsole) = 0 AND $hotkeyset = 1 Then
        HotKeySet( "{ENTER}")
        HotKeySet( "{UP}")
        HotKeySet( "{DOWN}")
        $hotkeyset = 0
    EndIf
   $msg = GuiGetMsg()
;.....
;.....
;.....
Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Link to comment
Share on other sites

Thank you! :)

Updated now at first post!

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

BTW, arraylist doesnt work.

I know. I'll improve it. Thanks :)

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

Nice work

Waiting 4 new functions!

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

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...