Results 1 to 5 of 5
  1. #1
    gryanboyz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    dfdafdaf
    Posts
    9
    Reputation
    10
    Thanks
    0

    (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 ?

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    You should learn how to make your own hacks instead of leeching, will save you from asking dumb questions =)
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Fail indenting is fail.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. #4
    s3xh4x's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    1
    Mid Func... Or.. game hook. :\ You chose.

  5. #5
    gryanboyz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    dfdafdaf
    Posts
    9
    Reputation
    10
    Thanks
    0
    so how to edit DIP ?