ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Auto scripts being restarted constantly #48

Closed kurtd5105 closed 9 years ago

kurtd5105 commented 9 years ago

I pasted in the most recent minified.js into the console, making sure I had the whole script selected and I tried it twice, once after a refresh. I am using the latest Opera browser with my user agent set to the latest Chrome (if that matters). The console logs the following, over and over: UpgradeManager is already running! VM268:2 Autoclicker is already running! VM268:2 autoRespawner is already running! VM268:2 autoTargetSwapper is already running! VM268:2 autoAbilityUser is already running! VM268:2 autoItemUser is already running! VM268:2 UpgradeManager is already running! VM268:2 Autoclicker is already running! VM268:2 autoRespawner is already running! VM268:2 autoTargetSwapper is already running! VM268:2 autoAbilityUser is already running! VM268:2 autoItemUser is already running! VM268:2 UpgradeManager is already running!

and it keeps spamming the buttons.

EDIT: I tested the non-minified script with ViolentMonkey, and it works perfectly fine.

Brettflan commented 9 years ago

Same thing for me with the minified copy as of most recent commit 273fcd7 running in Chrome. I ended up just getting the minified copy from 8f6378a which works fine.

Brettflan commented 9 years ago

Fixed for me as of caea6fa.