Saturday, December 22, 2012

[C++] Diablo 3 OOP framework

The developer of it lost his interest to D3 for now, so he decided to release his work.
You can find source here: https://subversion.assembla.com/svn/darkd3/

Framework has next features:

-OOP memory read/write
-actor handling
-actor attributes
-scene handling (no navigation though)
-UI handling
-SNO reader
-some auction data
-started doing camera stuff

As for game interaction there are 3 options:

-Remote thread with TLS copy
-APC (uses Kernel driver and crashes wow from time to time due to synchronization issues so cannot be used actually, but if you manage to get it working perfectly - please let me know)
-DLL injection