Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix debounce for antiexploit notifications #1783

Merged

Conversation

Speeder323
Copy link
Contributor

  • Changed the comparison on antiNotificationResetTick from less than to greater than; this means the debounce table will be cleared after 60 seconds, and not within 60 seconds.
  • Added a line to increase the number within the debounce table, which will properly be able to meet the > 3 criteria.

PoF: Tested, can confirm works as intended.
image
(I'm guessing this is how it works, right?)

The debounce was being set to 1 if the value was set, but other than that, it was not being increased, hence the debounce never kicked in.
@Dimenpsyonal Dimenpsyonal added the 🛡️ anti-exploit The Adonis anti-exploit system/anti-exploit features label Dec 16, 2024
@Expertcoderz Expertcoderz added the 🐛 bug Bugs or broken features label Jan 11, 2025
@Expertcoderz Expertcoderz merged commit 0cf0aa0 into Epix-Incorporated:master Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛡️ anti-exploit The Adonis anti-exploit system/anti-exploit features 🐛 bug Bugs or broken features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants