@SryMyEng: this script is written for AutoHotkey basic, so if you would like to use it you can run it using AutoHotkey basic (just download the zip file
http://www.autohotkey.com/download/ and extract AutoHotkey.exe)
OR you could try:
- Open script in your text editor (notepad)
- Do a find & replace: find [ replace _
- Do another find & replace: find ] replace _
- Save and try to run the script, it might work.
The main reason it doesn't work with ahk_l is the use of [] in the variable names. They are now reserve for true arrays and objects so by replacing them with _ it should work. Good luck.