New brawler mini-game seems brutally hard to me, totally prefered the previous version as I actually stood a chance lol, hopefully someone figures out how to cheat it soon
Get max stats
Use Unren
open folders game > scripts > phone > brawler
open brawler.rpy in notepad or notepad++
look for "$ sports_pow = 1" and replace the 1 with a 4.
do the same for the other stats.
save your changes
A more forgiving reaction timer
go to the same folder
open pov_brawler.rpy
search for "brawler_hard_mode" and it will direct you to the section where you can change the timer, depending if you play hard mode or not (under 'else'). pick the section that corresponds to your current DEX stat (or change them all). I changed mine to 5.0 seconds and I guess it worked for me.
save your changes
These changes worked for me but I'm not 100% sure if what I did was the correct way to change them since I don't really know ren'py or python. Maybe grab a back up of those files first?