*Future*CA hacker needing help
Yes,I know this code is really messed up,but so far I have narrowed it down to 7 errors.
Anyone possibly know where I am going wrong with this code?


Anyone possibly know where I am going wrong with this code?


Code:
#include <windows.h>
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}
void PushToConsole(const char* Command) {
DWORD CNADDIE = 0x007d9200;
void* Send = ( void* )*( DWORD* )(CNADDIE);
__asm
{
Command;
call Send;
add esp, -3-1+2+6;
}
4;
}
}
void main()
{
bool recoil = false, walls = false, fog = false, sway = false, blood = false;
while(true)
{
if(GetAsyncKeyState(VK_NUMPAD0)<0){
walls = !walls;
if(walls){
memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
} else {
memcpy((LPVOID)0x57207A, "\x6A\x00", 2);
}
Sleep(150)
}
if(GetAsyncKeyState(VK_NUMPAD1)<0){
recoil = !recoil;
if(recoil){
PushToConsole("PerturbIncreaseSpeed 0.000000" );
PushToConsole("PerturbWalkPercent 0.000000" );
PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
PushToConsole("PerturbRecoil 0.000000" );
PushToConsole("FireMovePerturb 0.000000" );
PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
PushToConsole("ZoomedFireMovePerturb 0.000000" );
PushToConsole("ZoomedFireDuckPerturb 0.000000" );
} else {
Put Normal Values for Recoil in PTC format HERE! (idk the original Values
}
Sleep(150)
}
if(GetAsyncKeyState(VK_NUMPAD1)<0){
fog = !fog;
if(fog){
PushToConsole("FogEnable 0");
} else {
PushToConsole("FogEnable 1");
}
Sleep(150)
}
if(GetAsyncKeyState(VK_NUMPAD2)<0){
sway = !sway;
if(sway){
PushToConsole("WeaponSway 0.000000" )
} else {
NORMAL WeaponSway In PTC Format Goes here
}
Sleep(150)
}
PushToConsole("WhiteBlood 1" );Numpad 4
{
}
DWORD WINAPI dwHackThread(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, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}
to many brackets to start off with,dunno wich to delete and what not to delete.
Edit:never mind,im through with this.I try to start a new career,and obviously no1 gives a shit about new people.
Edit:never mind,im through with this.I try to start a new career,and obviously no1 gives a shit about new people.
I have gone over his tutorial 5x,and I have books upon books,and I just simply cant do it.No inspiration,and no willingness to do so now.
Didn't expain how to add more in his tutorial.Also the brackets just confuse me more as it is.
Whats the point,I mean I dont have the things required to find the games code after every patch,and all the noobs making small hacks are glorified/adored for making just NX chams,and no spread.Me knowing my luck I wont be.....As I said,im normally turned down,and it always will be like that -_- sooooo whats the point?
Delete all of your code and start from a base. The code you have would take longer to fix than anything else, and you obviously need to learn at least the basics of C++.
This thread is closed for replies.
Similar Threads
WarRock - International Hacksadress... help even a hacker needs help u kno!
2 GeneralSwat 4 hacker Need Help fastPU 23 Generali need some hacker's help.
3 Combat Arms Hacks & CheatsI'm a new hacker and i need helpST 20 WarRock - International HacksSum hacker pro or comp pro look here i need helpSN 11

