Results 1 to 6 of 6
  1. #1
    No-Life's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    9

    Help: in making a 'CF UD Hook' [D3D]

    Some Old Hooks: Maybe you can make it to work, maybe it's not possible to make it UD! -> I don't know
    - @coders, Help me with making a hook for CF [specific D3D]

    Code:
    void VirtualHook( )
    {
        Dx9Hook("d3d9.dll");
        DWORD dwDrawIndexedPrimitive = GetAddressPtr(82);
        pReset = (oReset)DetourCreateE9((DWORD)vTable[16],(DWORD)myReset, SIZEOF_JMP_REL);
        pPresent = (oPresent)DetourCreateE9((DWORD)vTable[17],(DWORD)myPresent, SIZEOF_JMP_REL);
        pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourCreateb8((DWORD)vTable[82],(DWORD)myDrawIndexedPrimitive, 
    
    12);
        while(8)
     {
        if(memcmp((VOID *)vTable[82], (VOID *)"\x8B\xFF", 2) == 0 )
     {
      pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourCreateb8((DWORD)vTable[82],(DWORD)myDrawIndexedPrimitive, 12);
     }
     Sleep(800);
     }
    }
    I heart VTable Index 82: [U]DrawIndexedPrimitive -> Index 12:[/U => GameGuard didn't scan it.
    So it make it Undetected, but for crossfire its more difficult i think.

    I Going to make VTable Hook.
    So plss help me!

    Virtual Hook( Vtable[82],
    4,
    PAGE_EXECUTE_READWRITE,
    &Old )
    & more.. pls help!



    [@noobs, don't reply pls --']



    Hate guys who say: Leechers.
    Hate guys who think they are the Best.(SelfFish)
    You know who i mean. But im not going to post them names on my signature.

  2. #2
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    i think vtable hook is detected by crossfire. and cant be ud ..not sure though
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  3. #3
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by Fly3r View Post
    i think vtable hook is detected by crossfire. and cant be ud ..not sure though
    Cody uses vtable hook for CF
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  4. #4
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    oh lol.. forgot it.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  5. #5
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by Fly3r View Post
    i think vtable hook is detected by crossfire. and cant be ud ..not sure though
    VTables will never get detected because they are just pointers to real functions...
    every hook should use it, even UD ones...


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

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

    Fly3r (10-26-2011)

  7. #6
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    okay giniyat thanks for the explanation
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




Similar Threads

  1. [Help Request] Help With Making Mod
    By mastalol in forum Combat Arms Mod Help
    Replies: 7
    Last Post: 06-10-2011, 02:29 AM
  2. Help hooking d3d
    By elcamu987 in forum Combat Arms Coding Help & Discussion
    Replies: 6
    Last Post: 06-09-2011, 02:23 PM
  3. [Help Request] Need some help to make a bot
    By Domo in forum Vindictus Help
    Replies: 6
    Last Post: 05-21-2011, 10:15 AM
  4. [Help Request] Need help with making binds !
    By JonathanTBM in forum Vindictus Help
    Replies: 4
    Last Post: 05-10-2011, 07:40 PM
  5. [HELP] Can make a d3d menu base with VB?
    By xSniperAngel in forum Visual Basic Programming
    Replies: 1
    Last Post: 02-15-2011, 11:37 AM