No Lag Fly Hack

Posts 114 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:
Code:
bool fly = false;
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
where u put the code???
Quote Originally Posted by prok7129 View Post
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 **
Quote Originally Posted by Margherita View Post
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 ?
Quote Originally Posted by abodahy View Post
how to get the menu hack on the game ?
Yes, correct.
Quote Originally Posted by markoj View Post
Yes, correct.
Lol nice troll xD (I laughed out loud).
+Rep for you!
Quote Originally Posted by GodHack2 View Post
old is old :/
If you would read, I only posted it cus no one has been releasing fly hack >_>

ready b4 u post
Quote Originally Posted by J View Post


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 114 of 14 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?