Results 1 to 3 of 3
  1. #1
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy

    Question hooking Engines Endscene

    Why do i crash wenn i hook the engines endscene via ltcbase class ??

    i only crash after about 5 seconds

    its poretty weird since i thought they dont protect their stuff there :/

    any suggestions ?


    Code:
    dwEngineEndscene = (DWORD)engine->pLTBase->End3D;
    	pEndScene = (oEndScene)dwEngineEndscene;
       	DetourTransactionBegin();
        DetourUpdateThread(GetCurrentThread());
        DetourAttach(&(PVOID&)pEndScene, EngineEndScene);
        DetourTransactionCommit();
    Last edited by wraithkilla; 03-02-2013 at 03:34 PM.

  2. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Well you just gave away some information to a lot of people who didn't know about this.

    And @Ch40zz-C0d3r knows what to do best here
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  3. #3
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    Quote Originally Posted by Flengo View Post
    Well you just gave away some information to a lot of people who didn't know about this.

    And @Ch40zz-C0d3r knows what to do best here
    yes he is helping me alot but it seems that this Method is already detected or Hackshiled checks it

Similar Threads

  1. [Source Code] Engine Hook - Reset, Present, BeginScene, EndScene and DrawIndexedPrimitive
    By [H]aaBX in forum Combat Arms EU Hack Coding/Source Code
    Replies: 3
    Last Post: 02-21-2013, 10:02 PM
  2. Hook EndScene
    By inmate in forum C++/C Programming
    Replies: 1
    Last Post: 07-18-2010, 05:24 AM
  3. [GUIDE]Hooking the source engine.
    By Hell_Demon in forum C++/C Programming
    Replies: 15
    Last Post: 02-23-2010, 04:33 PM
  4. [RELEASE] Crysis engine hook
    By Hell_Demon in forum C++/C Programming
    Replies: 14
    Last Post: 01-20-2010, 08:59 AM
  5. [Release] WiirtuallCA Cheat Engine Hook V 1.2 [64BIT Vista/7Only]
    By Wiirtuallca in forum Combat Arms Europe Hacks
    Replies: 11
    Last Post: 12-16-2009, 05:40 PM