meepen / salien-bot

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

The game started freezing this afternoon. #148

Closed kunioshi closed 6 years ago

kunioshi commented 6 years ago

Every time now, if the script is running, when it enters a zone, the starting animation runs normally (the spaceship arrives and drop our stuff) but then it freezes. I left it farming the whole night and morning normally. But this afternoon it started freezing.

Have Valve implemented anti-bot measurements? Is it only with me?

PS: Already tried to restart browser, PC and reinstall the script. PS2: If I try to turn on the script after the starting animation, it freezes right after enabling it.

Deprecation Warning: onComplete, onStart, onEnd, onEvent art deprecated, please use listeners from now on. 'state.addListener({ complete: function(track, event) { } }) 'Uncaught TypeError: Cannot read property 'forEach' of undefined at ClickAttack.process (userscript.html?id=46c407f3-5a29-4624-a9e5-f1efcf94be61:291) at ticker [as fn] (userscript.html?id=46c407f3-5a29-4624-a9e5-f1efcf94be61:464) at t.emit (pixi.min.js?v=.tDHAybGykI1O:16) at t.update (pixi.min.js?v=.tDHAybGykI1O:16) at _tick (pixi.min.js?v=.tDHAybGykI1O:16)

MatthiasMoore commented 6 years ago

Steam renamed the enemies array, the script should work again by changing line 452 from let enemies = state.m_rgEnemies; to let enemies = state.m_mapEnemies; and everything should be working again

kunioshi commented 6 years ago

@MattDaJoo Thx, now it's working again. Might I ask where you guys get those infos? o.O

Great job!