Thread: RE_EndFrame

Results 1 to 3 of 3
  1. #1
    shaunm2's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    4
    My Mood
    Amazed

    RE_EndFrame

    hello guys i'm currently hooking endframe using an VEH hook (using zhap's method) now it works perfectly in mw2 but cod7 it will crash now and again

    here is the addresses im using:

    DWORD dwEndFrameException = 0x5063CE;
    DWORD dwEndFrameContinue = 0x5063E7;
    DWORD CG_DrawSnapShotTime = 0xC9D0CC;

    RE_EndFrame
    void __thiscall sub_506360(void *this, int a2)

    now i'm just wondering if anyone else has had a problem using this function

    and btw detouring works fine but this way just fails any help or tips will be helpful

  2. #2
    cardoow's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    215
    Reputation
    28
    Thanks
    766
    My Mood
    Amazed
    Quote Originally Posted by shaunm2 View Post
    hello guys i'm currently hooking endframe using an VEH hook (using zhap's method) now it works perfectly in mw2 but cod7 it will crash now and again

    here is the addresses im using:

    DWORD dwEndFrameException = 0x5063CE;
    DWORD dwEndFrameContinue = 0x5063E7;
    DWORD CG_DrawSnapShotTime = 0xC9D0CC;

    RE_EndFrame
    void __thiscall sub_506360(void *this, int a2)

    now i'm just wondering if anyone else has had a problem using this function

    and btw detouring works fine but this way just fails any help or tips will be helpful
    in black ops they scan for exception handlers, the only way around it is
    using their handler or hooking the scan

  3. The Following 2 Users Say Thank You to cardoow For This Useful Post:

    Hell_Demon (11-30-2010),shaunm2 (11-30-2010)

  4. #3
    marcusalier's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Never had a VAC ban.
    Posts
    301
    Reputation
    8
    Thanks
    24
    My Mood
    Angry
    use there handler!