[Help] D/C

Posts 115 of 19 · Page 1 of 2
[Help] D/C
Hello guyz. I followed CN's tut to create my first hack, but I always get disconnected I would like to know what's wrong with my code.

Code:
#include <windows.h>

bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll"     ) != NULL 
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL 
&& GetModuleHandleA( "CShell.dll"   ) != NULL )
return true;
return false;
}

void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}

void main()
{
    while(true)
    {
        PushToConsole("ShowFps 1");//Show Fps
        PushToConsole("SkelModelStencil -1" );//Nx Chams
        PushToConsole("ActivationDistance 999999" );//Activation Distance
        //No Spread
        PushToConsole("PerturbRotationEffect  0.000000" );
        PushToConsole("PerturbIncreaseSpeed 0.000000" );
        PushToConsole("PerturbWalkPercent 0.000000" );
        PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
        PushToConsole("PerturbRecoil 0.000000" );
        PushToConsole("FireMovePerturb 0.000000" );
        PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
        PushToConsole("ZoomedFireMovePerturb 0.000000" );
        PushToConsole("ZoomedFireDuckPerturb 0.000000" );
        //End No Spread
    }
}

DWORD WINAPI dwHackThread(LPVOID) {
while( !IsGameReadyForHook() )
Sleep(100);
main();
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}
PTC Method? Outdated, or detected most likely.
You need a new ptc method.
i Thought there was not suppose to be threads like this anymore but ptc method detected mate ...

search for CN console push i think that still works..
Yep Try changing the ptc to alt address.
So much for the new sticky.
Quote Originally Posted by Void View Post
So much for the new sticky.
Choobs will be choobs. *Sigh*
Where can I find the alt adress and how I use them?
From what i know, the latest adress is, ( 0x377ED910 ) I'm still D/Cing though.. and i get that much lag that it dc/s me kindov annoying, trying to get help from spook/MrSkaFighter
Yeah ok but what we do with that adress ? oO I mean to active hacks oO
You have got the right "LTC" from as far as i know. spook just realeased his last auto on, go check it out..
He uses the same method of me and you.. i'm DCing to, so maybe Nexon had a silent patch?
Changed the LTC from CShell.dll file, i dont know though, i haven't tried getting it out i got it last night, was the same.. so im confused, :O
Quote Originally Posted by QQiswhyihack View Post
You have got the right "LTC" from as far as i know. spook just realeased his last auto on, go check it out..
He uses the same method of me and you.. i'm DCing to, so maybe Nexon had a silent patch?
Changed the LTC from CShell.dll file, i dont know though, i haven't tried getting it out i got it last night, was the same.. so im confused, :O
Yah but I want to know what are the Alt codes...
Quote Originally Posted by Gab View Post


Yah but I want to know what are the Alt codes...
You got msn ? we can talk about it there if you want.. PM me your msn?
yes the PTC is detedcted . luckily i got hook ups to the new one
Quote Originally Posted by koolwrench View Post
yes the PTC is detedcted . luckily i got hook ups to the new one
Luckily you dont need hook ups
Posts 115 of 19 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?