
Originally Posted by
pspiso
yeah about that... its not really that important how you use it, gellins base = pumped full with this i use the old way, without it /yea
lol
so how we have to Move in the Ghostmode with out the Arrow key ?
Okay Guys
I'm back with Other Code Try It now :-)
may that will work ..
[php]
if( Menu.mOpt[7].nopt > 0 )//Ghostmode
double move8 = 0;
double move6 = 0;
double move4 = 0;
double aa10 =1 ;
while(aa10= 1) {
GetCursorPos(&pt);
aa = cout << pt.x <<endl;// i'm not sure about this ..if work or not
bb = cout << pt.y <<endl;// i'm not sure about this ..if work or not
cin.get();
}
if(GetAsyncKeyState(VK_UP)&1){
move8++
this->PushToConsole("CamMaxPosZOffset ",%move8);
this->PushToConsole("CamMaxPosXOffset ",%aa);
this->PushToConsole("CamMaxPosYOffset ",%bb);
}
if(GetAsyncKeyState(VK_DOWN)&1) {
move8--
this->PushToConsole("CamMaxPosZOffset ",%move8);
this->PushToConsole("CamMaxPosXOffset ",%aa);
this->PushToConsole("CamMaxPosYOffset ",%bb);
}
if(GetAsyncKeyState(VK_LEFT)&1){
move4++
this->PushToConsole("CamMaxPosXOffset ",%move4);
}
if(GetAsyncKeyState(VK_RIGHT)&1){
move4--
this->PushToConsole("CamMaxPosXOffset ",%move4);
}
else
move8= 0 ;
move6= 0 ;
move4= 0 ;
this->PushToConsole ("CamMaxPosZOffset 0 ");
this->PushToConsole ("CamMaxPosXOffset 0 ");
this->PushToConsole ("CamMaxPosYOffset 0 ")
[/php]
Note :
Remember to use the arrow keys 