No problem,
The Adlib.au3 file calls the function every 250 ms. When the function is called it gets the active window's title, it then searches the ini file for a match. If it doesn't find one, the function is terminated and the script continues. If there is a match, then the script reads the section data into an array. The first variable tells the script to look for the specified text in the window using text= in ini file. This helps the script get an exact match on the window. The script then takes the keys listed in normal AU3 format from send= and sends them directly to the window. If u need a better understanding then just post and I will put comments in the au3 file for better understanding.c