menu fail

Posts 115 of 23 · Page 1 of 2
menu fail
for some reason everything in my base is updated (i think) and it still crashes.

any one to help gets credits on menu
right under mine :}

hack image in SIG
Whats your problem, exactly? --"
i got 4 different PTC methods and i even tried disabling the hacks (all of them) and even after just the menu showing up with no hacks it is still dc'ing me

i can play for about 2 minutes in a game then dc'

everything works till 2 minutes in
Quote Originally Posted by tahha View Post
i got 4 different PTC methods and i even tried disabling the hacks (all of them) and even after just the menu showing up with no hacks it is still dc'ing me

i can play for about 2 minutes in a game then dc'

everything works till 2 minutes in
You might be having the same problem I did. Add a sleep at the end of the main void (NOT ON EVERY HACK), I recommend Sleep(200); as it gives me no lag at all. Going to sleep, peace out
it is your hook post it here and i will try to help you
Quote Originally Posted by GodHack2 View Post
it is your hook post it here and i will try to help you
dont you mean part of it we dont want noobs running and C+Ping it into their "base" that will never work then not give credits
Code:
hD3D = 0; 
    do{hD3D = (DWORD)GetModuleHandleA("d3d9.dll");Sleep(10);}while(!hD3D);
    adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx?xx?xx????xx"); 
    if(adr){
        memcpy(&vtbl,(void *)(adr+2),4);
        pReset     =  (oReset)DetourCreate        (( BYTE* )vtbl[16],    ( BYTE* )myReset,    DETOUR_TYPE_JMP );
        pPresent   =  (oPresent)DetourCreate    (( BYTE* )vtbl[17],    ( BYTE* )myPresent, DETOUR_TYPE_JMP );
    }
    return 0;
i think thats it...i was afk while my friend did the hooking for me

BTW that code is noob proofed
Quote Originally Posted by tahha View Post
Code:
hD3D = 0; 
    do{hD3D = (DWORD)GetModuleHandleA("d3d9.dll");Sleep(10);}while(!hD3D);
    adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx?xx?xx????xx"); 
    if(adr){
        memcpy(&vtbl,(void *)(adr+2),4);
        pReset     =  (oReset)DetourCreate        (( BYTE* )vtbl[16],    ( BYTE* )myReset,    DETOUR_TYPE_JMP );
        pPresent   =  (oPresent)DetourCreate    (( BYTE* )vtbl[17],    ( BYTE* )myPresent, DETOUR_TYPE_JMP );
    }
    return 0;
i think thats it...i was afk while my friend did the hooking for me

BTW that code is noob proofed
My base much?
Its detected anyway.
Quote Originally Posted by ac1d_buRn View Post


My base much?
Its detected anyway.
nah not your base.
i used part of yours tho
but like i said my friend did the hook while i was taken a sh*t so it mighta been your hook
Quote Originally Posted by tahha View Post
nah not your base.
i used part of yours tho
but like i said my friend did the hook while i was taken a sh*t so it mighta been your hook
Actually Hans Did Your Hook But Lets Not Get Technical...
Quote Originally Posted by whit View Post


Actually Hans Did Your Hook But Lets Not Get Technical...
well that is nice to kno :}
but now its detected and i cant use it
[php]Base.bSet.m_dwReset = Base.GetPointer(16);//or you can replace it with vtbl but what ever
Base.bSet.m_dwPresent = Base.GetPointer(17);

pReset = (oReset)myReset.(( BYTE )Base.bSet.m_dwReset, ( BYTE* )myReset, DETOUR_TYPE_JMP );
pPresent = (oPresent)myPresent(( BYTE )Base.bSet.m_dwPresent, ( BYTE* )myPresent, DETOUR_TYPE_JMP );[/php]
and this is noob proofed /
Quote Originally Posted by GodHack2 View Post
[php]Base.bSet.m_dwReset = Base.GetPointer(16);//or you can replace it with vtbl but what ever
Base.bSet.m_dwPresent = Base.GetPointer(17);

pReset = (oReset)myReset.(( BYTE )Base.bSet.m_dwReset, ( BYTE* )myReset, DETOUR_TYPE_JMP );
pPresent = (oPresent)myPresent(( BYTE )Base.bSet.m_dwPresent, ( BYTE* )myPresent, DETOUR_TYPE_JMP );[/php]and this is noob proofed /
what am i to do with this?
im confuzed i never did a hook before
that is why it is noob proofed /
Quote Originally Posted by GodHack2 View Post
that is why it is noob proofed /
can you just tv and help?
i hate tring to mess with code thats not mine and end up fucking up my code with it
Posts 115 of 23 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?