[Tutorial] Make an Anti Fly Hack (Of the new cheat)
#4

Quote:
Originally Posted by Sublime
View Post
Not only the falling parachute animation is used, the swimming animation is also used. Check velocity for swimming animations, and if used above set velocity, ban.
In the new cheats they use parachute animation. If you want to do an anti cheat of the old fly hack (with swimming animation) you can make the one you say or use this:

pawn Code:
new Float:animX, Float:animY, Float:animZ;
new anim = GetPlayerAnimationIndex(playerid);
GetPlayerPos(playerid, animX, animY, animZ);
if((anim >= 1538) && (anim <= 1542) && animZ > 5)
{
    BanEx(playerid, "Fly hack");
    return 1;
}
Thanks for your comment!

Quote:
Originally Posted by xF4Life
View Post
lol?
Thanks?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)