SA-MP Forums Archive
Anti-Cheat system - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Anti-Cheat system (/showthread.php?tid=328683)



Anti-Cheat system - Roddan - 25.03.2012

Does anyone know a good anti-cheat system for my Role Play server?

SpeedHack
Player Cheat Money
Weapon give detect
Jetpack and such.


Re: Anti-Cheat system - Saurik - 25.03.2012

errr.. i would suggest junkbuster.


Re: Anti-Cheat system - Roddan - 25.03.2012

Do you have a link?


Re: Anti-Cheat system - Cinnt - 25.03.2012

Quote:
Originally Posted by Roddan
Посмотреть сообщение
Do you have a link?
Double-O-Seven, the creator of it requested account deletion if I am not wrong so as well all his scripts so junkbuster is no more in sa-mp forums.


Re: Anti-Cheat system - Roddan - 25.03.2012

Is this anti-cheat system good?

http://forum.sa-mp.com/showthread.ph...ght=Anti+Cheat

I mean is it a filterscript?

Is it possbile to delete this?

Код:
-VERY ADVANCED Weapon detection - no-one spawns any weapons without your knowledge! (after weapon has been pulled - instant detection)
Because on my RP server as all the others Weapon is allowed.


Re: Anti-Cheat system - Cinnt - 25.03.2012

Quote:
Originally Posted by Roddan
Посмотреть сообщение
Is this anti-cheat system good?

http://forum.sa-mp.com/showthread.ph...ght=Anti+Cheat

I mean is it a filterscript?

Is it possbile to delete this?

Код:
-VERY ADVANCED Weapon detection - no-one spawns any weapons without your knowledge! (after weapon has been pulled - instant detection)
Because on my RP server as all the others Weapon is allowed.
pawn Код:
#define AC_DETECTED_DISABLED_WEAPON (0)
If I am not wrong when you change 0 to 1 it will disable the weapon detection.


Re: Anti-Cheat system - Roddan - 25.03.2012

Okay, So i just add his code into my gamemode?


Re: Anti-Cheat system - Cinnt - 25.03.2012

Quote:
Originally Posted by Roddan
Посмотреть сообщение
Okay, So i just add his code into my gamemode?
No you download it from here
http://code.******.com/p/gpb/downloa...2.zip&can=2&q=

open the script with pawn (obviously) and edit the define that I posted change the 0 into 1


Re: Anti-Cheat system - Roddan - 25.03.2012

So this is a Filterscript?


Re: Anti-Cheat system - Cinnt - 25.03.2012

Quote:
Originally Posted by Roddan
Посмотреть сообщение
So this is a Filterscript?
Yes, every anti-cheat is filterscript.
If you want to add one into your script, you gotta make one.