Skip to content

XUtil 1.1.0

Choose a tag to compare

@X3r0Day X3r0Day released this 30 Aug 05:08
· 15 commits to master since this release

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