Results 1 to 10 of 10
  1. #1
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool

    Exclamation Need Help With D3D ..

    Hey All , i Want Help Making My D3D Hack .. i Just Want Someone To TV Me and Tell Me What to do , i Dont Beg or Ask For Codes , i just Need To Learn .. Thanks to Anyone Will Help ( i am Just Missing the Mid hook part )
    Last edited by -iFaDy..*; 03-26-2012 at 09:25 AM.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  2. #2
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    You can wait until tomorrow , i will post a tutorial how to make D3D Menu





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  3. #3
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    Quote Originally Posted by Hensley View Post
    You can wait until tomorrow , i will post a tutorial how to make D3D Menu
    nice
    ............................

    @-iFaDy..*

    make an asm class , make PUSH then attach it to vTable

  4. #4
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by darkness99 View Post


    nice
    ............................

    @-iFaDy..*

    make an asm class , make PUSH then attach it to vTable
    he can't do it cuz the base[hook] isnt his and he said be4 he doesnt know asm


    ---------- Post added at 05:35 PM ---------- Previous post was at 05:34 PM ----------

    @Hensley good and if u wnt help in it i am rdy

  5. #5
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    @Hensley
    LOL ? u crazy ?

  6. #6
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    Quote Originally Posted by CFhackerfree:5870779
    @Hensley
    LOL ? u crazy ?
    if someone posted a tutorial helping people means he mad?

  7. The Following User Says Thank You to darkness99 For This Useful Post:

    Ryuesi (03-27-2012)

  8. #7
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by darkness99 View Post
    if someone posted a tutorial helping people means he mad?
    agree with u

  9. #8
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Like This ?
    Code:
    _declspec(naked) void myDIP_hook( )
    {
    
    _asm
    {
    mov eax,dword ptr [ebp + 0x8]
    mov pDevice,eax
    pushad
    call myDIP
    popad
    jmp pDrawIndexedPrimitive
    }
    }
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  10. #9
    firefox800's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    294
    Reputation
    10
    Thanks
    2,136
    My Mood
    Fine
    Quote Originally Posted by -iFaDy..* View Post
    Like This ?
    Code:
    _declspec(naked) void myDIP_hook( )
    {
    
    _asm
    {
    mov eax,dword ptr [ebp + 0x8]
    mov pDevice,eax
    pushad
    call myDIP
    popad
    jmp pDrawIndexedPrimitive
    }
    }
    Yes midfunction can be done or can be add with D3DMenu

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

    -iFaDy..* (03-28-2012)

  12. #10
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Midfunction hooks prolly wont work anymore at all. After one of the last xtrap updates, it scans for wrong bytes at this positions of every d3d function:
    1) Bytes 1 - 5
    2) Byte 9
    3) Byte 13

    So you have just 3 bytes for your jump instruction. A short jump or short conditional jump would fit in this space, but xtrap also scans for suspicious opcodes in the functions.
    JMP, PUSH..RET, all kind of conditional jumps like JB, JZ ...,

  13. The Following User Says Thank You to Zacherl For This Useful Post:

    user44 (03-31-2012)

Similar Threads

  1. For those who needs help with Team UnlimitedCheating [CFNA D3D Menu] [23.02.2012]
    By BloodyPrison in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 14
    Last Post: 03-06-2012, 11:50 AM
  2. need some help with D3D
    By matthy in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 08-20-2011, 12:29 PM
  3. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  4. [Help] I Need Help with Warrock D3D Hack
    By Waller66 in forum WarRock Hack Source Code
    Replies: 11
    Last Post: 12-07-2010, 02:05 PM
  5. Need help with WarRock D3D hack..
    By TheCamels8 in forum C++/C Programming
    Replies: 10
    Last Post: 11-03-2010, 01:29 PM