Home > .NET, C/C++, Java, Programming, SQL > App. Fetching Data From Game

App. Fetching Data From Game

November 28th, 2009

Hi all, there is the game Warcraft 3 that me and a lot of friends play, and in some game mode, “Custom games” for example, the statistics are not recorded. For example, we play 1 vs 1 game and the win of the winner isn’t recorded anywhere.

I would like an application that when people use it, their account name as well as wins and losses are uploaded into my MySQL database.

So we need to scrap the screen for when the game is either won or lost, when you win, there is a “Victory!” popup on the game. When you leave the game, that’s because you lost of course.

Or the program could scan player’s memory and try to find out what is a win and a loss?

Let’s talk about it maybe,

Thanks


App. Fetching Data From Game

Comments are closed.
Bear