Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed

    How to get DIP Pointer address

    Hello guys !!
    I Will release a tut for how to get DIP Function address From olly

    What do you need

    Olly
    d3d9.dll "From C:\Windows\system32"

    Step 1

    Open d3d9.dll with olly and right click > Search for > Binary String

    View B04OC2.png on ScreenSnapr

    Step 2

    Write at Hex + 0E this binary
    Code:
    C7 06 ?? ?? ?? ?? 89 86 ?? ?? ?? ?? 89 86
    View HufI5u.png on ScreenSnapr

    Step 3

    Then u will get a code like that
    Code:
    4FE50F3C  |. C706 286CDE4F  MOV DWORD PTR DS:[ESI],d3d9.4FDE6C28
    Take the address you have get "4FDE6C28"
    now we should search for [4FDE6C28+82.*4]
    by Click CTRL + G

    Step 4

    Then you will found code like that
    Code:
    4FE58845  |. 6A FF          PUSH -1
    4FE58847  |. 68 5816F54F    PUSH d3d9.4FF51658                       ;  SE handler installation
    4FE5884C  |. 64:A1 00000000 MOV EAX,DWORD PTR FS:[0]
    4FE58852  |. 50             PUSH EAX
    4FF51658 That's the Dip Address

    Thank + Rep if i helped you .
    @giniyat101For Teach me that
    Good bye

    Last edited by Ryuesi; 03-20-2012 at 01:44 PM.





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




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

    -iFaDy..* (03-20-2012),cttbot89 (03-20-2012),darkness99 (03-20-2012),Dragon(H)ell (03-21-2012),Fly3r (03-20-2012),HLBOT (09-06-2012),luccss (04-24-2012),temp512512 (07-24-2012)

  3. #2
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    thank you :P

    ---------- Post added at 05:32 PM ---------- Previous post was at 05:24 PM ----------

    after that i will make naked asm and include D3D SDK ?

  4. #3

  5. #4
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    Quote Originally Posted by darkness99 View Post
    thank you :P

    ---------- Post added at 05:32 PM ---------- Previous post was at 05:24 PM ----------

    after that i will make naked asm and include D3D SDK ?
    i found the crossfire eu DIP now ...

    what to do ? i added naked asm and add code then what have i do to add it ? void class d3d hacks ?


    ---------- Post added at 05:49 PM ---------- Previous post was at 05:41 PM ----------



    now ?

    Code:
    __declspec(naked) void DrawIndexedPrimitive ( )
    {
    
    _asm
    {
    mov eax,dword ptr [ebp + 0x8]
    mov pDevice,eax
    pushad
    call Render
    popad
    push    -1
    push    73A3B9E8
    mov     eax, dword ptr fs:[0]
    push eax
    jmp DIP
    }
    }

  6. #5
    Genkidesu's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Thanh Hóa
    Posts
    187
    Reputation
    30
    Thanks
    2,787
    My Mood
    Bored
    just use oldschool sigscanner, way faster.

  7. #6
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,547
    My Mood
    Relaxed
    lol this tutorial its OOOOOOOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDD DDDDDDDDd

    yu can use d3d9 test to

  8. #7
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    good job
    Last edited by giniyat101; 03-20-2012 at 01:53 PM.


     



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

  9. #8
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    Good tutorial..
    Good job

  10. #9
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,409
    My Mood
    Worried
    Quote Originally Posted by darkness99 View Post


    i found the crossfire eu DIP now ...

    what to do ? i added naked asm and add code then what have i do to add it ? void class d3d hacks ?


    ---------- Post added at 05:49 PM ---------- Previous post was at 05:41 PM ----------



    now ?

    Code:
    __declspec(naked) void DrawIndexedPrimitive ( )
    {
    
    _asm
    {
    mov eax,dword ptr [ebp + 0x8]
    mov pDevice,eax
    pushad
    call Render
    popad
    push    -1
    push    73A3B9E8
    mov     eax, dword ptr fs:[0]
    push eax
    jmp DIP
    }
    }
    there isnt a crossfire NA DIP and another one for EU they are both the same lol
    anyway Thx
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  11. #10
    -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
    Very Good Tutorial still need a tutorial for Mid Fonction Hook - Nice Tutorial

    ---------- Post added 03-21-2012 at 12:07 AM ---------- Previous post was 03-20-2012 at 11:20 PM ----------

    omgg Learned Very Much From THis , going to make hook soooon !
    Last edited by -iFaDy..*; 03-20-2012 at 03:30 PM.
    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

  12. #11
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    really idk
    but i think Mid Func patched with last x trap update

  13. #12
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,987
    My Mood
    Asleep
    Quote Originally Posted by Assassin's Creed View Post


    there isnt a crossfire NA DIP and another one for EU they are both the same lol
    anyway Thx
    yea they both use d3d9 so it's doesn't change

  14. The Following User Says Thank You to DaRk For This Useful Post:

    Assassin's Creed (03-20-2012)

  15. #13
    -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
    /req Sticky - Very Useful.
    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

  16. #14
    darlwis's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    228
    Reputation
    33
    Thanks
    53
    My Mood
    Inspired
    I think the CF DIP Addie is this:
    4FF51658h
    Credits:
    @ToXiC Coder,He pass me it on MSN.

  17. #15
    dicky88smd's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    63
    My Mood
    Busy
    BTW i found that, i think NA have same with INDO "4FF51658"

    @darlwis you say the addy is "4FF51658h" well can you explain to me where come form "h"
    Last edited by dicky88smd; 03-21-2012 at 06:21 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] How to get the value of the address, a pointer is pointing at? [Solved]
    By Arnibold in forum C++/C Programming
    Replies: 12
    Last Post: 09-05-2011, 02:23 AM
  2. [Help] How to get DrawPrim pointer for CA EU?
    By ChanceOfHax in forum Combat Arms EU Hack Coding/Source Code
    Replies: 5
    Last Post: 02-07-2011, 01:43 AM
  3. [Video] How to Get The Bytes From an Address in Ollydbg
    By DeadLinez in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 08-12-2010, 12:10 PM
  4. (TUT)how to change your IP address incase u get banned
    By (FPS)H4X0R in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 06-19-2009, 01:38 AM
  5. [help]how would i get the superjump address?
    By fable741 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-08-2007, 08:37 AM