Skip to content

Commit 0330748

Browse files
committed
CheatDetector
1 parent 505abde commit 0330748

File tree

4 files changed

+617
-0
lines changed

4 files changed

+617
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ Examples:
257257

258258
![AntiFingerprint](https://i.imgur.com/4xycaQG.png)
259259

260+
### Cheat Detect
261+
- Watches other players each tick, tracking motion/swing stats to detect suspicious patterns
262+
- Detects speed, flight, boat flight and high CPS sword swings
263+
- Able to adjust the sensitivity for each detection
264+
- Alerts throttle themselves to prevent spam
265+
- Able to detect if other players are as cool as you!
266+
267+
![Cheater](https://i.imgur.com/beZoL1U.png)
268+
260269
### Usability
261270
- Right-click Area setting resets it to default.
262271

src/main/java/net/wurstclient/hack/HackList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public final class HackList implements UpdateListener
7979
new CameraDistanceHack();
8080
public final CameraNoClipHack cameraNoClipHack = new CameraNoClipHack();
8181
public final CaveFinderHack caveFinderHack = new CaveFinderHack();
82+
public final CheatDetectorHack cheatDetectorHack = new CheatDetectorHack();
8283
public final ChatTranslatorHack chatTranslatorHack =
8384
new ChatTranslatorHack();
8485
public final ChestEspHack chestEspHack = new ChestEspHack();

0 commit comments

Comments
 (0)