Results 1 to 2 of 2
  1. #1
    lightoflife
    lightoflife is offline
    New member
    Join Date
    2013 Jan
    Posts
    20
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    3
    Thanked in
    2 Posts
    Rep Power
    0

    CreateText hook ?

    Hi,
    I'm looking for a way to get all text written by direct3d in a specific game and put them in a text file (with time stamp)
    but i don't know what to do once Endscene is hooked.
    any idea ?

  2. #2
    xMatrix
    xMatrix is offline
    New member xMatrix's Avatar
    Join Date
    2013 Mar
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    you need to find "ID3DXFont" pointer of game. Hook DrawTextA/DrawTextW with JUMP the function and get text parameter "pString" and save to file

Similar Threads

  1. [C++] SSDT HOOK source code
    By Dwar in forum C/C++
    Replies: 2
    Last Post: 2013-01-10, 07:08 AM
  2. [C++] Midfunction Hook
    By Dwar in forum D3D Programming
    Replies: 3
    Last Post: 2012-12-19, 06:34 AM
  3. [Request] How to use PostMessage API or directinput hook?
    By easyGame in forum Dragon Nest
    Replies: 0
    Last Post: 2012-03-21, 08:22 AM
  4. Replies: 1
    Last Post: 2010-12-23, 10:14 AM
  5. [C++] Hook console (non-engine)
    By Dwar in forum Programming Tutorials
    Replies: 0
    Last Post: 2010-11-20, 04:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •