frenci8 (08-07-2011),nz12345678 (08-07-2011),Ryuesi (08-06-2011)
Simple Wallhack:
Chams:Code:#define PlayerBody ( Stride == 44 || Stride == 40 ) // Note for retards, the " || " Operator means "Or" as in: "PlayerBody is equal to stride number 44, or 40."
3D Boxes:Code:bool Generate = true; // <-- to prevent flicker. will be explained later. LPDIRECT3DTEXTURE9 texYellow, texRed;
Code:HRESULT GenerateTexture(IDirect3DDevice9 *pD3Ddev, IDirect3DTexture9 **ppD3Dtex, DWORD colour32) { if( FAILED(pD3Ddev->CreateTexture(8, 8, 1, 0, D3DFMT_A4R4G4B4, D3DPOOL_MANAGED, ppD3Dtex, NULL)) ) return E_FAIL; WORD colour16 = ((WORD)((colour32>>28)&0xF)<<12) |(WORD)(((colour32>>20)&0xF)<<8) |(WORD)(((colour32>>12)&0xF)<<4) |(WORD)(((colour32>>4)&0xF)<<0); D3DLOCKED_RECT d3dlr; (*ppD3Dtex)->LockRect(0, &d3dlr, 0, 0); WORD *pDst16 = (WORD*)d3dlr.pBits; for(int xy=0; xy < 8*8; xy++) *pDst16++ = colour16; (*ppD3Dtex)->UnlockRect(0); return S_OK; }
codes only with D3D9 base
Last edited by mycookiesrawr123; 08-06-2011 at 11:36 AM.
frenci8 (08-07-2011),nz12345678 (08-07-2011),Ryuesi (08-06-2011)
Thanks Man Good Joop
new-idea_by_[samseka]
my first CF loginBG_By_[samseka]
my 2nd CF loginBG_By_[samseka]
my 3rd CF loginBG_By_[samseka]
my new colection[1] CF loginBG
Christmas Marks & LoginBG for CFNA_By_[samseka]
C. Ronaldo LoginBG-collection_by_[SAMSEKA]
HDpic LoginBG-collection_by_[SAMSEKA]
Love LoginBG-Mark-Colliciton_by_[SAMSEKA]
Nice thanks :P
RussianFighter (08-06-2011)
nice source code![]()
Nice Thanks a question
works the codes only with D3D9 base
xXRussiaFighterXx (08-10-2011)
I, wont give code for D3D so dont bother.
This is all leeched![]()
https://www.mpgh.net/forum/242-crossf...-wallhack.html
Try coding yourself leecher![]()
Last edited by [[SeXergy]]; 08-06-2011 at 11:44 AM.
Wait i will give in a sec
https://www.mpgh.net/forum/242-crossf...-creating.html
![]()
Last edited by [[SeXergy]]; 08-06-2011 at 11:49 AM.
Wallhack and Chams have always had the same Source Codes so this isnt leached
looks good