Glitcher code help
Hey, I'm coding a menu base. I'm all done but i have a problem with the glitcher pushtoconsole command. I have done it as its supposed to be done but when when I go test the hack, The glitcher is auto on.
Here is the code.
Can some one help me please?
Here is the code.
Code:
if( Menu.mOpt[24].nopt > 0 ) //Glitcher
{
this->PushToConsole("BaseMoveAccel 3500.000000");
this->PushToConsole("StartAccel 700.000000");
this->PushToConsole("MaxAccel 3500.000000");
this->PushToConsole("AccelInc 6000.000000");
this->PushToConsole("WalkVel 250.000000");
this->PushToConsole("FRunVel 350.000000");
this->PushToConsole("BRunVel 350.000000");
this->PushToConsole("SRunVel 350.000000");
} else {
this->PushToConsole("BaseMoveAccel 90000.000000");
this->PushToConsole("StartAccel 90000.000000");
this->PushToConsole("MaxAccel 90000.000000");
this->PushToConsole("AccelInc 90000.000000");
this->PushToConsole("WalkVel 90000.000000");
this->PushToConsole("FRunVel 90000.000000");
this->PushToConsole("BRunVel 90000.000000");
this->PushToConsole("SRunVel 90000.000000");
}

