Results 1 to 2 of 2
  1. #1
    shardefine's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0

    Wallhack based on STRIDE - POINT BLANK BRAZIL

    Hi everyone, I'm here bringing you some strides that I took in the PBBR, I know that the wall is done by the module most of the time (i3gfx .....) but I did it by stride.
    I did not get many, just the basics ....

    Here is the structure I made of the strides, which is still missing ....
    Code:
    STRIDE -> 32 -> NumVertices -> 4 / 8 / 31 / 68 / 163
    STRIDE -> 40 -> NumVertices ->
    
    STRIDE -> 32 -> PrimCount -> 76 / 28 / 189 / 64 / 302 
    STRIDE -> 40 -> PrimCount ->
    
    STRIDE -> 32 -> NumVertices ->  -> PrimCount ->
    STRIDE -> 40 -> NumVertices ->  -> PrimCount ->
    Here in C ++:
    WALLHACK
    Code:
    #define PLAYERSTRIDE ((Stride == 32) && NumVertices == 4) || ((Stride == 32) && NumVertices == 8) || ((Stride == 32) && NumVertices == 31) || ((Stride == 32) && NumVertices == 68) ||  ((Stride == 32) && NumVertices == 163) || ((Stride == 32) && PrimitiveCount == 76) || ((Stride == 32) && PrimitiveCount == 28) || ((Stride == 32) && PrimitiveCount == 189) || ((Stride == 32) && PrimitiveCount == 64) || ((Stride == 32) && PrimitiveCount == 302)
    
    if(PLAYERSTRIDE)
    {
    	//WIREFRAME: pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);
    	pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
    	pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
    	return RetornoDIP; //DrawIndexed
    }
    IMAGE'S:


    Do not call the menu, I'm still learning, it was a test menu (checkbox) .


    #define
    SmoLL_iCe

  2. #2
    wangkaoke's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    thank you, has anyone tried it?

Similar Threads

  1. HACK POINT BLANK BRAZIL PLEASE!!
    By detonadorr1 in forum Point Blank Hacks
    Replies: 5
    Last Post: 11-20-2011, 10:00 AM
  2. where I buy vip here for Point Blank? Brazil
    By zeuuuu in forum Point Blank Hacks
    Replies: 3
    Last Post: 09-29-2011, 08:50 AM
  3. [Request] Wallhack Point blank Brazil
    By xlipe22 in forum Point Blank Hacks
    Replies: 6
    Last Post: 06-22-2011, 11:13 AM
  4. [ASK] How To Make RPG Room In Point Blank Brazil
    By laruku in forum Point Blank Hacks
    Replies: 0
    Last Post: 04-03-2011, 01:17 AM
  5. Point Blank BRAZIL Cash Generator
    By rgcesar in forum Point Blank Hacks
    Replies: 20
    Last Post: 02-13-2011, 01:06 AM