Commit Graph

3183 Commits

Author SHA1 Message Date
Izuna
12e2b441bc use snapshots directly 2025-04-11 20:06:43 +02:00
Izuna
a160b829a0 fix debug parameter prints 2025-04-11 20:03:21 +02:00
Izuna
3a922d4e51 start fixing tickbase 2025-04-11 20:00:29 +02:00
木葉 Scarlet
ed1fdb65ee fix(FastPlace): offhand item check (#6003) 2025-04-11 18:55:37 +02:00
木葉 Scarlet
c19576bb3e feat(AutoDodge): ignore using scaffold (#6004) 2025-04-11 18:55:12 +02:00
Zirada
7ef42b7b4b feat(ESP/Box): expand option (#6012)
Allows you to expand the box.
2025-04-11 18:54:21 +02:00
木葉 Scarlet
b84de63dfe feat(Integration): ESC-key open previous support (#6006) 2025-04-11 18:53:49 +02:00
木葉 Scarlet
c96d80ebf8 feat(Velocity/Reversal): only moving option (#6005)
* feat(Velocity/Reversal): only moving option

* Update VelocityReversal.kt
2025-04-09 17:35:08 +02:00
木葉 Scarlet
0d0a20a717 refactor(Clicker): make patterns singleton (#5961) 2025-04-06 02:45:05 +02:00
木葉 Scarlet
2b58223c4b feat(Sequence): waitNext (#5962) 2025-04-06 02:44:25 +02:00
木葉 Scarlet
cdfcd08363 refactor(ScriptAPI): simplify Polyglot value cast and script multi choose value (#5959) 2025-04-06 02:09:44 +02:00
木葉 Scarlet
36ef6e951f fix(TickBase): range squared (#5991) 2025-04-06 02:08:46 +02:00
木葉 Scarlet
d00d0a5734 fix: JSON decode of HTTP response (#6000) 2025-04-05 17:34:28 +02:00
7GrandDad
61c426642a fix(RotationSystem): clear entity on resetting (#5998) 2025-04-05 02:16:50 +02:00
木葉 Scarlet
0dd6af946b fix: IllegalStateException(closed) from reading HTTP response (#5989)
* fix: incorrect closing

If we take InputStream or BufferedSource, it will be returned after closing...

* exception log
2025-04-03 14:42:02 +02:00
7GrandDad
cb37348662 feat(AntiExploit): Ignore Protocol Kick option (#5987)
On the latest version if the packet raises an exception, the client will be kicked automatically.
This is a problem especially on servers that do not handle TeamS2CPacket's properly. (pika-network, hycraft, etc)
2025-04-02 22:10:03 +02:00
dependabot[bot]
7f9e07b234 chore(deps-dev): bump vite from 6.2.3 to 6.2.4 in /src-theme (#5981)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 00:10:27 +02:00
Izuna
4a0d897ecb fix(compatibility/LunarClient): wrap backup in try catch (#5974)
Also reverts a0f3a8d26d
2025-03-31 00:36:02 +02:00
Izuna
940f6e7f4d fix(ResourceSpoof): NPEs when not in-game (#5973) 2025-03-31 00:21:31 +02:00
Izuna
a0f3a8d26d fix(compatibility/LunarClient): missing apache compress lib (#5972) 2025-03-31 00:19:59 +02:00
Izuna
7989494f21 fix(SuperKnockback): not in water condition inverted (#5971) 2025-03-30 16:38:54 +02:00
localp
e68e758ffb fix(Step/Hypixel): step height returning incorrect values (#5970) 2025-03-30 15:55:45 +02:00
localp
be59e1ad12 fix(Step/Hypixel): 1.0 block step support (#5966) 2025-03-30 15:05:13 +02:00
Izuna
d119afc1a2 feat(Spider/Polar): support climbing down (#5967) 2025-03-30 14:54:09 +02:00
Izuna
36d5bde0d3 chore: increase version to 0.29.1 2025-03-29 17:09:54 +01:00
Izuna
451cb31e9b release: 0.29.0 v0.29.0 2025-03-29 17:07:27 +01:00
木葉 Scarlet
186123dd4e feat(ScriptAPI): shared storage support (#5712) 2025-03-29 17:06:58 +01:00
sqlerrorthing
dc02bc8765 feat(ScriptAPI): multiChoose setting support (#5934) 2025-03-29 16:12:05 +01:00
Izuna
d6475d2ece feat: Anti Cheat detect (#5949)
Attempts to detect the anti-cheat of a server.
2025-03-29 15:02:49 +01:00
DataModel
f7fc1636be fix(ScriptModule): call RefreshArrayListEvent on tag change (#5924) 2025-03-29 14:38:15 +01:00
sqlerrorthing
fbad64c556 feat(ErrorHandler): error context and instructions (#5853) 2025-03-29 14:32:58 +01:00
Izuna
54566dfb9e fix(BetterTab): possible arithmetic exception (#5948) 2025-03-29 14:26:33 +01:00
Izuna
de2fafbb96 fix(detekt): suppress cognitive complex method (#5947) 2025-03-29 14:04:08 +01:00
Izuna
54605536fa feat(Spider): polar mode (#5946)
Shrinks the block collision shape and allows you to walk on it. Works on Polar anti-cheat.
2025-03-29 13:48:31 +01:00
Izuna
8fc6762928 feat(ConfigSystem/compatibility): deserialize int primitive as int range (#5945) 2025-03-29 11:27:27 +01:00
木葉 Scarlet
ef57d65f67 refactor(Interop): use of string builder and okio buffer (#5925) 2025-03-28 17:24:51 +01:00
Izuna
956cdc9421 fix(InventoryScheduler): count waiting as cycle reset (#5939) 2025-03-28 10:16:08 +01:00
lucas
1620fdf0ea feat(Scaffold/Normal/Eagle): Only On Ground option (#5900) 2025-03-28 09:47:21 +01:00
dependabot[bot]
f472ecc822 chore(deps-dev): bump vite from 6.0.11 to 6.2.3 in /src-theme (#5909)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.11 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-28 09:46:32 +01:00
sqlerrorthing
cf6b3ec984 feat(AntiBlind): Extended list of renders that can be toggled (#5930)
Enable/Disable rendering:
* Armor
* Mob in spawner
* Enchant table mook
* Eat particles
* Block break particles
* Block break overlay
* Title
* Map markers
* Map contents
* Falling blocks
* Beacon beams
* Skylight updaets
* Gui background
* Spyglass overlay
2025-03-28 09:46:03 +01:00
BlueLatios
b54b99e87c feat(Velocity): Reversal Mode (#5856)
Reverses your current velocity after X ticks. Similar to Strafe mode.
2025-03-28 09:37:29 +01:00
AnyOpenGL
7d7f7741a9 feat(KillAura/AutoBlock): Tick time randomization (#5870) 2025-03-28 09:26:34 +01:00
Izuna
836189bb16 feat: logoff spot (#5604)
Displays a clone at the position where a player disappeared.
2025-03-28 09:16:50 +01:00
木葉 Scarlet
8fb418cac2 feat: auto backup configs on version change (#5926) 2025-03-28 09:10:27 +01:00
sqlerrorthing
5670a6380c fix(Clickgui): multiEnumChoice amount position (#5923)
* fix/settings/multi-enum-choice-amount-position

* properly fix alignment

---------

Co-authored-by: Senk Ju <18741573+SenkJu@users.noreply.github.com>
2025-03-27 17:17:18 +01:00
Izuna
4ffe294f78 feat(deeplearn/Minarai): fallback on unsupported system (#5936) 2025-03-27 16:47:09 +01:00
sqlerrorthing
caf4c4b0de feat(ValueSystem): Tag by multiEnumChoice (#5931) 2025-03-27 16:20:55 +01:00
木葉 Scarlet
b07b2e4c58 feat(AntiBot): Custom Mode Improvements (#5922)
Fixed armor material leather
Added elytra for chestplate
Added pumpkin, skull, turtlescute for helmet
Toggle off all types => skip this part
Code cleanups
IllegalHealth is relative to the player's max health now
2025-03-27 16:19:55 +01:00
lucas
0cfea2c220 feat(FastBreak): only tool option (#5899) 2025-03-27 16:18:52 +01:00
Kael
8c8cfc574c feat(i18n): Turkish (tr_tr) language (#5891) 2025-03-27 15:07:16 +01:00