You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[1.21.11 - Latest/Recommended (Based on 1.21.10)](https://github.com/cev-api/Wurst7-CevAPI/tree/master)
16
16
17
17
### Download
18
-
Pre-compiled copies are available on the [Release Page](https://github.com/cev-api/Wurst7-CevAPI/releases). I make changes very often so if you want the latest patches/bug fixes and upgrades you **must** compile it yourself.
18
+
Pre-compiled copies are available on the [Release Page](https://github.com/cev-api/Wurst7-CevAPI/releases). I make changes very often so if you want the latest patches/bug fixes and upgrades you **must** compile it yourself.
19
+
20
+
### Wurst7-CevAPI In-Game Screenshot
21
+

19
22
20
23
## Relationship to upstream
21
24
@@ -28,6 +31,12 @@ This project is a friendly, independent fork of Wurst 7. I originally proposed t
28
31
29
32
All credit for the original client goes to Wurst-Imperium and its contributors. This fork is not affiliated with or endorsed by Wurst-Imperium. This fork maintains the original GPLv3 licensing.
30
33
34
+
## Security Note
35
+
36
+
Don't trust binaries? Don't run binaries. Clone the repo, review the diffs, and build it yourself.
37
+
38
+
Just be consistent: if you're not auditing this, you probably aren't auditing the client/plugins you already run.
39
+
31
40
## NiceWurst Variant (Cheat-Free Build)
32
41
33
42
This fork now ships with [NiceWurst](https://github.com/cev-api/NiceWurst), a non-cheating configuration you can build from the same source by passing ```-Pnicewurst=1``` at build (or setting NICEWURST=1 as an env var).
@@ -44,8 +53,6 @@ Build without the flag to get the full CevAPI experience; build with the flag fo
44
53
### NiceWurst In-Game Screenshot
45
54

46
55
47
-
### Wurst7-CevAPI In-Game Screenshot
48
-

49
56
50
57
## Novelty
51
58
@@ -75,6 +82,7 @@ I’m pleased to note that many of the features and improvements below are compl
75
82
- Outreach
76
83
- LivestreamDetector
77
84
- Redstone, Bed, Sign & Workstation ESP
85
+
- PearlESP (Not a simple trajectory hack)
78
86
- SignFramePassThrough (I didn't know something like this existed as a mod already)
79
87
- Custom Waypoint System (Not a new idea, but unique in design and functionality)
80
88
- The overall changes to existing hacks, many of which greatly improve original functionality!
@@ -93,6 +101,7 @@ I have taken the following ideas from other clients/mods:
93
101
- AntiDrop
94
102
- LogoutSpots
95
103
- Breadcrumbs
104
+
- AntiCheatDetector
96
105
97
106
I did not, nor could I copy their code directly as most are Meteor based mods. So these are considered my interpretation of the functionality of those hacks.
98
107
@@ -364,6 +373,8 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
364
373
- Reconnect to server and immediately send a command, such as /op player
365
374
- Adds mixin buttons to disconnect/kick/ban screens for all cracked/offline servers that have the above functions
366
375
376
+

377
+
367
378
### CoordLogger
368
379
- Detect world and local events and attempt to position them with ESP and chat messages
369
380
- Events that are too far away the direction will be given
@@ -397,12 +408,13 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
397
408
- Auto Attack, your jab attack will continue to auto hit once the cooldown has expired so long as you're hitting an entity.
398
409
- Designed for elytra-free ground PvP/PvE, though may be even more interesting with one.
399
410
411
+

412
+
400
413
### Custom Command Prefixes
401
414
- In the Wurst Options menu you can now change your command prefix
402
415
- Cycle through commonly used command prefixes by pressing the Command Prefix button
403
416
404
417

405
-

406
418

407
419
408
420
### Outreach
@@ -416,6 +428,8 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
416
428
- Predict where your pearl will go via a trajectory line
417
429
- Adjustable color, default is purple
418
430
431
+

432
+
419
433
### Preset Manager
420
434
- Save full setups (enabled hacks, favourites, settings, keybinds, UI layout, navigator preferences etc) as named presets
421
435
- Load a preset to restore which will then reset the client state immediately
@@ -436,6 +450,8 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
436
450
- Option to cancel mid scan
437
451
- Available debug command ```.livestream <username>``` to manually check a username
0 commit comments