AutoIt

Brugbarts AutoIt Tutorial is a collection of resources on and off Brugbart, to help beginners learn to use AutoIt.

AutoIt is a freeware scripting language, used primarily to automate Windows. This tutorial on Brugbart is intended to pick up where the official documentation can be hard to understand for beginners, or doesn't provide much help.

AutoIt will not just allow you to automate Windows – you can also create GUIs, perform HTTP Requests with COM objects like WinHttpRequest.5.1, and even create programs and smaller games.

Tutorials

  1. AutoIt Variables
  2. If Then Else and ElseIf Statements
  3. While and For Loops
  4. User made Functions
  5. Function Arguments

Automation

  1. Automating the Keyboard
  2. Automating the Mouse
  3. Performing Pixel Searches

GUI Tutorials

  1. Making GUIs
  2. Disable and Enable GUI Elements
  3. Creating a list with selectable items
  4. Message Boxes

User Scripts

  1. Repeat mouse clicker Script
  2. Google Scraper Tool

File Handling

  1. Read a file with AutoIt
  2. Write Content to a File with AutoIt
  3. How to Delete and Recycle Files With AutoIt

HTTP Requests

  1. GET Requests
  2. POST Requests
  3. Request Headers
  4. Controlling HTTP Timeouts
  5. Using Proxies

Other

  1. Online Documentation - autoitscript.com
  2. AutoIt Downloads - autoitscript.com