2020 Mei-chu Hackathon - Team 726
This is our solution for ethical gaming world. We use machine learning model to detect whether the user is using hack method for playing, boosting or substituting.
This model idea is from Intrusion Detection Using Mouse Dynamics
, and we modifiy a bit things of its github
- Run :
python3 monitor_with_data_process.py
- Switch to the game window
- Press
s
to start recording - Press
F8
to end the recording - The data will store as
new_mouse_log.txt
in the folder ml
:
- for training model (Need to change training file path in the code !!) :
python3 main.py
- for using model :
python3 test.py <log_file>
Jack Liu: Mouse monitor.py Bowei Lee: data connection & generation