FPS Show ?

Results 1 to 2 of 2
  1. #1
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    happy FPS Show ?

    Hello guys i'm wondering if some one of you can make FPS shower on the corner of the screen? i mean i function hook or something like that (i just don't know what is it called)


  2. #2
    Proficient Member Mr_Troy is offline
    MemberRank
    Jun 2007 Join Date
    172Posts

    Re: FPS Show ?

    Why don't you go learn it yourself instead of asking others. anyways, i'll help you a little bit.

    Hook EndScene , calculate your fps. and for example Present for the drawing, to not interfere with the fps rate calculation.

    Use this to hook the functions(07)(VTable hooking) :
    Code:
    DWORD *pDevice = 0x68BC2C;
    The VTable numbers of the functions can easily be found on google or whatever search engine you use.



Advertisement