ChaWatcher

Welcome To Aqwam’s ChaWatcher Library!

ChaWatcherIcon

ChaWatcher is an anti-cheat / anomaly detector that uses machine-learning to detect outlier behaviours. It uses One-Class Support Vector Machine from my DataPredict library.

This documentation contains all the example codes that demonstrates data collection, model training and anomaly detection. There will be no API reference here as I thought this library is pretty simple to use.

You only need to collect normal (non-hacker) data. You can include outlier (hacker) data, but it may reduce the ChaWatcher’s model accuracy.

If there are any issues for this library, don’t be afraid to reach out to me at my LinkedIn or in this DevForum thread.

In addition, if you are interested in Roblox tutorials and future projects by me, then you can subscribe to me in YouTube.

You can get the library from GitHub here!

Please report any bugs here!

Example codes (with explanations):

Original Version

Distributed Computing Version

Difference between original and custom versions:

Tips: