The only way I've found to make it work is send() when the client is active, which is a pain since i can't do anything else while the bot is running.
Same goes for clicks, virtual clicks are blocked so controlclick() and user32.dll functions won't work.
The second part of my problem is that I've been using autoit console to keep track of whats happening,I've been doing something along with this:
Code:
$time = @HOUR & ":" & @MIN & ":" & @SEC & ":" &@MSEC ConsoleWrite($time & ": Something goes here" & @LF)







