This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc7c818
commit 939b812
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# BHBot | ||
|
||
[Этот файл доступен на Русском языке](README_RU.md) | ||
|
||
Brawlhalla 的金币/XP 农业机器人 | ||
|
||
深受 [BrawlhallaEZ](https://github.com/jamunano/BrawlhallaEZ) 的启发 | ||
|
||
### ------ -------------------------------------------------- ----------- | ||
|
||
### BOT 重新得到积极维护! | ||
###### 加入 [Discord](https://discord.gg/2HDmuqqq9p "Discord") 帮助维护机器人或添加新功能! | ||
|
||
### ----------------------------------------------- -------------------- | ||
|
||
**警告:** 该软件最初是为私人使用而开发的。 | ||
虽然它的设计初衷并非如此,但它可能会导致不可预见的结果,包括使用游戏内货币在 Mallhalla 内执行交易。 | ||
|
||
**开发者对使用本软件可能造成的任何损害不承担任何责任。建议谨慎操作并自行决定使用该软件。** | ||
|
||
(截至 2024 年 4 月 18 日,Bot 已经经过多人测试超过 3,000 小时,没有出现问题) | ||
|
||
# 安装 | ||
始终可以下载最新版本 [此处](https://github.com/Nick2bad4u/BHBot/releases) | ||
|
||
# 功能 | ||
|
||
- 完全在后台运行 | ||
- 将输入直接发送到 Brawlhalla,以免打扰您 | ||
- 自动启动游戏 | ||
- 自动创建/设置大厅 | ||
- 自动选择/更改角色和游戏持续时间 | ||
- 自动检测和重置 XP 限制 | ||
- 支持自定义模式 | ||
- 支持自定义语言 | ||
- 甚至支持自定义字体 | ||
- ~~给你泡咖啡~~(目前仅支持茶) | ||
|
||
# 用法 | ||
- 该过程设计得直观。只需单击“设置”按钮选择所需的设置 | ||
- 保存设置后,单击“开始”按钮启动程序 | ||
|
||
# 限制 | ||
- Bot 要求将“折叠交叉”设置为“是”。如果您认为它应该自动设置为这样,请[打开一个问题](https://github.com/nick2bad4u/bhbot/issues) | ||
- Bot 需要将游戏语言设置为英语。如果您认为它应该自动设置为这样,请[打开一个问题](https://github.com/nick2bad4u/bhbot/issues) | ||
|
||
# 技术概述 | ||
- 底层代码始终可供任何人审查。 | ||
- 本质上,该机器人使用 Windows SendMessage API 将输入直接传输到 Brawlhalla 窗口。它利用像素检测来辨别状态并确定在任何给定时刻的适当操作。 | ||
|
||
- BrawlhallaBot 类可以直接使用,或者您可以为其开发自定义包装器。它被设计为独立运行,gui.py 仅用作使用 PySimpleGUI 的图形包装器。 |