
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...

Extracting data from Dota2
We now know enough about cheat engine to locate the necessary data in Dota2. For our project, we need to know the ID's of the enemy...


Case Study: Shadow of Mordor
For this case study we will try to get infinite arrows and unlock all skills in Shadow of Mordor. We will use pointer scans for the first...