Joshua Kidd 0 Junior Poster

Hello,
I am create a server application for a game called Flight Simulator X. And there is a Chat room in the game for MP sessions.
I was wondering If there would be any possible way to read and reply text from that chatbox.

I did create a simple spammer but I had made the interval to 100,000 and just multiplied that by 2 I have 1 textbox as well and use Sendkeys. But this only works If you are clicked in the chatbox and clicked where the text goes or it will just send those Keys to the game at random.

Here is my timer code:

AppActivate("Microsoft Flight Simulator X")
        SendKeys.Send("**ROBOT**")
        SendKeys.Send(TextBox1.Text)

        SendKeys.Send("{ENTER}")

Just the one thing I am wondering is , is there any possible way to read what goes into the chatbox, and be able to reply such as like a bot.

Can Someone please help? Thanks in advance! :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.