WinkAuto On Base|Hot-Key|Noob Friendly|

Posts 1–11 of 11 · Page 1 of 1
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
Code:
//////////////////////////////////////////////////////////////////////
// Base:Flameswor10
// Edited: Ultahacker
// Extra Help: no one, tis hotkey give me a break :)
Well.. Extra help should be me / and this isn't hotkeys..
Well.. Extra help should be me / and this isn't hotkeys..[/QUOTE]

Me bad on tat hot-key.... AND YEA HE GAVE ME SOME TIPS!... and so u wont give me credit... tis was patched and i fixed and i dont get credit?
Ill give credit to flamezor if I use, not you, especially since your begging for it /
I like your invisible hotkeys /


This is a respost of flames base...
PS: Give credit to whoever you got the LTC address from...
So many crappy auto on bases that are released it doesn't even matter if you give credit anymore.
tis is a different code/base Flame posted.. tis is auto on.. his was like.. hotkey... "num_pad 2
its the same thing...
by the way that source code does not work anymore will dc you
Posts 1–11 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?