Skip to content

v1.3.3-beta

Latest
Compare
Choose a tag to compare
@kirrishima kirrishima released this 08 Nov 17:52
· 15 commits to main since this release

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 in BlumBotData\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