Blumlaut / anticheese-anticheat

the FiveM anticheat, actively fighting against cheaters in FiveM.
The Unlicense
85 stars 43 forks source link

[Suggestion] #8

Closed Krizmatic closed 3 years ago

Krizmatic commented 3 years ago

Better if you can refer to qb-anticheat which is used with QB Framework to add some events

Blumlaut commented 3 years ago

What?

Krizmatic commented 3 years ago

https://github.com/qbcore-framework/qb-anticheat/blob/main/server/main.lua Refer to the events. It might be helpful. I'm not sure. Ignore if I'm saying something foolish.

Blumlaut commented 3 years ago

The problem is that "qb-anticheat" assumes that all ESX events are unregistered, if someone uses ESX this will cause issues immediately, anticheese uses specific patterns to check if an event trigger is malicious in nature or not, this means that some malicious ones go through of course, but ESX users wont have a false positive.