Skip to content

Releases: zZan54/BananaDropFarm

BananaDropFarm v1.7

25 Aug 16:53
770d8c8
Compare
Choose a tag to compare

Key Updates

  1. Added new game control options (open, close, crash, restart)
  2. Implemented Main Asset and Drop Timer changers
  3. Introduced live stats display feature
  4. Added fix options for drop timer and main asset

Changelog

  • Added Main Asset Changer feature
  • Added Drop Timer Changer feature
  • Added Show Live Stats feature (displays real-time score, CPS, and idle timer)
  • Introduced new game control options:
    • Open Game
    • Close Game
    • Crash Game
    • Restart Game
  • Added fix options:
    • Fix Drop Timer
    • Fix Main Asset
  • Restructured UI with new "Misc" tab for additional features
  • Enhanced error handling and logging for new features
  • Updated info text with descriptions of new features and options

Bug Fixes

  • Improved stability of score changing functions
  • Enhanced error handling for game process detection

Full Changelog: v1.6...v1.7

BananaDropFarm v1.6

24 Jul 22:03
c3e9dac
Compare
Choose a tag to compare

Key Updates

  1. Major code refactoring using asyncio for better performance and concurrency handling
  2. Introduction of ThreadManager class for improved task management
  3. Enhanced error handling and logging
  4. Added and optimized Live Score feature

Changelog

  • Refactored code to use asyncio and improve overall performance
  • Refactored build script for better efficiency
  • Added Live Score feature
  • Added automatic search for steam.exe in default directory
  • Updated pointer address and offsets

Bug Fixes

  • Fixed issue #10: Error with --noconsole during compilation
  • Fixed issues with score updating and display in Live Score

Full Changelog: v1.5...v1.6

BananaDropFarm v1.5

13 Jul 16:15
54382b4
Compare
Choose a tag to compare

New Features and Enhancements

  1. Idle Timer Reset: Automatically resets the game's internal idle timer every 5 seconds, preventing AFK detection
  2. Improved Logging System: Option to save logs to file for better troubleshooting and tracking

Improvements:

  • Enhanced error handling throughout the application
  • Updated UI to include new Idle Timer Reset option
  • Refactored and optimized code for improved performance

Bug Fixes:

  • Various minor bug fixes and stability improvements

Config System:

  • Updated to support new features
  • Maintains backwards compatibility with existing configs

Other Changes:

  • Updated in-app information text to reflect new features

What's Changed

New Contributors

Full Changelog: v1.4...v1.5

BananaDropFarm v1.4

06 Jul 00:40
d412447
Compare
Choose a tag to compare

New Features and Enhancements

  1. Multiple Banana Processes Support:
  • Implemented support for managing multiple instances of the Banana game simultaneously.
  • Updated pointer addresses and offsets.
  1. Configuration Saving and Loading:
  • Added functionality to save and load user configurations via YAML files.
  • Users can now easily store and retrieve settings for Bot Idle Check Bypass and Spoof CPS features.
  1. Created multiplesteaminstances.py:
  • Allows running multiple instances of Steam.
  • Generates a batch script to start multiple Steam instances with unique IPC names.

Full Changelog: v1.3...v1.4

BananaDropFarm v1.3

01 Jul 13:34
70db21e
Compare
Choose a tag to compare

New Features

  • Debug Logging::
    • Introduced a new DebugLog class for enhanced logging capabilities.
    • Allows for logging with debug mode.

Script Enhancements

  • Build Script Improvements:
    • Added prompts to explain the --noconsole option.
    • Enhanced error handling to notify users of PyInstaller build failures and issues with moving the executable.

Full Changelog: v1.2...v1.3

BananaDropFarm v1.2

26 Jun 17:26
9a7a528
Compare
Choose a tag to compare

New Features:

  • CPS Spoofing: Added the ability to spoof cps with different methods:
    • Random value
    • Random (1-20)
    • Static value

Updates:

  • Pointer Address: Updated the pointer address to ensure correct data manipulation.
  • Info Display: Enhanced the way information is displayed to improve readability and usability.

Full Changelog: v1.1...v1.2

BananaDropFarm v1.1

21 Jun 00:20
eb8cd9f
Compare
Choose a tag to compare

What's Changed

  • Added Bypass Methods option
  • Added Delay Between Methods option

Full Changelog: v1.0...v1.1

BananaDropFarm v1

20 Jun 23:20
6e8f703
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/zZan54/BananaDropFarm/commits/v1.0