Results 1 to 5 of 5
  1. #1
    lucifereviluser's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    105
    Reputation
    19
    Thanks
    50

    MidFunction Hook new.

    Hmhm...


    Undetected...

    Here. Midfunction hook for CrossFire.



    First. Look patch address. Push + Ret = JMP. XTrap not scan 0xC3.

    We detour naked Function in another place like:



    Only Demo. Now Go And Patch.

    Code:
    4FE58837   68 5816F54F      PUSH d3d9.4FF51658 //win 7, XP ,vista
    Edit your hook place:

    Code:
    PUSH d3d9.4FE58820
    Now. Edit PUSH EAX to 0xC3 (RETN) :fing02:

    And DIP must jump to your naked



    Code:
    _declspec(naked) void MyDIP( )
    {
      
    _asm
    {
    mov eax,dword ptr [ebp + 0x8]
    mov pDeviceDIP,eax
    pushad
    call DoWallHack
    popad
    push    -1
    push    0x4FF51658
    mov     eax, dword ptr fs:[0]
    push eax
    jmp BackDIP
    }
    }
    He He. Thanks for reading. Please help me how to code skeleton esp (bone esp)... My email. lucifer_eviluser@yahoo.com :jackie:

    Undetected

  2. #2
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    Awsome man! keep it up!!!! Cool thanks that will help lots of hacks



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  3. #3
    xBioK1ngz's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    How use that ?
    "Hook"

  4. #4
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Good job , keep it up
    Last edited by Ryuesi; 11-11-2011 at 09:35 PM.





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




  5. #5
    rjj83's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    WCHL;J;L
    Posts
    32
    Reputation
    10
    Thanks
    2
    My Mood
    Yeehaw
    I am a leech and not to do with these codes. need to learn to convert dll. very sad for me : (
    Attached Thumbnails Attached Thumbnails
    Sanguijuela.png  

    Last edited by rjj83; 11-11-2011 at 09:49 PM.

Similar Threads

  1. [Source Code] DIP midfunction hook
    By Xlilzoosk8rX in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 09-10-2011, 05:54 PM
  2. [Release] My old Midfunction Hook
    By Stephen in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 30
    Last Post: 03-14-2011, 05:55 PM
  3. New Kippers Hook ( MENU )
    By alexkyse in forum WarRock - International Hacks
    Replies: 29
    Last Post: 08-11-2009, 05:21 PM
  4. new hack : Warrock hook
    By re123456789 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-27-2009, 10:36 AM
  5. New Hacks Announced & Warrock DX Hook Update
    By Dave84311 in forum Hack/Release News
    Replies: 17
    Last Post: 03-02-2007, 03:54 PM