NET_SetConVar
I've been trying to reverse NET_SetConVar, but it crashes on execution, I'm pretty sure I have the deconstructor correct but the init and constructor i'm not sure. Can anyone provide help?

Also, why do people add 12 at the end of the signature?
CS:GO example:

Also, why do people add 12 at the end of the signature?
CS:GO example:
Code:
static oDestructor Destructor = (oDestructor)(Utils::FindSignature("engine.dll", "00 CC CC CC CC CC CC CC CC CC CC CC 56 8B F1 57 8D") + 12);
