Questionfly hack?

Posts 115 of 25 · Page 1 of 2
fly hack?
the fly hack that is used in all pubs is found in the cshell.dll right?
yes....

its a ptc
its just values that you assign the player
Quote Originally Posted by zmansquared View Post
its just values that you assign the player
yo, my fly hacks messed up... if u let go of space it sometimes keeps flying.

Whats ur code?
Quote Originally Posted by CAFlames View Post


yo, my fly hacks messed up... if u let go of space it sometimes keeps flying.

Whats ur code?
this works also:
Code:
if(GetAsyncKeyState(0x46)<0){ //Flyhack
PushToConsole("PlayerGravity 800");
Sleep(100);
PushToConsole("PlayerGravity -800");
}
its the nooby variant but it works so idc^^
Use KeyDown Event to check if spacebar is still pressed
@Cristy

You are changing ur name alot... lol
How does your code work lol?
I dont think it works in controlling the flying of a character.
Quote Originally Posted by ppl2pass View Post
@Cristy

You are changing ur name alot... lol
How does your code work lol?
I dont think it works in controlling the flying of a character.
i never changed my name lol o.O
it works because you fly for less a sec and sink again and if you hold the "f" button the code doesnt go over to sink again thats the reason it works
yeh i've found it,its basically the samething the one cristy posted all u do is instead of the sleep i put }else{ inbetween the PTC so when u set it to a hotkey it turns off by itself once u let go of the hotkey
Quote Originally Posted by scorpoistak View Post
yeh i've found it,its basically the samething the one cristy posted all u do is instead of the sleep i put }else{ inbetween the PTC so when u set it to a hotkey it turns off by itself once u let go of the hotkey
if you do it like that you will not sink automatically ... you will go up and up and up and if you press the hotkey again then you will sink else you will not ...
with mine you go up when you hold the hotkey and if you dont hold it you will sink

Quote Originally Posted by whatup777 View Post
Controllable fly hack is harder.
mine is controllable ...
Controllable fly hack is harder.
Thank You Ill make sleep a bit longer.
Quote Originally Posted by whatup777 View Post
Thank You Ill make sleep a bit longer.
np
its a method i found out myself and it worked fine so why i shouldnt share it? o.O but the sleep timer is good as it is ... but make like you want it :P
Yeah I kept it as same to prevent flying to high.
At Cristy

With the current sleep time, the fly hack is rendered useless because it will go up then immediately go down. So i suggest making the sleep time higher which is more than a second or two.
Posts 115 of 25 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?