About the language, I just wanted to try something more reliable, stable?
Well I use WinGetHandle with Autoit to find the hwnd to send the keystrokes to, but you also need a control ID. Example:
Code:
$hwnd=WinGetHandle("Babel - Character")
ControlSend($hwnd,"","Edit1","type your string here")
title, text, control ID, string.
I can't seem to find another way of sending keystrokes without having Edit1 as the control Id, but seeing as it sounds like editing a textbox? editable text? it interferes with other programs I use for whatever reason.
I need my script to only send keystrokes to the game just for the belts, without messing with anything else, sounds very possible, just can't figure it out.
EDIT: Also, It is possible to send mouse clicks to SRO while minimized.