SA-MP Forums Archive
Speed-Hacking / Airbreaking - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Speed-Hacking / Airbreaking (/showthread.php?tid=194492)



Speed-Hacking / Airbreaking - Kyle - 29.11.2010

Ive got a system where it checks if your on foot and over the speed of 40.

If you are over the speed of 40 it bans you, Its all good but If I skydive or jump from high buildings it bans me.

How do I stop this banning innocent people?


Re: Speed-Hacking / Airbreaking - LegendNissanGTR - 29.11.2010

Why dont you just use JunkBuster?


Re: Speed-Hacking / Airbreaking - Kyle - 29.11.2010

I would If I wanted too.


Re: Speed-Hacking / Airbreaking - [03]Garsino - 29.11.2010

Can't you check what anim they're using and prevent it from banning if its the skydive/falling one ?


Re: Speed-Hacking / Airbreaking - NewYorkRP - 29.11.2010

check for the animations .. thats probobly the easiest.


Re: Speed-Hacking / Airbreaking - Kyle - 29.11.2010

Ive done that, When the anim is fall_fall. They can either be falling or airbreaking.

How to determin what one?


Re: Speed-Hacking / Airbreaking - NewYorkRP - 29.11.2010

Make it grab the animation of the walking, and if they are going over 40 .. they are airbreaking.

That way, the falling will not be effected at all.


FORGET about everything else, when airbreaking they use the walking/jogging animation.

That's all you need .. i think


Re: Speed-Hacking / Airbreaking - Kyle - 29.11.2010

No they dont, Ive specced a friend who airbreaks to help me with the ban system.

It uses falling too in some cases.


Re: Speed-Hacking / Airbreaking - Mauzen - 29.11.2010

You could check, if the z velocity is smaller than the x and y, and smaller than 0.
If it is, you can be quite sure that the player is falling, because airbreakers wont use the hack to fall faster.


Re: Speed-Hacking / Airbreaking - NewYorkRP - 29.11.2010

Quote:
Originally Posted by KyleSmith
Посмотреть сообщение
No they dont, Ive specced a friend who airbreaks to help me with the ban system.

It uses falling too in some cases.
you make it harder for yourself, if someone wants to airbreak, they WILL use the jogging animation at some stage.

stick with the easiest or be annoyed .. im telling you, it will work.