Skip to content

Commit ea25a54

Browse files
committed
Readme Update
1 parent 4e698c3 commit ea25a54

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

README.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Build without the flag to get the full CevAPI experience; build with the flag fo
5555

5656
## Novelty
5757

58-
I'm pleased to note that many of the features and improvements below are completely unique to this Wurst fork and aren't found in any other clients or mods. Some are even original enough to stand on their own as full concepts. These include:
58+
I'm pleased to note that many of the features and improvements below are completely unique to this Wurst fork and aren't found in any other clients or mods. Some are even original enough to stand on their own as full concepts. While some hacks may share some functionalities or names as others, they likely do not have the same features as my own.
5959

6060
- EnchantmentHandler
6161
- ItemHandler
@@ -75,7 +75,7 @@ I'm pleased to note that many of the features and improvements below are complet
7575
- OfflineSettings
7676
- TargetPlace
7777
- SurfaceXray
78-
- Anti-Fingerprint
78+
- Anti-Fingerprint (A novel implementation)
7979
- TridentESP
8080
- MobSearch
8181
- PacketRate
@@ -96,19 +96,17 @@ I'm pleased to note that many of the features and improvements below are complet
9696
- GameStats
9797
- AdvancedPacketTool
9898
- ClientChatOverlay
99+
- CommandScanner
99100
- AutoChat
100101
- Mention
101102
- Force Allow Chats
102103
- MusicAura
103-
- ElytraInfo (Inspired By Another Mod)
104104
- Redstone, Bed, Sign & Workstation ESP
105105
- PearlESP (Not a simple trajectory hack)
106106
- SignFramePassThrough (I didn't know something like this existed as a mod already)
107107
- Custom Waypoint System (Not a new idea, but unique in design and functionality)
108108
- The overall changes to existing hacks, many of which greatly improve original functionality!
109109

110-
Because so many of these mods are entirely original, I plan to release some of them as standalone projects in the future.
111-
112110
## Unoriginal
113111

114112
I have taken the following ideas from other clients/mods:
@@ -131,9 +129,9 @@ I have taken the following ideas from other clients/mods:
131129
- Bundle Dupe
132130
- BookBot
133131
- NewerNewChunks
132+
- ElytraInfo
134133

135-
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.
136-
134+
I did not, and could not, copy any code directly since most implementations are Meteor-based mods or standalone projects. These are my own implementations of the concepts, rewritten for Mojmap and often improved or expanded upon.
137135

138136
---
139137

@@ -888,25 +886,9 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
888886
- Optionally elicit only 'unknown' commands. Scans via packets then compares via client commands, whichever isn't available to the user is shown.
889887
- Your command list probing won't appear in server side logs
890888
- Can also run each command, run specific commands via packets or enumerate via client side commands
889+
- Great replacement for when plugin scanners like UI-Utils returns no results
891890

892-
#### Example Output
893-
```
894-
[STDOUT]: Unknown or incomplete command. See below for error
895-
[STDOUT]: c2me<--[HERE]
896-
[STDOUT]: Unknown or incomplete command. See below for error
897-
[STDOUT]: panda-anti-exploit<--[HERE]
898-
[STDOUT]: Unknown or incomplete command. See below for error
899-
[STDOUT]: test<--[HERE]
900-
[STDOUT]: Unknown or incomplete command. See below for error
901-
[STDOUT]: version<--[HERE]
902-
[STDOUT]: [Wurst] CommandScanner started.
903-
[STDOUT]: [Wurst] Enabled: CommandScanner
904-
[STDOUT]: [Wurst] Found 20 non-vanilla commands:
905-
[STDOUT]: [Wurst] /c2me, /dialog, /discord, /dmcc, /fetchprofile, /melius-commands, /panda-anti-exploit, /plstyle
906-
[STDOUT]: [Wurst] /rotate, /spark, /stopwatch, /styledchat, /styledplayerlist, /suicide, /tellform, /test
907-
[STDOUT]: [Wurst] /version, /voicechat, /vote, /waypoint
908-
[STDOUT]: [Wurst] Disabled: CommandScanner
909-
```
891+
![Scan](https://i.imgur.com/Zwf22jU.png)
910892

911893
## What's changed or improved in this fork?
912894

0 commit comments

Comments
 (0)