A. Percy Posted May 18, 2007 Posted May 18, 2007 (edited) 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 August 21, 2007 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
Gif Posted May 20, 2007 Posted May 20, 2007 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
James Posted May 21, 2007 Posted May 21, 2007 Hehe. Cool Percy. I'm liking it. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Cyber Posted May 21, 2007 Posted May 21, 2007 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
A. Percy Posted May 21, 2007 Author Posted May 21, 2007 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
James Posted May 21, 2007 Posted May 21, 2007 Update my version. No need to download. BTW, arraylist doesnt work. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
A. Percy Posted May 21, 2007 Author Posted May 21, 2007 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
James Posted May 21, 2007 Posted May 21, 2007 Okey Dokey. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
November Posted May 21, 2007 Posted May 21, 2007 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]
Cyber Posted May 21, 2007 Posted May 21, 2007 Very goooood 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
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