QuestionGlitcher code help

Posts 14 of 4 · Page 1 of 1
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.

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");
		}
Can some one help me please?
You have the code Backwards, and its not your base
Code:
if( Menu.mOpt[24].nopt > 0 ) //Glitcher
		{
                 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");
                   
		} else {

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"); 
		   
		}
Quote Originally Posted by goten28 View Post
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.

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");
		}
Can some one help me please?
YOU are coding a menu base? Looks like gellins base to me. Also, listen to marko

You call it your own menu base when you dont even know the correct on/off positions?
My English bad. Dont flame please. What i meant was that i was using a base to code the hacks. and thanks. Im just a start on this hack. basic coder.

EDIT: I try the new code that marko gave. When i test it, and turn on glitcher. It does not work. It just gives the same regular speed.
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?