Read Coder Never's tutorial:
https://www.mpgh.net/forum/207-combat...arms-hack.html
Press the thanks button after your done reading it...after this just learn from some C++ books/C++ section can help you out too.
Request /Close
How to make hacks?
Please help me![]()
Read Coder Never's tutorial:
https://www.mpgh.net/forum/207-combat...arms-hack.html
Press the thanks button after your done reading it...after this just learn from some C++ books/C++ section can help you out too.
Request /Close
@ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist
neuest gift from Yura~Chan:
https://bakyurayuu.deviantar*****m/#/d372taw
2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
come on you know that don't want to push that ordinary button
what is what i wrote:
[php]
#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* )( 0x3778BFB0 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
void main()
{
while(true)
{
PushToConsole("ShowFps 1");
}
}
DWORD WINAPI HackThread(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, HackThread, NULL, NULL, NULL);
}
return TRUE;
}
[/php]
But, when I entered the game after the loading screen the game closes.
yeah its found... you need to patch it, some say only the ltc, i say add a bypass. i need one from gellins base, so yeah.
@ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist
neuest gift from Yura~Chan:
https://bakyurayuu.deviantar*****m/#/d372taw
2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
come on you know that don't want to push that ordinary button
Well CNs hack tutorial is detected.
If you manage to bypass your hack and update the LTC you might get it to work
Good luck.
/Closed
-Rest in peace leechers-
Your PM box is 100% full.