Skip to content

Banana Drop Farm is a game cheat for game Banana. This mod menu can change the score in the game and bypass the idle bot check.

License

Notifications You must be signed in to change notification settings

zZan54/BananaDropFarm

Repository files navigation

Banana Drop Farm

Description

Banana Drop Farm is a game cheat for game Banana. This project can change the score in the game and bypass the idle bot check.

Showcase

Showcase Image

Installation

For users who want to build the menu to a .exe, run build.bat. For users who want to use the source code, simply run setup.bat and then python menu.py.

Prerequisites

  • pymem==1.13.1
  • PyYAML==5.4.1
  • psutil==5.9.8
  • customtkinter==5.2.2
  • pyinstaller (optional, for those who want to build to .exe)

You can also install the dependencies listed in requirements.txt.

Features

  • Score Changer: Changes the score.

  • Bot Idle Check Bypass: Bypasses the bot idle check.

    • Bypass Methods:
      • Random increment - Adds a random number from 1 to 25 to the current score.
      • Random value - Changes the current score to a random value.
      • Increment - Adds 1 to the current score.
    • Delay - Allows you to add a custom delay between executing selected method.
  • Spoof Cps: Spoofes the cps.

    • Spoof Methods:
      • Random - Sets a random cps value.
      • Random normal - Sets a random cps value from 1 to 20.
      • Static - Sets a static cps value of 15.
  • Multiple Banana Process Support: Now supports handling multiple instances of the game.

  • Config Saving and Loading: Save and load configurations to and from YAML files.

New Script: multiplesteaminstances.py

This new script allows running multiple instances of Steam. It generates a batch script to start multiple Steam instances with unique IPC names.

  • Note: Ensure you are logged out of Steam and fully exit Steam before running the generated multiple_steam_instances.bat script to avoid conflicts.
  • Usage:
    1. Run multiplesteaminstances.py.
    2. Select the steam.exe file.
    3. Enter the number of Steam instances to run (1-10).
    4. A batch script will be created to start the specified number of Steam instances.

Contributing

The project is open to contributors. Feel free to open an issue or submit a pull request.

License

This project is licensed under the GNU General Public License v3.0.