PushToConsole

Posts 17 of 7 · Page 1 of 1
PushToConsole
void __cdecl PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377D570 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}
..
This function don't works for me >.<
i did about some months nothing in 'Combat Arms Game Hacking'
Soo...^^
Pointer vaild?
Function works?
Don't ask me
Also, shouldn't this go to code's section?
which code's section?
we dont have1 in ca eu, or? ^^

mhm i will test gordons method ......

w00t anti double post xDD
/moved to coding section .
okay :S
i will repost in combat arms us section :P
in eu section only ~ 2 guys active >.<
Use Gordon's method. Dont beg for it, search it by yourself
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?