Gui and screen scraping.

I want to create a display for a specific game.


The game is called "dota2". When I join a game I want my software to search my teammates stats in www.dotabuff.com and display it to me. For example
I joined a game and there's 3 players call "foo" "doo" "bee". My software will go to http://dotabuff.com/ and input foo -> display the info beside the name, then search for doo -> display the info etc....
The display need to be IN GAME. How to do it anyone?
You will need to use Cheat Engine or something like that
The in game players will prob be stored in a player struct listing all players.
Then loop through it an then check the name on the website.

Then to display the players stats
You will prob have to hook directx functions
Topic archived. No new replies allowed.