gold and exp farming timer script for brawlhalla patch 10.01
help/dev discord server: https://discord.gg/2HDmuqqq9p
video tutorial (old version): https://youtu.be/SWuSntfHioQ
add this steam startup option
-noeac
Caution
please always use -noeac launch option to avoid the risk of any bans, although it is highly unlikely
i am not responsible for anything that happens to your account
- launch brawlhalla from gui (+auto launch on script start option)
- set custom values and adjust timings
- auto start matches, also configurable
- show/hide brawlhalla window
- runs in the background (no interruption as it directly sends inputs to the brawlhalla window only)
- gold/exp rate limit detection (starts again after waiting for the rate limit to reset)
- super light weight and minimal dependencies as its basically just a timer script
- check for update button
please see the wiki for more information about the script
main
- python installation video asdkjhgakshgasgs
- finish adding logging
- check for updates on server host info directly from this repository
qol?
- starting mid match?
- in disconnect net, if it fails the first time, reduce the timer by the amount of time waited.
- legends / user data (exp, gold, time spent, etc)
- headless mode?
soon
- update slider text based on set_value commands too
- automatic colors based on windows theme accent color
- setting profiles
- customizable themes page, basically have 3-4 main colors, and adjust or give variations to them
you can find the (old) compiled farm.py in the releases page, or click here to download
Warning
your anti-virus may flag this executable as a threat, as it interacts with Win32 API for sending key inputs and cmd for launching brawlhalla
# clone repo and install dependencies
git clone https://github.com/phruut/prawl
cd prawl
python -m venv .venv
.venv\Scripts\activate
python -m pip install -r requirements.txt
# and then you can run it
python main.py- Piconic font - icons font
- cq-pixel font - main ui font
- Dear PyGui - gui library
- pywin32 - win32 api things
- py-window-styles - window stuff
- Nuitka - compiler