First fill all form with all reqired fields. When ready, copy this code and paste in the dev's shell:
const acca = document.getElementById('routerview').__vue__.accountFrom
var automate = function() {
var i = 0;
var intr = setInterval(function() {
document.getElementById('routerview').__vue__.accountFrom = acca
document.getElementById('routerview').__vue__.shipIt()
if (++i == 300) clearInterval(intr);
}, 81000)
}
Then when the console says ok, run 'automate()' which will start the bot. Relax and wait for 300 cycles with 81 sec time each end.
const acca = document.getElementById('routerview').__vue__.accountFrom
var automate = function() {
var i = 0;
var intr = setInterval(function() {
document.getElementById('routerview').__vue__.accountFrom = acca
document.getElementById('routerview').__vue__.shipIt()
if (++i == 300) clearInterval(intr);
}, 81000)
}
Then when the console says ok, run 'automate()' which will start the bot. Relax and wait for 300 cycles with 81 sec time each end.
8 months ago
(E)