https://www.bohemia.net/games/dayz/
In this repository are collected tools and scripts for the game DayZ.
git clone --recurse-submodules git@github.com:tassoneroberto/py-dayz.git
cd pydayz
py -3.10 -m venv venv
.\venv\Scripts\Activate.ps1
py -m pip install .\iocontroller
py -m pip install .Bruteforce the 3 and 4 discs combination locks (vanilla only).
It is recommended to set the game in window mode.
Make sure the current moving disc is the last one (units digit).
Note: Press ESC to interrupt the bot.
pydayz_crack_passcode --discs 3Get the arguments list with the help function:
pydayz_crack_passcode --helpThe following table is listing all the arguments you can use:
| arg | description | Default |
|---|---|---|
| help | Arguments description | N/A |
| discs* | Number of discs on the padlock [3, 4] | None |
| initial | Initial combination | 0000 |
| speed** | Rotation speed (ms) | 550 |
| timeout | Maximum time allowed (seconds) | ∞ |
*Required
**Depends on the soft skills bar



