HELP ME .
HOW PUT Source Wallhack in This Base Wirframe
#include <Windows.h>
#include <fstream>
#include <process.h>
#include "hXOR.h"
using namespace std;
int WireFrame = 1;
int WallHack = 1;
//100DBD41 8B15 4C914C10 MOV EDX,DWORD PTR DS:[104C914C] LTClient
//100DBD47 8B82 00020000 MOV EAX,DWORD PTR DS:[EDX+200] LTClient Offset
void __cdecl PushToConsole(char* Command )
{
DWORD CShell = (DWORD)GetModuleHandleA(EncCShell);
if( CShell != NULL )
{
DWORD *LTClient = ( DWORD* )( (CShell + 0x4D6CA4) );
void* CallOffset = ( void* )*( DWORD* )( *LTClient + 0x200 );
_asm
{
push Command;
call CallOffset;
add esp, 0x4;
}
}
}
BOOL IsGameReadyForHook()
{
if(GetModuleHandleA(EncCShell) != NULL
&& GetModuleHandleA(EncClient) != NULL)
return 1;
return 0;
}
UINT WINAPI MemoryHacks (LPVOID)
{
while ((!IsGameReadyForHook()))
Sleep ( 250 ); // <- Prevant engine damage.
DWORD CShell = (DWORD)GetModuleHandleA(EncCShell);
if(!CShell);
while (true) // put you're stuff here.
if ( WireFrame ) PushToConsole("WireFrameModels 1"); // To disable -> WireFrameModels 0
}
extern "C" __declspec(dllexport) BOOL WINAPI DllMain(HMODULE hDLL, DWORD dwReason, LPVOID lpvRe)
{
DisableThreadLibraryCalls(hDLL);
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(0,"Hack Injected Successfuly , Using VI simple base at MPGH.net .","www.mpgh.net",0);
_beginthreadex(0,0,MemoryHacks,0,0,0);
// credits for beginthreadex idea -> [H]aabx
}
return true;
}
Credit Base : www.mpgh.net
0x4D6CA4<====This is PTC crossfire indonesia.
i make Wirframe succes and work
now
i want put wallhack in this Base.
now
How to put source wallhack in this Base Please????
help me.
sory Bad English