#define RETURNADDRESS ((DWORD)_ReturnAddress()==(DWORD)GetModuleHandleA(DxDraw)+0x4C5A79)
if(Hack.Chams[3])
{
if (RETURNADDRESS && iStride== 40 && iStride== 44 )
{
pDevice->SetRenderState(D3DRS_ZENABLE, FALSE);
pDevice->SetTexture(0, g_Blue);
_DrawIndexedPrimitive(pDevice, PrimType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE, TRUE);
pDevice->SetTexture(0, g_Green);
}
}

