GlowObjectDefinition under C#
Hello everyone,
i start to make my first csgo hack.
i try to convert the c++ struct to c#. i think i do anything wrong... anyone can help me?
c++ struct:
struct GlowObjectDefinition
{
DWORD pEntity;
float r;
float g;
float b;
float a;
BYTE pad0[16];
bool m_bRenderWhenOccluded;
bool m_bRenderWhenUnoccluded;
bool m_bFullBloom;
BYTE pad1[10];
};
############
Ah Sorry, i found it! I used the wrong offset for the glow struct.
Its 0x04AFEF74 and not 0x04AEFF74 :-P
can you tell me what exactly coding language you use , iam a programmer but this Dword stuff i never heard of it :/