Quote Originally Posted by mertish View Post
I see
Told yah

There are ways around it, just not efficient.
The easiest? way is you can combo Xenobot with Autoit3 and have it activate the window (based on window title, and having the Lua script send a request to au3 <several techniques to this>) and have it manually enter the name using the Send() command followed by a MouseClick() command.
Now the reason why this isn't even remotely ideal is because it would require window focus during the inviting, which of course means that you can't really do much else on your computer during that time.
The most efficient way is through c# (I think) but I personally don't feel like figuring it out, and as kamilqq mentioned, people probably won't help with that either.