Jovick Posted July 4, 2022 Share Posted July 4, 2022 Hi all. New to the forum and new to the Autoit tool for about 3-4 months. I really really like the tool and wish I had discovered it several years ago. What is the future for this tool? I feel like I want to invest a lot of time learning it (and I have have a bit) but am wary of whether I should due to the fact I have no idea the direction the tool is going. Thoughts? Comments? Link to comment Share on other sites More sharing options...
argumentum Posted July 4, 2022 Share Posted July 4, 2022 I've been here since 2005. Still updating and refining stuff. If you need more group help or hype. There is Rust. I don't know. Use it or not. Try C#. Oh. Welcome to the forum Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Jovick Posted July 4, 2022 Author Share Posted July 4, 2022 1 minute ago, argumentum said: I've been here since 2005. Still updating and refining stuff. If you need more group help or hype. There is Rust. I don't know. Use it or not. Try C#. Oh. Welcome to the forum Thanks. I wish I would have seen this site in 2005. argumentum 1 Link to comment Share on other sites More sharing options...
mLipok Posted July 4, 2022 Share Posted July 4, 2022 3 hours ago, Jovick said: What is the future for this tool? After the last version release (from a few months ago), we are currently in the process of introducing further improvements to many features. Also the main IDE platform (SciTE4AutoIt3) will soon be released in the latest version with many great new features. IMHO: If you plan to create stuff for Windows10 Windows11 or any WIndows20XX then no problem with using AutoIt for next 10 years. Jovick 1 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
Parsix Posted July 4, 2022 Share Posted July 4, 2022 1 hour ago, mLipok said: After the last version release (from a few months ago), we are currently in the process of introducing further improvements to many features. Also the main IDE platform (SciTE4AutoIt3) will soon be released in the latest version with many great new features. IMHO: If you plan to create stuff for Windows10 Windows11 or any WIndows20XX then no problem with using AutoIt for next 10 years. Autoit last version (Final release) is slower, when recompiled source code with new version ,apps run slower Are you feeling this ? Link to comment Share on other sites More sharing options...
mLipok Posted July 4, 2022 Share Posted July 4, 2022 1 hour ago, Parsix said: Autoit last version (Final release) is slower, when recompiled source code with new version ,apps run slower Can you show us reproducer which will measure time to show which function are slower ? Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
Parsix Posted July 12, 2022 Share Posted July 12, 2022 On 7/4/2022 at 2:43 PM, mLipok said: Can you show us reproducer which will measure time to show which function are slower ? i try this, my app is big with very codeline Link to comment Share on other sites More sharing options...
Basuw Posted December 11, 2022 Share Posted December 11, 2022 A popular use of AutoIt is to develop utilities for Microsoft Windows. Common tasks such as web site monitoring, network monitoring, disk defragmentation, and backups can be automated and combined into a customized utility. Often AutoIt is used to create bots for online games. Bots allow some actions in games to be automated, and as a result, the user can achieve the desired result faster. This use of Autoit is frowned upon by the community because it creates a bad reputation for the program, but several such scripts can be found on the official forum. The use of bots is seen by most AutoIt users as foul play, and you should not expect much help from the community in creating them. Many community members do not consider such requests at all. মোস্টবেটস অ্যাপ ডাউনলোড করতে যাও Link to comment Share on other sites More sharing options...
Musashi Posted December 11, 2022 Share Posted December 11, 2022 1 hour ago, Basuw said: Bots allow some actions in games to be automated, and as a result, the user can achieve the desired result faster. This use of Autoit is frowned upon by the community ... Using AutoIt to create gamebots is not frowned upon. It is forbidden according to the forum rules and terms of use. Simple as that. "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 13, 2022 Moderators Share Posted December 13, 2022 On 12/11/2022 at 1:54 PM, Basuw said: Many community members do not consider such requests at all. The accurate way to state this would be: Requests involving game automation bots will be immediately removed. Continued attempts to focus on this forbidden subject will lead to sanctions including removal from the forum "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Skysnake Posted December 14, 2022 Share Posted December 14, 2022 I discovered AutoIt some 12 years ago. It took me a long time to appreciate the true power it has. I believe that AutoIt will be around for a long time to come. And in the meantime, we can have a lot of fun. Skysnake Why is the snake in the sky? Link to comment Share on other sites More sharing options...
AutoXenon Posted December 17, 2022 Share Posted December 17, 2022 So long as Microsoft is incentivized to not break legacy programs, AutoIt will remain the fastest way to create Win32 GUIs. Link to comment Share on other sites More sharing options...
Somerset Posted September 18, 2023 Share Posted September 18, 2023 (edited) You're talking at someone from 9 months ago. Edited September 18, 2023 by Somerset Link to comment Share on other sites More sharing options...
Recommended Posts