Posts 1–14 of 14 · Page 1 of 1
No Lag Fly Hack
I havn't seen any flyhacks ever since nexon made you have to call PushToConsole in a d3d render function. So heres my solution:
Globals:
In d3d render function:
Code:
if(/* Fly Hack Bool */)
{
if(GetAsyncKeyState(VK_SPACE)<0)
{
if(fly == false)
{
PushToConsole("PlayerGravity 700");
fly = true;
}
}else{
if(fly == true)
{
PushToConsole("PlayerGravity -1000");
fly = false;
}
}
}
thank you very much


Originally Posted by
prok7129
where u put the code???
LOL learn2code nub
ontopic: this is kinda already used so much and most real coders already know how to do this...but this is perfect for advanced C + Per's

Why havn't people been putting fly hack in? /

Nice. After some calsses I'll make a b0ss hack
** 1,999 POSTS /AHAH **

Originally Posted by
Margherita
Nice. After some calsses I'll make a b0ss hack
** 1,999 POSTS /AHAH **
+ban?
and idk why people arent putting them in it's kinda simple tho :/ my next release will have one (coming up sometime after i finish AVA)
Dis be mine
Code:
if(Hack.Fly = true && IsIngame()){
if(GetAsyncKeyState(VK_MENU)<0){
FoShizzle("PlayerGravity 800");
}else{FoShizzle("PlayerGravity -800.000000");}
}else{
FoShizzle("PlayerGravity -800.000000");
}
how to get the menu hack on the game ?

Originally Posted by
abodahy
how to get the menu hack on the game ?
Yes, correct.

Originally Posted by
markoj
Yes, correct.
Lol nice troll xD (I laughed out loud).
+Rep for you!

Originally Posted by
GodHack2
old is old :/
If you would read, I only posted it cus no one has been releasing fly hack >_>
ready b4 u post 

Originally Posted by
J
If you would read, I only posted it cus no one has been releasing fly hack >_>
ready b4 u post 
No ones posting cause it just got useless...
Once you fly up you cant land or you will die
Posts 1–14 of 14 · Page 1 of 1
This thread is closed for replies.