[FilterScript] Music | Anti jet-pack hacks | Anti weapon hacks - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Music | Anti jet-pack hacks | Anti weapon hacks (
/showthread.php?tid=542884)
Music | Anti jet-pack hacks | Anti weapon hacks -
LeXuZ - 22.10.2014
Alright, hey guys, let me begin with this, i am new a scripting, me and my brother Jakwob have been making a server and we have made a Music filterScript and a small anti cheat.
Music:
https://www.youtube.com/watch?v=395J...ature=*********
Pastebin:
You can edit the music stations
Anti-Jetpack:
https://www.youtube.com/watch?v=fXwd...ature=*********
Anti-Weapon hack (Anti weapon hack is only good for servers that don't allow weapons, or you can change the weapon ids to specific ids):
https://www.youtube.com/watch?v=FhSD...ature=*********
Pastebin:
http://pastebin.com/7nPNPfgP
Код:
if( wp == 1 || wp == 2 || wp == 3 || wp == 4 || wp == 5 || wp == 6 || wp == 7 || wp == 8|| wp == 9 || wp == 10 || wp == 11 || wp == 12 || wp == 13 || wp == 14 || wp == 15 || wp == 16 || wp == 17 || wp == 18 || wp == 19 || wp == 20 || wp == 21 || wp == 22 || wp == 23 || wp == 24|| wp == 25 || wp == 26 || wp == 27 || wp == 28 || wp == 29 || wp == 30 || wp == 31 || wp == 33 || wp == 34 || wp == 35 || wp == 36|| wp == 37 || wp == 38 || wp == 39 || wp == 40 || wp == 41 || wp == 42 || wp == 43)
change this code to other ids if you want to have an anti cheat that, lets say bans for minigun,heat seaking rpgs, rpgs, flamers, just change the ids like:
Код:
if( wp == 38 || wp == 37 || wp == 36 || wp == 35)
The anti-cheat does not ban by a bug, it's tested 100%, but when you get banned it doesn't show what you've been banned for even know it should do, sorry about that, hope you guys enjoy it.
Re: Music | Anti jet-pack hacks | Anti weapon hacks -
Abagail - 22.10.2014
This isn't an anti-hack. It does not prevent the actual hacking but prevents certain weapons/actions from being used. Hence, this is a weapon blocker/jetpack blocker, not an anti-hack! But good try, though.
Re: Music | Anti jet-pack hacks | Anti weapon hacks -
LeXuZ - 23.10.2014
I understand what you mean about it being a blocker, an anti cheat would check if player was given/payed/pickup and if none of them it would ban you, thanks for your feedback anyway
Re: Music | Anti jet-pack hacks | Anti weapon hacks -
Jakwob - 23.10.2014
LeXuZ remove my script. If I wanted to share it I would have posted it myself on my profile!