Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.6 KB

gold and exp farming timer script for brawlhalla patch 9.01 (download)
please see the wiki for more information about the script
discord server: https://discord.gg/2HDmuqqq9p

important

add this steam startup option

-noeac

Caution

please always use -noeac option before using the script to avoid the risk of any bans, although it is highly unlikely
i am also not responsible for anything that happens to your account

features

  • launch brawlhalla from script (+auto launch on script start option)
  • set custom configuration values for timing adjustments and script behavior
  • auto start matches, also configurable
  • show/hide brawlhalla window
  • runs in the background (no interruption as it directly sends inputs only to the brawlhalla window)
  • exp rate limit detection (starts again after waiting for the rate limit to reset)
  • very light weight and minimal dependencies as it is basically only a timer script

download

you can find the compiled script in the latest releases, or directly download file

Warning

your anti-virus may flag this executable as a threat, as it interacts with Win32 API for sending key inputs in the background

manual install

git clone https://github.com/https://github.com/phruut/prawl
cd prawl
python -m pip install -r requirements.txt

and then you can run it

python farm.py

compiled with nuitka

nuitka  --onefile --windows-console-mode=disable --windows-icon-from-ico=icon.ico farm.py