hi im new to c++ and i'd like to ask how to use the netvars from y3ts dumper
Code:
m_iKills = 0x0BE0;
int kills = Mem.Read<int>(LocalPlayer + m_iKills);
it gives me some big number so i dont think i got it right.
m_iKills is under DT_CSPlayerResource and my question is how do i access that?