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
Copy file name to clipboardExpand all lines: README.md
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Build without the flag to get the full CevAPI experience; build with the flag fo
55
55
56
56
## Novelty
57
57
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.
59
59
60
60
- EnchantmentHandler
61
61
- ItemHandler
@@ -75,7 +75,7 @@ I'm pleased to note that many of the features and improvements below are complet
75
75
- OfflineSettings
76
76
- TargetPlace
77
77
- SurfaceXray
78
-
- Anti-Fingerprint
78
+
- Anti-Fingerprint (A novel implementation)
79
79
- TridentESP
80
80
- MobSearch
81
81
- PacketRate
@@ -96,19 +96,17 @@ I'm pleased to note that many of the features and improvements below are complet
96
96
- GameStats
97
97
- AdvancedPacketTool
98
98
- ClientChatOverlay
99
+
- CommandScanner
99
100
- AutoChat
100
101
- Mention
101
102
- Force Allow Chats
102
103
- MusicAura
103
-
- ElytraInfo (Inspired By Another Mod)
104
104
- Redstone, Bed, Sign & Workstation ESP
105
105
- PearlESP (Not a simple trajectory hack)
106
106
- SignFramePassThrough (I didn't know something like this existed as a mod already)
107
107
- Custom Waypoint System (Not a new idea, but unique in design and functionality)
108
108
- The overall changes to existing hacks, many of which greatly improve original functionality!
109
109
110
-
Because so many of these mods are entirely original, I plan to release some of them as standalone projects in the future.
111
-
112
110
## Unoriginal
113
111
114
112
I have taken the following ideas from other clients/mods:
@@ -131,9 +129,9 @@ I have taken the following ideas from other clients/mods:
131
129
- Bundle Dupe
132
130
- BookBot
133
131
- NewerNewChunks
132
+
- ElytraInfo
134
133
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.
137
135
138
136
---
139
137
@@ -888,25 +886,9 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
888
886
- Optionally elicit only 'unknown' commands. Scans via packets then compares via client commands, whichever isn't available to the user is shown.
889
887
- Your command list probing won't appear in server side logs
890
888
- 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
891
890
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
0 commit comments