

Dota 2 Overlay: Putting it all together
Retrieving data from the website: We've covered everything that we need to create the overlay and extract data. The last piece of the...


DirectX 9 Wrapper
In the last post we discussed a few of the methods we can use to intercept DLL function calls. I ended up using a wrapper for drawing my...


Intercepting calls to dynamic libraries
In the last few posts we saw how we could extract the necessary data from our game. The next couple of posts will deal with drawing...


DotaPicker HUD: Introduction
Dota 2 is a MOBA where two teams of five players compete to collectively destroy a large structure defended by the opposing team known as...