Hello,
As most you your probably already know myself and @pyrobryant have been working on the dungeon runner program, i stayed up for about 21 hours yesterday and was able to come up with a script function to allow autoit to click on background buttons(IE: Start for boat in vindictus) I am at a road block though, i'd love to add functions to allow you to run it in the background but im lacking something crucial. and that is the Keyboard input functions for background windows.
As you know already
Code:
ControlSend ( "title", "text", controlID, "string" [, flag] )
or any Control functions, do not work in games without a control such as an input or next button made using a windows gui setup. So what i need is some help getting/finding a script to allow me to send codes into a background window.
I dont know if its me or what :P but i dont have the patience or the energy to go find the ability to do so.
PS: Ive searched many various sites and the most I was able to come up with is derps telling me to use ControlSend, So if you feel like being one of those people DO NOT even post >>
Thanks
azrith001