Skip to content

Commit 61dfa54

Browse files
committed
NewerNewChunks
1 parent f9cf779 commit 61dfa54

4 files changed

Lines changed: 624 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,18 @@ This hack is still undergoing development and has only been tested in the end. A
785785

786786
![PacketTool](https://i.imgur.com/kBEhpuO.png)
787787

788+
### NewerNewChunks
789+
- Detects likely new vs old chunks using packet and fluid heuristics while you explore.
790+
- Color layers: New (red), Old (green), Block-exploit (blue), with adjustable render height and distance.
791+
- Modes: `Normal`, `IgnoreBlockExploit`, and `BlockExploitMode` to control how block-update signals are interpreted.
792+
- Optional alarms for newly detected chunks (rings, delay, volume, pitch).
793+
- Can save/load cached chunk detections per server + dimension, with optional auto-reload.
794+
- Includes one-click chunk cache delete (double-press confirm).
795+
- Note: Nether results are heuristic and can produce false positives/negatives.
796+
- Inspired by [Trouser-Streak's NewerNewChunks](https://github.com/etianl/Trouser-Streak/blob/main/src/main/java/pwn/noobs/trouserstreak/modules/NewerNewChunks.java)
797+
798+
![ChunkyDunky](https://i.imgur.com/ndNfFUD.png)
799+
788800
## What's changed or improved in this fork?
789801

790802
### ChestESP

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ public final class HackList implements UpdateListener
179179
public final NameTagsHack nameTagsHack = new NameTagsHack();
180180
public final NavigatorHack navigatorHack = new NavigatorHack();
181181
public final NewChunksHack newChunksHack = new NewChunksHack();
182+
public final NewerNewChunksHack newerNewChunksHack =
183+
new NewerNewChunksHack();
182184
public final NoBackgroundHack noBackgroundHack = new NoBackgroundHack();
183185
public final NoClipHack noClipHack = new NoClipHack();
184186
public final NoFallHack noFallHack = new NoFallHack();

0 commit comments

Comments
 (0)