Skip to content

Commit 004fd20

Browse files
committed
Readme Update
1 parent 7a66ed6 commit 004fd20

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
## Supported Versions
1212
- [1.21.1 - New (Based on 1.21.8)](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.1)
1313
- [1.21.8](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.8)
14-
- [1.21.10 - Recommended](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.10)
15-
- [1.21.11 - Latest (Based on 1.21.10)](https://github.com/cev-api/Wurst7-CevAPI/tree/master)
14+
- [1.21.10](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.10)
15+
- [1.21.11 - Latest/Recommended (Based on 1.21.10)](https://github.com/cev-api/Wurst7-CevAPI/tree/master)
1616

1717
### 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+
![Wurst7Cevapi](https://i.imgur.com/hsayPXH.png)
1922

2023
## Relationship to upstream
2124

@@ -28,6 +31,12 @@ This project is a friendly, independent fork of Wurst 7. I originally proposed t
2831

2932
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.
3033

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+
3140
## NiceWurst Variant (Cheat-Free Build)
3241

3342
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
4453
### NiceWurst In-Game Screenshot
4554
![NiceWurst](https://i.imgur.com/86vmxQi.png)
4655

47-
### Wurst7-CevAPI In-Game Screenshot
48-
![Wurst7Cevapi](https://i.imgur.com/HjOIhzM.png)
4956

5057
## Novelty
5158

@@ -75,6 +82,7 @@ I’m pleased to note that many of the features and improvements below are compl
7582
- Outreach
7683
- LivestreamDetector
7784
- Redstone, Bed, Sign & Workstation ESP
85+
- PearlESP (Not a simple trajectory hack)
7886
- SignFramePassThrough (I didn't know something like this existed as a mod already)
7987
- Custom Waypoint System (Not a new idea, but unique in design and functionality)
8088
- 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:
93101
- AntiDrop
94102
- LogoutSpots
95103
- Breadcrumbs
104+
- AntiCheatDetector
96105

97106
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.
98107

@@ -364,6 +373,8 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
364373
- Reconnect to server and immediately send a command, such as /op player
365374
- Adds mixin buttons to disconnect/kick/ban screens for all cracked/offline servers that have the above functions
366375

376+
![Offline](https://i.imgur.com/PfAATSz.png)
377+
367378
### CoordLogger
368379
- Detect world and local events and attempt to position them with ESP and chat messages
369380
- 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
397408
- Auto Attack, your jab attack will continue to auto hit once the cooldown has expired so long as you're hitting an entity.
398409
- Designed for elytra-free ground PvP/PvE, though may be even more interesting with one.
399410

411+
![Spear](https://i.imgur.com/XVypZML.png)
412+
400413
### Custom Command Prefixes
401414
- In the Wurst Options menu you can now change your command prefix
402415
- Cycle through commonly used command prefixes by pressing the Command Prefix button
403416

404417
![CMD](https://i.imgur.com/A79Het4.png)
405-
![CMD2](https://i.imgur.com/qBhwEUf.png)
406418
![CMD3](https://i.imgur.com/veagIsN.png)
407419

408420
### Outreach
@@ -416,6 +428,8 @@ I did not, nor could I copy their code directly as most are Meteor based mods. S
416428
- Predict where your pearl will go via a trajectory line
417429
- Adjustable color, default is purple
418430

431+
![Pearl](https://i.imgur.com/Rng37ws.png)
432+
419433
### Preset Manager
420434
- Save full setups (enabled hacks, favourites, settings, keybinds, UI layout, navigator preferences etc) as named presets
421435
- 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
436450
- Option to cancel mid scan
437451
- Available debug command ```.livestream <username>``` to manually check a username
438452

453+
![Live](https://i.imgur.com/38r4wYF.png)
454+
439455
## What’s changed or improved in this fork?
440456

441457
### ChestESP

0 commit comments

Comments
 (0)