autorynek banner
autorynek icon

autorynek

„Create a client-side mod that automates auction(/ah) house on anarchy servers: rapidly switches between page 1 and 2 (20 times per second), uses OCR...

120Free
fabricBoth1.21.1mod

autorynek adds a client-side auction helper for anarchy servers.

  • Keybinds: P toggles automation; O opens the Autorynek GUI (both can be changed in Controls).
  • Automation loop: when running it alternates /ah 1 and /ah 2 about 20 times per second, OCRs the visible auction screen, and issues ah buy <name> when a configured name and price range are detected.
  • Configuration: the GUI lets you add up to 100 tracked items (name contains + min/max price). Entries save to config/autorynek.json; automation autostart follows the last toggle state.
  • OCR: uses Tess4J (Tesseract). If you supply trained data in config/tessdata, it will use it; otherwise it falls back to the built-in defaults. OCR scans the current framebuffer each check.
  • Purchase log: recent buys surface in the GUI and append to config/autorynek_purchases.log.
  • Notes/limits: accuracy depends on server UI layout and OCR quality; the buy command is generic (ah buy <name>), so server-specific auction formats may need tweaks. Heavy page switching may trip server spam protections—use at your own risk.