Re: Nex-AC - Anticheat system -
Max_Andolini - 14.04.2016
Quote:
Originally Posted by SecretBoss
You can just remove the hooks from OnPlayerLeaveDynamicRaceCP then and just let it be there but it will may cause problems if you will need to create any code inside OnPlayerLeaveDynamicRaceCP again in future, you can just copy the code inside OnPlayerLeaveDynamicRaceCP and paste it where you have your callbacks no need for a hook
|
Hello SecretBoss I am developed this include. All hooked and errors fixed. Send message me.
Re: Nex-AC - Anticheat system -
SecretBoss - 14.04.2016
Quote:
Originally Posted by eco1999
Hello SecretBoss I am developed this include. All hooked and erros fixed. Send message me.
|
I don't face any problem with it, PawnHunter did and I just tried to help him, thanks for help anyway
Re: Nex-AC - Anticheat system -
Max_Andolini - 14.04.2016
Quote:
Originally Posted by SecretBoss
I don't face any problem with it, PawnHunter did and I just tried to help him, thanks for help anyway
|
All hooked wrong and there are many errors.
I am fixed all of them.
https://github.com/MaxAndolini/Nex-A...ter/nex-ac.inc
and use YSI 4.
https://github.com/Misiur/YSI-Includes
Re: Nex-AC - Anticheat system -
oMa37 - 22.04.2016
Fixed.
Re: Nex-AC - Anticheat system -
GhostHacker - 23.04.2016
you may have to update your other includes
Re: Nex-AC - Anticheat system -
oMa37 - 23.04.2016
Fixed.
Re: Nex-AC - Anticheat system -
Faqahat - 26.04.2016
nvm.
Re: Nex-AC - Anticheat system -
lost13 - 28.04.2016
Очень и очень много ложных срабатываний.
Re: Nex-AC - Anticheat system -
tugaspeak - 04.05.2016
Im getting this errors.
Quote:
D:\samp\SERVIDOR\pawno\include\nex-ac.inc(228 : warning 202: number of arguments does not match definition
D:\samp\SERVIDOR\pawno\include\nex-ac.inc(2302) : error 025: function heading differs from prototype
D:\samp\SERVIDOR\pawno\include\nex-ac.inc(4616) : warning 202: number of arguments does not match definition
D:\samp\SERVIDOR\pawno\include\nex-ac.inc(4630) : error 025: function heading differs from prototype
D:\samp\SERVIDOR\pawno\include\eSelection.inc(651) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
|
Re: Nex-AC - Anticheat system -
lolumadd_ - 08.05.2016
I don't know if this is relevant anymore...but in case anyone was having trouble with y_hooks compatibility from YSI3 and this include, here is a quick and easy workaround:
Before nex-ac is included:
Inside the nex-ac.inc, do CTRL + H to start a search and replace.
Replace "#if defined _inc_y_hooks || defined _INC_y_hooks" with "#if defined hookmodify"
Replace "#if !defined _inc_y_hooks && !defined _INC_y_hooks" with "#if !defined hookmodify"
Replace "Hook:" with "hook " <-- Note the space at the end
Re: Nex-AC - Anticheat system - justice96 - 26.05.2016
I fixed it now.
Re: Nex-AC - Anticheat system -
vannesenn - 26.05.2016
This should go into a plugin.
Re: Nex-AC - Anticheat system -
xxxSpeedxxx - 01.06.2016

Help
Код:
D:\srw\pawno\include\nex-ac.inc(2288) : warning 202: number of arguments does not match definition
D:\srw\pawno\include\nex-ac.inc(2302) : error 025: function heading differs from prototype
D:\srw\pawno\include\nex-ac.inc(4616) : warning 202: number of arguments does not match definition
D:\srw\pawno\include\nex-ac.inc(4630) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: Nex-AC - Anticheat system -
Uberanwar - 12.09.2016
Bugs:
When airbreaking (on foot), detected as teleport hack (on foot).
Buying weapons sometimes detect as Ammo Hack (add)
Entering vehicles sometimes detected as Teleport Hack (into/between vehicles)
Detected as hacking NOP/Illegal Patches upon spawn (always happen)
Re: Nex-AC - Anticheat system -
OstGot - 12.09.2016
Quote:
Originally Posted by Uberanwar
There's a false positive on special actions hack detection.
|
What special actions did you use at a time?
Quote:
Originally Posted by N3cromancer
Thanks for the update, im getting kick code #006 after login -> spawn. what will be the problem?
|
Maybe you use streamer pickups added from filterscript.
Quote:
Originally Posted by Uberanwar
Entering vehicles sometimes detected as Teleport Hack (into/between vehicles)
|
For which vehicle model(s) it has been observed?
Quote:
Originally Posted by Uberanwar
Detected as hacking NOP/Illegal Patches upon spawn (always happen)
|
Which code do you see?
P.s. If you find a bug - please, describe more specifically.
Re: Nex-AC - Anticheat system -
N3cromancer - 13.09.2016
Quote:
Originally Posted by OstGot
What special actions did you use at a time?
Maybe you use streamer pickups added from filterscript.
|
I dont have filterscripts in my server atm, is very rare, when i install the nex-ac i dont get problems, but when i exit from an store in-game to the city, the anticheat kick me then after that i can't login now i only get the #006 code.
Re: Nex-AC - Anticheat system -
Uberanwar - 14.09.2016
1. Jetpack
2. 576 (Tornado)
3. 52
Re: Nex-AC - Anticheat system -
Uberanwar - 14.09.2016
I got detected as ammo hacking (add) too, although I don't hack it.
Happened when I was buying a weapon in an ammu.
Re: Nex-AC - Anticheat system -
OstGot - 15.09.2016
New Version v1.9.8
Changes:
* AntiCheatGet* functions are now can be called from filterscripts
* Faster call hooked functions from GameMode
* Rewritten anti-money hack
Fixes:
* Fixed a bypass in anti-ammo hack for high-rate weapons
* Fixed a bypass in the anti-teleport with the ability to teleport after changing interior by server
* Fixed a bug in the anti-weapon hack with a kick when buying weapons in Ammu-Nation for the wrong price
* Fixed a bug in the protection against NOPs with a kick for take a similar weapons
* Fixed compilation errors when included in filterscript
Download: See the
first post
Updated
Quote:
Originally Posted by Description
Also keep in mind that filterscript must have "#define FILTERSCRIPT" before including anticheat
|
Re: Nex-AC - Anticheat system -
Uberanwar - 16.09.2016
Great updates bro, will test it out and will report bugs if any.
--
Bugs:
Everytime I spawn, detected as money hack.
* Will be checking out for other bugs.