Results 1 to 11 of 11
  1. #1
    Andyi's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    2

    My Hack crashes after 10 min.

    hey all,

    idk why my d3d hack is crashing so i hope anyone can help me ^.^
    I'm using normal vTable Hook and do only hook DIP [Draw Indexed Primitive].
    I saw that HS unhooks it after about a minute so i tried the following:

    Code:
    DWORD dwDrawIndexedPrimitive = GetAddressPtr(82);
    		if( memcmp((void*)dwDrawIndexedPrimitive,(void*)"some bytes","private")==0 )
    		{
    			pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourCreateB8(dwDrawIndexedPrimitive, (DWORD)myDrawIndexedPrimitive, 12);
    		}
    So rehook is working..
    DetourCreateB8 is a Detour Function made by Croner which also worked a long time in WarRock.

    I just made a little wallhack is you press numpad1 and got the stride by this function

    Code:
    if(pDevice->GetStreamSource(0, &StreamBuffer, &OffsetInBytes, &m_Stride) == D3D_OK)
    	{
    		StreamBuffer->Release();
    	}
    Now after 10-15 min of playing (INGAME!, not in lobby) i get that cr4p:


    Hope you can help if my detour is DT or what ever idk^^

  2. #2
    Scruffy's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Florida
    Posts
    6,560
    Reputation
    344
    Thanks
    1,195
    moved to hack coding section. people will help you here

    Gifts
    Czar [x][x]
    Liz [x][x]

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Hook Midfunction into d3d9.dll
    I would link you to a good tutorial but i cant post outside links

  4. #4
    Andyi's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by whit View Post
    Hook Midfunction into d3d9.dll
    I would link you to a good tutorial but i cant post outside links
    I wrote a pm please send me the link

  5. #5
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    Mid-function hooks are messy... Do not use them unless you have to.

    You probably overwrote some asm instructions and did not restore them.





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Dave84311 View Post
    Mid-function hooks are messy... Do not use them unless you have to.

    You probably overwrote some asm instructions and did not restore them.
    they may be messy but they work and are easy to understand/use

  7. #7
    Andyi's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    2
    Mh i dont think that i overwrote something that makes the game crash..
    I just tried out Midfunction but game crashs when DIP is active (means your login in)

  8. #8
    goblox's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    185
    Reputation
    10
    Thanks
    26
    My Mood
    Angelic
    in 32 ...??? did u do winloop....???

  9. #9
    Andyi's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    2
    i got x86 (32 bit) if you mean that
    And i got have a loop to rehook because i'm checking with memcmp the D3D9 Bytes to know when i have to rehook?

  10. #10
    Chandielz's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Interl Inside
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    mungkin terjadi kesalahan di dalam Source Code nya

  11. #11
    Guirocksxd's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hey if you have any doubt about blocking anticheaters or bugtrap search for brazilian sites, nbut we don´t have any hack.
    you certainly have to block bugtrap try to block bugtrap with a program called Process Hacker.