Search the Community
Showing results for tags 'optimizer'.
-
I would like to share with you a program which does similar tasks to Obfuscator, but not in the same way and has some other features. Here is the description of the program: The program can be used to clean, optimize and obfuscate an AutoIt script before using it, before compilation. A file with the whole program script is created, with added functions from UDFs. Changes in the script should be made in the original script. Only functions and global variables used in the script are added from UDFs, instead of adding whole files. When adding a global variable, if possible, the variable name withing the script is replaced with the value assigned to the variable during declaration, instead of declaring the variable. Unneeded data are removed from the script. The names of functions and variables are shortened. Recycling of variables is performed - no longer used variables are reused instead of creating new variables. This way the script will work efficiently, use less computer resources, less space. The program also replaces in the script @ScriptLineNumber with the line number, this way also after compilation the line number is returned. It is likely that your script will not immediately work with this program, the script has to be compatible with the program. Please read the informations in the program before starting to clean the script. The program does a lot of operations and is written in AutoIt, so it slows down the processing of the script. You do not have to pay to use the program, but if you want you can make a donation. Here is the link to download the program: https://sites.google.com/site/programs1131/programs/autoitscriptcleaner/AutoIt%20Script%20Cleaner.zip