meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

Script wait for FIGHT to be pressed for Boss Battle #166

Closed callmenemo491 closed 6 years ago

callmenemo491 commented 6 years ago

when boss battle starts, you need to wait for the "FIGHT" button/text to appear. once you click "FIGHT" then the battle begins. Am running: index.user.js (version 29)

meepen commented 6 years ago

gGame.m_State.m_IntroScreen.children should have an object that has buttonMode: true with a child that has ["_text"] in it, we should click that child and it should be fine.