A pure scripting language can't exist on its own - it makes something else do something (like JavaScript manipulates web pages).
Some languages, like Python or Ruby or Perl, are called scripting languages because they have a lot in common with other scripting languages, but they can be used standalone.
AutoIt sounds like a normal scripting language:
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
It sounds like its main purpose is for manipulating Windows GUI elements, so this makes it a scripting language. Would it make any sense on a web server, for example?
The important thing to note though, as Greg mentions, is that the term "Scripting language" is very poorly defined, doesn't really mean anything, and shouldn't be worried about.