-SyntheticK- Auto-On Hack 9.27.10

Posts 115 of 53 · Page 1 of 4
-SyntheticK- Auto-On Hack 9.27.10
Yes, this is a leech, but at least I am contributing.

Auto-On hack created by -SyntheticK-

FEATURES:

Show FPS
NX/Satellite Chams
No Fog
Pick-up Hack
No Knock-back
No Breath
No Cam Damage
No Sway
No Spread
No Reload
No Recoil


Virus scans:

[X]

[X]

Screenshots:






Please note the screenshots were taken with fraps so you could view the FPS counter.

Hack source code:

Code:
#include<windows.h>
#include<shellapi.h>

#pragmacomment(lib,"shell32.lib")
#pragmamessage(" Made By -SyntheticK ")
 
//Reload Address To NOP
#define RELOAD 0x374AB714
 
//Recoil Addy's
#define RECOIL1 0x3745FA90
#define RECOIL2 0x37232A69
#define RECOIL3 0x3745FAA4
#define RECOIL4 0x3745FAA7
#define RECOIL5 0x3745FAB0
 
bool Memoria( void * pDest, char * szPatch, size_t sSize )
{ 
DWORD dwOrgProtect = NULL; 
if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
return FALSE;
memcpy( pDest, szPatch, sSize ); 
VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
return TRUE; 
}
 
bool IsBillyReadyForCook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL && GetModuleHandleA( "ClientFX.fxd" ) != NULL && GetModuleHandleA( "CShell.dll" ) != NULL ) returntrue;
 
returnfalse;
}
 
void__cdecl PushToConsole( constchar* Lazy_Fuck )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 ); 
void* Mofo = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push Lazy_Fuck;
call Mofo;
add esp, 4;
}
} 
 
void main()
{
 
while(true)
 
{
 
PushToConsole("ShowFps 1");
Sleep(20);
PushToConsole("SkelModelStencil 1");
PushToConsole("FogEnable 0");
Sleep(20);
PushToConsole("ActivationDistance 999999");
PushToConsole("KnockBack 0");
Sleep(20);
PushToConsole("ShowBreath 0");
PushToConsole("CamDamage 0");
Sleep(20);
PushToConsole("WeaponSway 0.000000");
PushToConsole("PerturbRotationEffect 0.000000");
PushToConsole("PerturbIncreaseSpeed 0.000000");
PushToConsole("PerturbWalkPercent 0.000000");
Sleep(20);
PushToConsole("PerturbFiringIncreaseSpeed 0.000000");
PushToConsole("PerturbRecoil 0.000000");
PushToConsole("FireMovePerturb 0.000000");
Sleep(20);
PushToConsole("ZoomedFireMoveDuckPerturb 0.000000");
PushToConsole("ZoomedFireMovePerturb 0.000000");
PushToConsole("ZoomedFireDuckPerturb 0.000000");
Sleep(20);
Memoria((LPVOID) (RELOAD), "\x90\x90\x90\x90\x90\x90", 6);
// Recoil NOP'ed
Sleep(30);
Memoria((LPVOID) (RECOIL1), "\x90\x90\x90", 3);
Memoria((LPVOID) (RECOIL2), "\x90\x90\x90", 3);
Memoria((LPVOID) (RECOIL3), "\x90\x90\x90", 3);
Memoria((LPVOID) (RECOIL4), "\x90\x90\x90", 3);
Memoria((LPVOID) (RECOIL5), "\x90\x90\x90", 3);
Sleep(100);
}
 
}
DWORD WINAPI dwHackThread(LPVOID)
{
while( !IsBillyReadyForCook() )
Sleep(100);
main();
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(
NULL,
"Injection Successful",
"Injected",
MB_OK| MB_ICONINFORMATION
);
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}
Credits: CoderNever, CodeDemon, Blood, DeadLinez, -SyntheticK- and Timboy67678.

Just because I have no posts doesn't mean this is a virus, if you do not trust it, do not download it. =/ Enjoy!
-SyntheticK -Revised.rarattachment deleted · 356 downloads before removal

ahhh, stupid
leachers, but
good yourreleasig.
Quote Originally Posted by Insidious. View Post

ahhh, stupid
leachers, but
good yourreleasig.
i love that you think he's the stupid one...

anyway

looks sweet though, i won't thank you for a leeched hack
Quote Originally Posted by vietboi602 View Post
approve plox
Don't emote spam. Even I have read the rules.
this is what i want sooo bad please work lol
you have the best line-up of simple hack features
Quote Originally Posted by drgnforce9 View Post
this is what i want sooo bad please work lol
you have the best line-up of simple hack features
Not my hack, but thank you.
hmm 1 anti noob feature in source( that i see , just skimed)

anyways nice... who knows we might just have a real coder here...

edit: aww i thought we might have a new coder here...

well nice leech
These are all the hacks i need. This is PERFECT.
3 of the people in your credits are here lol you will be hearing from them or sumtin.
Quote Originally Posted by sassycatman View Post
3 of the people in your credits are here lol you will be hearing from them or sumtin.
The person who made this hack might just have used their base, so they did the right thing and gave credits.
Quote Originally Posted by iContribute View Post
The person who made this hack might just have used their base, so they did the right thing and gave credits.
most likely they just used the addies posted on this forum and CN's Tutorial
Quote Originally Posted by iContribute View Post
The person who made this hack might just have used their base, so they did the right thing and gave credits.
Ohh yea ok sorry about semi-threting /
Posts 115 of 53 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?