-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Fishing app does not stop after long time can not detect + Add so…
…me sample scripts
- Loading branch information
9-9-9-9
committed
Feb 25, 2022
1 parent
70ac792
commit 9878d2b
Showing
12 changed files
with
63 additions
and
10 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
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
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
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
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
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,7 @@ | ||
:: Do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid and then exit after completed them all | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22afk%22 | ||
:: Consider adding `--profile=YourProfileName` so you no longer needed to select profile manually | ||
:: You can remove flag `--ear` to keep game online all day (but still gone if you got Disconnected) | ||
:: With web version of BH (or mini-client), refer to AFK.web.bat file | ||
call steam.bot.bat afk a --ear | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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,7 @@ | ||
:: Do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid and then exit after completed them all | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22afk%22 | ||
:: Consider adding `--profile=YourProfileName` so you no longer needed to select profile manually | ||
:: You can remove flag `--ear` to keep game online all day (but still gone if you got Disconnected) | ||
:: With steam version of BH, refer to AFK.steam.bat file | ||
call web.bot.bat afk a --ear | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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,7 @@ | ||
:: Do fishing | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22fishing%22 | ||
:: With web version of BH (or mini-client), refer to Fishing.web.bat file | ||
call steam.bot.bat fishing 500 | ||
:: ARGUMENTS: (you can adjust to fit your need) | ||
:: First argument: 500: hook 500 times | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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,7 @@ | ||
:: Do fishing | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22fishing%22 | ||
:: With steam version of BH, refer to Fishing.steam.bat file | ||
call web.bot.bat fishing 500 | ||
:: ARGUMENTS: (you can adjust to fit your need) | ||
:: First argument: 500: hook 500 times | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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,11 @@ | ||
:: Fight World Boss in Team | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22world-boss%22-(team) | ||
:: With web version of BH (or mini-client), refer to World-Boss-Team.web.bat file | ||
:: READ EVERYTHING CAREFULLY BEFORE USE IT | ||
call steam.bot.bat world-boss-team 2500 2 3 | ||
:: ARGUMENTS: (you can adjust to fit your need) | ||
:: First argument: 2500: is number of loop (do World Boss Team) | ||
:: Second argument: 2: is number of minimum required to start world boss team | ||
:: Third argument: 3: is number of maximum team member the world boss supported (for example Titan is 3) | ||
:: For detailed information, visit this url: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22world-boss%22-(team) | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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,11 @@ | ||
:: Fight World Boss in Team | ||
:: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22world-boss%22-(team) | ||
:: With steam version of BH, refer to World-Boss-Team.steam.bat file | ||
:: READ EVERYTHING CAREFULLY BEFORE USE IT | ||
call web.bot.bat world-boss-team 2500 2 3 | ||
:: ARGUMENTS: (you can adjust to fit your need) | ||
:: First argument: 2500: is number of loop (do World Boss Team) | ||
:: Second argument: 2: is number of minimum required to start world boss team | ||
:: Third argument: 3: is number of maximum team member the world boss supported (for example Titan is 3) | ||
:: For detailed information, visit this url: https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Function-%22world-boss%22-(team) | ||
:: Move this file to bot's folder in order to use (this file was distributed within `sample-script` folder so it unable to run) |
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