hey guys
iam creating internal dota 2 base cheat
i have got the **** and iam trying to print it in c++
here is the screen shot of the structs
and iam trying to print the m_iHealth which is 0x324
so here is my calculation
std::cout << "[" << i << "]" << **** + 0x10 + 0x78 + 0x324 << "\n";
this calculation is totally wrong i dont know why , any help would be really appreciated.