Skip to content

2020 MeiChu Hackathon ethical gaming world - Team 726

Notifications You must be signed in to change notification settings

Jack24658735/Meichu2020_Team_726

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logi ethical gaming world

2020 Mei-chu Hackathon - Team 726

Introduction

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

How to record data

  1. Run : python3 monitor_with_data_process.py
  2. Switch to the game window
  3. Press s to start recording
  4. Press F8 to end the recording
  5. The data will store as new_mouse_log.txt

How to start

in the folder ml:

  1. for training model (Need to change training file path in the code !!) : python3 main.py
  2. for using model : python3 test.py <log_file>

Contribution

Jack Liu: Mouse monitor.py Bowei Lee: data connection & generation

About

2020 MeiChu Hackathon ethical gaming world - Team 726

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%