Releases: X3r0Day/XUtil
Releases · X3r0Day/XUtil
Release list
XUtil 1.2.1
What changed in 1.2.1:
- Recordings now capture module toggles, and replay them at the right ticks
- Modules reset to their pre-recording state when you stop recording
- Recordings store the start position and camera, and reset back to it every play and loop
- Replays undo the module toggles they performed when they finish
- Project icon added
XUtil 1.2.0
New stuff in 1.2.0:
- Recorder module: record your inputs and replay them, with record and play keys, loop mode, and per-recording mouse lock
- Replay macro task so recordings drop into macro chains
- Attack task: crosshair, nearest, or all targets, player/mob filter, and a wait for weapon cooldown option
- Look task: aim mode with sorting (nearest, lowest or highest health) and smooth aim
- Macro config hot-reloads while the game runs
- Module sub-settings now save across restarts
- Module keybinds now save across restarts
- Sprint module and a Movement category
- BreakIndicator got a rainbow mode and color options
- Readme rewritten
XUtil 1.1.0
Macro system fixes and additions:
- If and Loop bodies now actually run (nested chains were never started)
- Task state resets between runs so chains always start fresh
- Loops can run forever with a new infinite mode
- New Break task stops the whole chain, and disables the macro for every-tick triggers
- Macro Settings module in the Misc category, right-click opens the macro list
- Config files are saved as pretty printed JSON
- README documents the macro system
XUtil v1.0.0
First release. ClickGUI with the WorldInfo HUD, Microsoft and offline account switching, and an addon API for extra mod jars. Addon docs in ADDON_API.md.
Addon devs can depend on this from JitPack:
repositories { maven { url 'https://jitpack.io' } }
dependencies { implementation 'com.github.X3r0Day:XUtil:v1.0.0' }