Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 56
  1. #31
    belldragon7's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    525
    Reputation
    10
    Thanks
    33
    My Mood
    Amazed
    good job
    thank me if u liked me
    __________________________________________________ _______________________________
    skype: mohamedboy3321
    __________________________________________________ _______________________________
    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✔
    Member: 100 ✔
    Advanced Member: 150 ✔
    Dual-Keyboard Member: 250 ✔
    Expert Member: 500 ✔
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖

  2. #32
    _Coder.'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Swag View Post
    Lib etc.. are not necessary
    Relly :O i thought you would need it, if not you would just keep getting that error.

    PS: Swagg just saying bro i havent got the sdk and included it and keep getting error
    Last edited by _Coder.; 03-29-2012 at 02:05 PM.

  3. #33
    eppi's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    does not work ( put brackets): D3Dhook identifier not found
    Attached Thumbnails Attached Thumbnails
    Безымянный.JPG  


  4. #34
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Quote Originally Posted by eppi View Post
    does not work ( put brackets): D3Dhook identifier not found
    /fp you need to include the d3d stuff.. like this
    ..

  5. The Following User Says Thank You to Royku For This Useful Post:

    _Coder. (03-29-2012)

  6. #35
    eppi's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Royku, it was included , but still error
    Last edited by eppi; 03-29-2012 at 02:29 PM.

  7. #36
    _Coder.'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    To include the files as royku said. This is how you do it.
    1.) On the menu toolbar go to project
    2.) Click on configuration properties
    3.) Click on vc+++ directories
    4.) Then go to include and click edit
    5.) Then go and find the SDK summer update. And click the include folder once and click select folder
    6.) Then do the same thing but for libary. Do the SDK folder thing again and click the folder libs and click select folder
    7.) Click apply
    8.) Click ok :P
    9.) Your done.



    PS: If you still get error either you cannot read or you cant simply c+p
    Last edited by _Coder.; 03-29-2012 at 02:34 PM.

  8. The Following User Says Thank You to _Coder. For This Useful Post:

    eppi (04-03-2012)

  9. #37
    eppi's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Everything turned out.

    ---------- Post added at 03:05 PM ---------- Previous post was at 02:46 PM ----------

    This is a ready made wallhack ?
    Last edited by eppi; 03-29-2012 at 03:05 PM.

  10. #38
    _Coder.'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by eppi View Post
    Everything turned out.

    ---------- Post added at 03:05 PM ---------- Previous post was at 02:46 PM ----------

    This is a ready made wallhack ?

    Yeap:
    Code:
    bool WallHack = true;

  11. The Following User Says Thank You to _Coder. For This Useful Post:

    eppi (03-29-2012)

  12. #39
    eppi's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Quote Originally Posted by _Coder. View Post
    Yeap:
    Code:
    bool WallHack = true;
    strange this code I have, but wallhack not RU not in NA is not included
    Last edited by eppi; 03-29-2012 at 03:35 PM.

  13. #40
    Genkidesu's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Thanh Hóa
    Posts
    187
    Reputation
    30
    Thanks
    2,787
    My Mood
    Bored
    @Swag @Dead(H)ell

    Please correct me if i'm wrong... cause i'm new to d3d myself.

    First:
    Code:
    DWORD* DIP_hook = NULL;
    Can tell me what this for? i didn't see the DIP_hook at anywhere except in global.

    2nd:
    Code:
    DWORD DIP_return = NULL;
    
    DWORD dwJMPback = 0x4FF51659;
    What? I think correct one is: DWORD DIP_return = 0x4FF51659; ?

    3rd:
    Code:
    adr = FindPattern(D3D9, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x8", "xx????xx????xx");
    notice something?

    4th:
    Code:
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    MOV EAX, DWORD PTR [ESP+40];
    PUSH EAX;
    Is this for real?

    5th
    Code:
    void D3Dhook()
    {
        LoadLibraryA("d3d9.dll");
        DWORD D3D9, adr, *VTable;
        do
        {
            D3D9 = (DWORD)LoadLibraryA("d3d9.dll");
            Sleep(100);
        } while (D3D9 == NULL);
    
        adr = FindPattern(D3D9, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x8", "xx????xx????xx");
        if (adr) {
            memcpy(&VTable,(void *)(adr+2),4);
    
            if (CheckWindowsVersion() == WINDOWS_7) {
            MakeJMP((BYTE *)0x4FF51658, (DWORD)myDIP_hook7, 0x6);
            DWORD dwJMPback = 0x4FF51659;
    	}
    	else if (CheckWindowsVersion() == WINDOWS_XP)
    	{
            MakeJMP((BYTE *)0x4FF51658, (DWORD)myDIP_hookxp, 0x6);
            DWORD dwJMPback = 0x4FF51659;
     		}
    	}
    }
    How suppose this base to work without Detour? and where is VTable[82] ?

    6th:
    Code:
    LoadLibraryA("d3d9.dll");
        DWORD D3D9, adr, *VTable;
        do
        {
            D3D9 = (DWORD)LoadLibraryA("d3d9.dll");
            Sleep(100);
        } while (D3D9 == NULL);
    What is this?

    Don't u think it's much better if u put like this?
    Code:
    DWORD D3D9, adr, *VTable;
    while (!(D3D9 = (DWORD)LoadLibraryA("d3d9.dll"))) 
    { 
    	Sleep (100); 
    }

  14. #41
    firefox800's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    293
    Reputation
    10
    Thanks
    2,137
    My Mood
    Fine
    Why a lot of stuff now posting like this...when the time it got patch they posted...

  15. #42
    eppi's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Genkidesu, It will work at RU or on NA

  16. #43
    Genkidesu's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Thanh Hóa
    Posts
    187
    Reputation
    30
    Thanks
    2,787
    My Mood
    Bored
    Quote Originally Posted by eppi View Post
    Genkidesu, It will work at RU or on NA
    Proof it.

    Don't put ss/video, i want real proof from main post.

  17. #44
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    Quote Originally Posted by firefox800 View Post
    Why a lot of stuff now posting like this...when the time it got patch they posted...
    Because people can learn from it

    ---------- Post added at 06:16 AM ---------- Previous post was at 06:14 AM ----------

    Quote Originally Posted by eppi View Post
    Royku, it was included , but still error
    Learn how to code first, i fixed the error in the tut

  18. #45
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    @Swag u shouldnt have posted that cuz u know no one will code all of them will just leech it and paste it after that then u find 100 comments!! errorrsss!! help me help me and that what happened! lol and btw thnx for ur credits and the.. part u told me about jmp back it really helped

    ---------- Post added at 07:53 AM ---------- Previous post was at 07:51 AM ----------

    Why a lot of stuff now posting like this...when the time it got patch they posted...
    @firefox800 as @Swag said helping is the main aim of that forum since @Dave84311 made this forum that was his aim so u dont have to QQ back saying why posting things like this

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Tutorial] How To Make A D3D Hook [ Complete Tutorial ]
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 56
    Last Post: 09-09-2012, 01:01 PM
  2. [Tutorial] How To Make A D3D Menu in VB.NET for CF[Doesnt Require A Hook]
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 68
    Last Post: 08-04-2012, 10:48 AM
  3. [Tutorial] How to Make a D3D Crosshair
    By sam22 in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 7
    Last Post: 11-29-2010, 11:13 AM
  4. How To Make Warrock D3d Menu Hack with all hack functions
    By srinuv in forum Programming Tutorial Requests
    Replies: 5
    Last Post: 09-15-2010, 08:12 AM
  5. [Tutorial] How To Make Longevity's ca hook to work
    By dillster7879 in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 12-10-2009, 05:47 PM