(point blank) How To Edit DIP
this is some of my source code
Code:
if (GetAsyncKeyState(VK_INSERT)&1)
{ Chams = !Chams; MessageBeep(1); }
if (Chams ==1)
if (Stride==44)
{
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
pDevice->SetTexture(0, texLightYellow);
pDrawIndexedPrimitive(pDevice,pType D3DparamvalX,nMinIndex,nNumVertices,nStartIndex,nPrimitiveCount);
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_TRUE);
}
/***************************************************************/
if (GetAsyncKeyState(VK_INSERT)&1)
{ Chams = !Chams; MessageBeep(1); }
if (Chams ==1)
if (Stride==52)
{
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
pDevice->SetTexture(0, texAquaMarine);
pDrawIndexedPrimitive(pDevice,pType D3DparamvalX,nMinIndex,nNumVertices,nStartIndex,nPrimitiveCount);
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_TRUE);
}
it was crash, I want make this undetected by hackshield
so how should I do ?