|
1 | | -# visual-anticheat |
2 | | -A project that uses optical flow and machine learning to detect aimhacking in video clips from the game Apex Legends. |
| 1 | +# waldo-anticheat |
| 2 | +A project that aims to use optical flow and machine learning to visually detect cheating or hacking in video clips from fps games. |
| 3 | +Check out this [video](https://youtu.be/GOI9EkLsUm0) discussing the purpose and vision of WALDO. |
| 4 | + |
| 5 | +# Notes |
| 6 | +* This project is still under development. |
3 | 7 |
|
4 | 8 | ## The What |
5 | | -A new form of cheating in video games is using deep learning to implement an aim assist cheat. |
6 | | -This form of cheating is very hard to detect because no game hacking or modification is necessary, so anti-cheats can't detect it easily. |
| 9 | +A new market for cheats that are visually indistinguishable to the human eye have lead to a rise in "closet hacking" among streamers and professionals. |
| 10 | +This form of cheating is extremely hard to detect. In some cases it issible to detect, even with today's most advanced anti-cheat software. |
7 | 11 |
|
8 | | -We're trying to combat this new kind of cheating by creating our own deep learning program to detect this behavior in video clips. |
9 | | -We're starting with only one game, Apex Legends, to focus our efforts. |
| 12 | +We will combat this new kind of cheating by creating our own deep learning program to detect this behavior in video clips. |
10 | 13 |
|
11 | 14 | ## The How |
12 | | -Because deep learning aimhacks don't actually modify the game or computer in any way, the only way to detect this form of cheating is by observing the cheating behavior while spectating, or by analyzing the aiming data of a player. We don't have access to raw aim data for players, so our goal is to analyze the video directly using deep learning to detect aimhacking. |
| 15 | +Because of the advanced technology used, the only reliable way to detect this form of cheating is by observing the cheating behavior directly from the end result- gameplay. Our goal is to analyze the video directly using deep learning to detect if a user is receiving machine assistance. |
| 16 | + |
| 17 | +Phase 1 focuses primarily on humanized aim-assist. Upon completion of phase 1, WALDO's main function will be vindication and clarity to many recent "hackusations." |
| 18 | + |
| 19 | +# Skills needed: |
| 20 | +1. Machine learning / neural networks / AI |
| 21 | +2. Visualizations and graphics |
| 22 | +3. Data analysis |
| 23 | +4. General python |
| 24 | +5. Website design / programming |
| 25 | +6. Game graphics / video analysis |
| 26 | +7. Gamers |
| 27 | +8. Current closet hackers you can help ( ͡° ͜ʖ ͡°) |
0 commit comments