
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...
120—FreefabricBoth1.21.1mod
autorynek adds a client-side auction helper for anarchy servers.
- Keybinds:
Ptoggles automation;Oopens the Autorynek GUI (both can be changed in Controls). - Automation loop: when running it alternates
/ah 1and/ah 2about 20 times per second, OCRs the visible auction screen, and issuesah 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.