Releases: kirrishima/BlumAutoFarm
Releases · kirrishima/BlumAutoFarm
v1.3.3-beta
new Update!
release notes:
- now bot uses it's own drop game payload server, so playing drop game is available and free now
- add auto tasks completion (beta). This includes YouTube videos validation, socials and some other sections. To enable this, add
"complete_tasks": true
in"farming_settings"
section inBlumBotData\Settings\settings.json
. Note that this is not final version and you take all the risks! - to meet the updates, you might need to update
BlumBotData\Settings\settings.json
as follows:
{
"api_id": "your api id",
"api_hash": "yout api hash",
"proxy": null,
"farming_settings": {
"complete_tasks": false,
"payload_server": "https://blum-payload-generator.vercel.app/api/generate"
"max_plays": 10,
"points_range": [
220,
250
]
}
}
in payload_server
, you can add your own link to any server that supports json as in this code line format
Full Changelog: v1.3.2-beta...v1.3.3-beta
v1.3.2-beta
Full Changelog: v1.3.1-beta...v1.3.2-beta
v1.3.1-beta
Full Changelog: v1.3.0-beta...v1.3.1-beta
Fix release v1.3.0-beta
Fixed playing game and some other known issues
Full Changelog: v1.2.5...v1.3.0-beta
Latest
Full Changelog: v1.2.4...v1.2.5
Latest stable
fixed bugs with retry logic and reconnecting
v1.2.3
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Hotfix for params
Also see v1.2 release notes for all changes
v1.2 release
New release!
New features:
- New added commad added:
use-account
is used to disable or enable accounts. - New added commad added:
show-accounts
is used to print all accounts credentials. - Some output changed.
Changes:
- Commands renamed, so they are no longer starting with "--".
Full Changelog: v1.1.2...v1.2