Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 12bc76c

Browse files
authored
Merge pull request #11 from jaredb1011/Mr-Homeless-patch-1
readme changes
2 parents cb88b5d + 7776c6b commit 12bc76c

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
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.
37

48
## 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.
711

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.
1013

1114
## 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

Comments
 (0)