Sleazy Fork is available in English.
Open the menu in HaremHeroes(topright) to toggle AutoControlls. Supports AutoSalary, AutoContest, AutoMission, AutoQuest, AutoTrollBattle, AutoArenaBattle and AutoPachinko(Free). Messages are printed in local console.
< Feedback on HaremHeroes Automatic
It doesn't work because of this line:
var moneyCurrent = Number($("div[hero='soft_currency'] span").text().trim().replace(',', ''));
The text inside the span of div[hero='soft_currency']
can have something like "10.8M" inside so .trim().replace(',','')
would still give you "10.8M". And when you go to the line
if(proceedCostMoney <= moneyCurrent){ ... }
you'll get an error. If you have millions of currency you'll always get an error. A statement like 170654 <= 10.8M
is super nonsense for a computer.
In my code I solved this and other problems but the moderator at greasyfork is giving me a hard time so I refuse to upload it.
what do you mean by the moderators here? and also the auto pachinko is still broken. IT works sometimes.
AutoQuest not working in new update
After the new update: Back to Heroism: Heroes University, My AutoQuest does not work. Heres my console log.
Update: AutoPachinko works.