Notes for Windows users - 9-9-9-9/Bit-Heroes-bot GitHub Wiki
Applies for 1.6.1+:
You can pass parameters/flags to program directly via the bat
files.
For example:
steam.bot.bat afk --ear --profile=main
or
web.bot.bat fishing 100 --exit=1h
Before 1.6.0:
If you want to pass parameters/flags to program, you have to edit the *.bat
files manually
Otherwise you can run app directly from Windows Command Line
java -jar BitHeroes.jar "function_name" "param1" ["param2"] [--flags]