Alright so again, I have the NX chams working BUT nothing else does... Is it the coding? Like since I know that this is the PROPER way to code, I added the &1 instead of <0 and it worked like I wanted... Now I just need to find how to get hover, fps, and speed working because those DON'T work wortha crap xD Can someone please provide me with the ORIGINAL speed values? So I can modify them and place them in my hack? I will release it soon, but I need to get it fully running first, and don't worry, I will post ALL of your names in the credits.
[HELP] Source code mess up?
I'm sure I can fix it if you send me the base, theres no reason it shouldnt work if you do all of your hacks like the example
So No Fog, Speed, and tracers would be
So No Fog, Speed, and tracers would be
Code:
bool fog = false;
bool speed = false;
bool tracers = false;
if(GetAsyncKeyState(VK_NUMPAD1)&1){
if(fog){
PushToConsole("FogEnable 1");
fog = false;
} else {
PushToConsole("FogEnable 0");
fog = true;
}
}
if(GetAsyncKeyState(VK_NUMPAD2)&1){
if(speed){
PushToConsole("BaseMoveAccel 3000.000000");
PushToConsole("StartAccel 500.000000");
PushToConsole("MaxAccel 3000.000000");
PushToConsole("AccelInc 6000.000000");
PushToConsole("WalkVel 70.000000");
PushToConsole("FRunVel 285.000000");
PushToConsole("BRunVel 285.000000");
PushToConsole("SRunVel 285.000000");
PushToConsole("DuckVel 50.000000");
speed = false;
} else {
PushToConsole("BaseMoveAccel 3000.000000");
PushToConsole("StartAccel 3000.000000");
PushToConsole("MaxAccel 3000.000000");
PushToConsole("AccelInc 3000.000000");
PushToConsole("WalkVel 3000.000000");
PushToConsole("FRunVel 3000.000000");
PushToConsole("BRunVel 3000.000000");
PushToConsole("SRunVel 3000.000000");
PushToConsole("DuckVel 90.000000");
speed = true;
}
}
if(GetAsyncKeyState(VK_NUMPAD3)&1){
if(tracers){
PushToConsole("ShowFirePath 0");
tracers = false;
} else {
PushToConsole("ShowFirePath 1");
tracers = true;
}
}
noted... read here for an opinion on my next course of action please
http://www.mpgh.net/forum/207-combat...ml#post2434236
http://www.mpgh.net/forum/207-combat...ml#post2434236
This thread is closed for replies.
Similar Threads
Combat Arms Hack Coding / Programming / Source Code[HELP] Source Code Help
10 WarRock Hack Source CodeNeed Help (SOURCE CODE)UM 4 C++/C ProgrammingHelp with source code! Easy fast scope bot!
22 General Game HackingCan anyone help me get combat arms source codes that arent patched?NI 2 C++/C ProgrammingNeed Help please(about source codes) 5
