OldSchoolHack

Register / Login English

Chams Problem

icon Thread: Chams Problem

Join Date: Dec 2011

Posts: 97

User-Rating:

2 positive
0 negative
Ein Kleiner ausschnitt aus meinem Alten CS:GO Hack:

TEXT Code:
  1. if(Terrorist){
  2. pDevice->SetRenderState(D3DRS_ZENABLE, false);
  3. pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_SOLID);
  4. pDevice->SetPixelShader(Yellow);
  5. pDrawIndexedPrimitive(pDevice, PrimType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
  6. pDevice->SetRenderState(D3DRS_ZENABLE, true);
  7. pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_SOLID);
  8. pDevice->SetPixelShader(Red);
  9. }

Villeicht hilfts was.

MfG