Results 1 to 6 of 6
  1. #1
    a4123278
    a4123278 is offline
    Member-in-training
    Join Date
    2010 Apr
    Posts
    68
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    15
    Thanked in
    1 Post
    Rep Power
    0

    How to make the standard D3D wallhack

    How to make the standard D3D wallhack


    1. First u need to download a compliler
    2. Download the newest directx sdk from microsoft
    3. Setup your compiler link all the apropriate stuff
    4. Download AZorbix's d3d starter kit
    5. Start a new project , win32 dll,select empty dll
    6. Open up your work spce click on file view and open up the tree
    7. Add all the source files and header files from azorbix base
    8. Open up d3d9dev.cpp
    9. Declare int m_stride= # //#=u need to find the stride number
    10. Scroll to setstreamsource put this

    if (StreamNumber==0)
    {
    m_Stride = Stride;
    }
    return m_pD3Ddev->SetStreamSource(StreamNumber, pStreamData,OffsetInBytes, Stride);
    }

    9) search for drawindexprimitive and put
    if(m_Stride == #) //#=u need to find the stride number
    {
    DWORD dwOldZEnable = D3DZB_TRUE;
    m_pD3Ddev->GetRenderState(D3DRS_ZENABLE, &dwOldZEnable);
    m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
    m_pD3Ddev->DrawIndexedPrimitive(PrimitiveType, minIndex, NumVertices, startIndex, primCount);
    m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, dwOldZEnable);
    return m_pD3Ddev->DrawIndexedPrimitive(PrimitiveType, minIndex, NumVertices, startIndex, primCount);

    10) Compile your project it will be in the specified folder you declared
    11) Y ou created your first d3d wall hack its a simple as that

    Finding the stride number
    1. Download attached files
    2. Inject a proper DLL depending on what directx version game is using
    3. log stride numbers


    Virustotal result: 0% - for DirectX8Logger.rar
    Virustotal result: 27% - for D3D9_Model_Logger.rar - 27% detect result because of AutoInject.exe, you can use your own injector

    Please register or login to download attachments.


  2. The Following 2 Users Say Thank You to a4123278 For This Useful Post:


  3. #2
    xtxjim
    xtxjim is offline
    New member
    Join Date
    2011 Nov
    Posts
    15
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Thanks,im frist learn about it

  4. #3
    elimination
    elimination is offline
    New member
    Join Date
    2011 Jul
    Posts
    4
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Really dumb I have to spam this forum so I can download something.

  5. #4
    onioncyber
    onioncyber is offline
    Guest
    Join Date
    2012 Jun
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    how build this to dll ??
    not work in CSS . . .

    please share video tutorial

  6. The Following User Says Thank You to onioncyber For This Useful Post:


  7. #5
    dondale8
    dondale8 is offline
    New member
    Join Date
    2011 Nov
    Posts
    10
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by onioncyber View Post
    how build this to dll ??
    not work in CSS . . .

    please share video tutorial
    +1 Ya PLz

  8. #6
    gugi
    gugi is offline
    New member
    Join Date
    2012 Aug
    Posts
    4
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    dip hook

Similar Threads

  1. [Hack] please WallHack...
    By FaRaON in forum Perfect World
    Replies: 6
    Last Post: 2013-01-20, 01:10 AM
  2. [Hack] PointBlank PH Wallhack
    By khuletz09 in forum Point Blank
    Replies: 14
    Last Post: 2011-12-29, 01:35 PM
  3. [Hack] Pointblank wallhack win 7 32 bit
    By khuletz09 in forum Point Blank
    Replies: 2
    Last Post: 2011-08-02, 11:23 AM
  4. New CrossFire Wallhack by : Proaction
    By proactionn in forum Trash Bin
    Replies: 1
    Last Post: 2011-04-26, 03:47 PM
  5. [Hack] CrossFire VIP WallHack
    By PandaDi in forum CrossFire Hack
    Replies: 7
    Last Post: 2010-12-14, 09:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •