Offsets
How can I change them?
All of those sources, don't display the actual value at the real address, they just are a reference for the offsets themselves. How can I change that? I'm kinda new and i'm tryina learn stuffs. And, I can t find any relatable tutorial there...
1 offset example:
int ArmorValue()
{
static int m_ArmorValue = g_pNetvars->GetOffset("DT_CSPlayer", "m_ArmorValue");
return GetValue<int>(m_ArmorValue);
})
How can I bring m_ArmorValue = 0xB378; there?