using netvars
hi im new to c++ and i'd like to ask how to use the netvars from y3ts dumper
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?
Code:
m_iKills = 0x0BE0; int kills = Mem.Read<int>(LocalPlayer + m_iKills);
m_iKills is under DT_CSPlayerResource and my question is how do i access that?