patched Bases Problem
Well...
I am using the TopBase (the first one) Now when i Inject and i am at the Login Part it takes like 30 seconds then Ca Shuts down...I think i have to make something at the PTC Part.
Code:
[html]void __cdecl PushToConsole( const char* De_Man_Out )
{
DWORD *Client = ( DWORD* )( 0x377CC790 );
void* LazyMan = ( void* )*( DWORD* )( *Client + 0x208 );
__asm
{
push De_Man_Out;
call LazyMan;
add esp, 4;
}
}[/html]
Thanks for any kind of help
.And the LTC is still the newest
change pushtoconsole to command and then try it again^^