WOW... New Errors
Posts 1–2 of 2 · Page 1 of 1
WOW... New Errors
Well I got the fly hack to stop floating randomly. But when I turn on, I dont have to push space to go up, I just go up automatically.
Code:
if(GetAsyncKeyState(VK_SPACE)<0){
PushTC( "PlayerGravity 800" );
} else {
PushTC( "PlayerGravity -800" );
}
if(fly && GetAsyncKeyState(VK_SPACE)<0){
PushTC( "PlayerGravity 800" );
} else {
PushTC( "PlayerGravity -800" );
}
Thats my fly hack code.
Then my other error is I D/C after about 3 mintues... Posts 1–2 of 2 · Page 1 of 1