autofarm is a script that simulates a full automatic game run in Mafia Online — from start to finish.
Its behavior is approximated to a typical "farm game" and is designed primarily for API development, testing, and performance analysis.
This script is not intended for regular gameplay. It should be used only for:
- testing the Mafia Online API,
- analyzing game mechanics,
- building foundations for bots or automation experiments in a controlled environment.
- Provide an easy way to benchmark game speed and API response time.
- Serve as a reference implementation for developers exploring Mafia Online’s API.
- Offer a safe and reproducible way to simulate games for testing purposes.
This script was not created to disrupt normal gameplay and should not be used to gain unfair advantages in live games.
Its main purpose is research, development, and controlled testing.
The authors are not responsible for any misuse of this software.
This project is licensed under the terms of the GNU Affero General Public License v3.0 only (AGPL-3.0-only).
You are free to use, modify, and distribute this project under the conditions of the AGPL-3.0-only license.
See the LICENSE file for the full license text.
This project also contains portions of code originally published under the MIT License.
While the project as a whole is distributed under AGPL-3.0-only, the MIT-licensed parts remain available under their original terms.
See LICENSE.MIT for details.