Jump to content

Search the Community

Showing results for tags 'optimizer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. 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
×
×
  • Create New...