Posts by Moochie
14 posts total, newest first.
DIP Call of Enginein Combat Arms Hack Coding / Programming / Source Code - [quote=DeadLine2.0;4803665]There is not 1 call in the pile of shit.[/quote]
That is where you are wrong. I have a working DIP hook from a Engine Call Address which is located with in this list.Whats wrong with this plz :(in Combat Arms Coding Help & Discussion - Which means you need to call it from Present/Endscene/Dip/Reset if you are confused of what that meant :S. Or you can bypass the Engine checking that it is not being called from their functions, but it would be way hardeWhats wrong with this plz :(in Combat Arms Coding Help & Discussion - #include <windows.h>
bool fps = false;
void __cdecl PassCMD( const char* cCommand)
{
void* address = ( void* ) 0x485FA0;
__asm
{
Push cCommand
call address
add esp, 0x4
}
}
void main()
{
if (Whats wrong with this plz :(in Combat Arms Coding Help & Discussion - No problem, if you need any more help private message me.
Solved
/closeWhats wrong with this plz :(in Combat Arms Coding Help & Discussion - #include <windows.h>
bool fps = false;
void __cdecl PassCMD( const char* cCommand)
{
void* address = ( void* ) 0x485FA0;
__asm
{
Push cCommand
call address
add esp, 0x4
}
}
void main()
{
if (
Showing the 5 most recent posts.