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
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -696,6 +696,54 @@ This hack is still undergoing development and has only been tested in the end. A
696
696
-`.autofly <x> <y> <z> [height] [speed]` or `.autofly <x> <z> [height] [speed]` to AutoFly to a given waypoint (relative `~` values are supported as well as comma separated entries). Omitting Y causes it to simply land at the waypoint.
697
697
-`.autofly next`/`.autofly prev(ious)` cycles the SeedMapper export list, while `.autofly stop|off|disable` turns off AutoFly.
698
698
699
+
### BundleDupe
700
+
701
+
- One-click Bundle Dupe based on the module by Numbers (Autism Inc) which currently works on Paper 1.21.11 pre-[v111](https://github.com/PaperMC/Paper/commit/302c47c0dda6251fd5eb6bf7130345e9dcb988fc).
702
+
- Have a full 100 page book in your inventory (high entropy) and hold a bundle with 63 (can work with less) of what you want to dupe and 1 random item and run it.
703
+
- Dupe methods:
704
+
- TIMEOUT: waits for next KeepAlive, blocks further KeepAlives, then after N seconds uses the bundle, triggers lag, and disables.
705
+
- KICK: triggers lag, uses the bundle, then forces a disconnect.
706
+
- Kick methods (fast, handler-level where possible):
707
+
- HURT (attack self analogue; immediate on many servers)
708
+
- QUIT (client-side quit)
709
+
- CHARS (section-sign chat)
710
+
- CLIENTSETTINGS (re-sends client info)
711
+
- MOVE_NAN, MOVE_INF, MOVE_OOB (invalid/absurd movement coords)
712
+
- CLICK_INVALID (wildly invalid ClickSlot)
713
+
- UPDATESLOT (-1 carried slot)
714
+
- CUSTOM (sends configured chat/command)
715
+
- Lag methods:
716
+
- CUSTOM (sends configured chat/command)
717
+
- BOAT_NBT (spam OPEN_INVENTORY while riding Chest Boat/Minecart w/ Chest)
718
+
- CLICKSLOT (spam ClickSlot; needs NBT book in inv)
719
+
- ENTITY_NBT (spam InteractEntity at crosshair target)
720
+
- Settings:
721
+
- Timeout seconds and interact delay (ms) for TIMEOUT
722
+
- Packet counts for BoatNBT, ClickSlot, EntityNBT
723
+
- Tips:
724
+
- Admins of servers will notice your disconnect reason as extremely suspicious
725
+
- BoatNBT requires sitting in a Chest Boat or Minecart with Chest; EntityNBT requires looking at one.
726
+
727
+
### BookBot
728
+
- Based on the hack of the same name in Meteor. Needed for BundleDupe.
729
+
- Automatically writes and optionally signs books under Items.
730
+
- Modes:
731
+
- Random: generates characters to fill pages to create high entropy NBT.
732
+
- File: loads text from a .txt file and writes it to books.
733
+
- Page packing:
734
+
- Pixel-accurate line fill up to 114 px width, 14 lines per page to minimize wasted space.
735
+
- File mode supports word-wrap using the game font splitter.
736
+
- Inventory handling:
737
+
- Finds an empty Writable Book, moves it to main hand, writes pages, and signs (optional).
0 commit comments