gold and exp farming timer script for brawlhalla patch 10.00
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
- pixel search mode?
- fix input bugs(?) laptop has issues idk why
- memory read mode (ehhhh)
- legends / user data (exp, gold, time spent, etc)
- dynamic ui scaling (maaaybe)
- headless mode?
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
git clone https://github.com/phruut/prawlcd prawlpython -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