LTClient & Console Address
Well hopefully you guys will do something. The LTClient address is for sure, but the Console one isn't. It should be though.
You can figure out how to use the LTClient class and Console address from my base. Don't know if the class is still working though.
Dumped files can be found here.
http://www.mpgh.net/forum/2-general/...ml#post8197527
You can figure out how to use the LTClient class and Console address from my base. Don't know if the class is still working though.
Code:
#define ADDR_ILTCLIENT 0x104FB078 #define ADDR_CONSOLE 0x104FB078 + 472 g_LTClient = (CLTClient*)*(DWORD*)ADDR_ILTCLIENT; // Initialize class pointer
http://www.mpgh.net/forum/2-general/...ml#post8197527