Auto On Base|Hot-Key|Noob Friendly|
Code:
//////////////////////////////////////////////////////////////////////
// Base:Flameswor10
// Edited: Ultahacker
// Extra Help: no one, tis hotkey give me a break :)
// PLEASE POST CREDIT......
// MPGH HACK:::::::::::::::
//
//
//
//
//
//
//
//
/////////////////////////////////////////////////////////////////////
#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 dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}
void main()
{
while(true)
{
// Bellow add ur hacking codes
PushToConsole("SkelModelStencil -1" );//nx chams
PushToConsole("ShowFps 1");// show frames per second
PushToConsole("KnockBack 0" );//no knock back
PushToConsole("FogEnable 1" );// no fog
PushToConsole("WeaponSway 0.000000" );
PushToConsole("ActivationDistance 999999" );
PushToConsole("MuzzleLight 0" );// eassy hack to know wat it does
PushToConsole("Prediction 0" );
PushToConsole("PerturbRotationEffect 0.000000" );//no spred code
PushToConsole("PerturbIncreaseSpeed 0.000000" );//no spred code
PushToConsole("PerturbWalkPercent 0.000000" );//no spred code
PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );//no spred code
PushToConsole("PerturbRecoil 0.000000" );//no spred code
PushToConsole("FireMovePerturb 0.000000" );//no spred code
PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );//no spred code
PushToConsole("ZoomedFireMovePerturb 0.000000" );//no spred code
PushToConsole("ZoomedFireDuckPerturb 0.000000" );//no spred code
PushToConsole("ReloadSpeed 0.000000" );// now working
}
}
DWORD WINAPI dwHackThread(LPVOID) {
while( !IsGameReadyForHook() )
Sleep(300);
main();
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
MessageBoxA( NULL, "Ultahackers Aka ExO Auto-on v1\n" ":) MPGH Hacks!", "Ultahackers Pub V1 Auto-on MPGH.NET|||||", MB_YESNO| MB_ICONWARNING);
{ //You can edit the message above, please dont forget to give credit
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}
PLEASE GIVE CREDIT WHEN USIGN THIS CODE: GO MPGH