rattlesnake
rattlesnake copied to clipboard
Zoom out script to work with bots?
Does anyone know a script that is zoom out only, no other addons that i can use with these bots? Thanks.
document.body.onmousewheel = zoom;
function zoom(e) {
if (!w.gsc || !w.playing) {
return;
}
w.gsc *= Math.pow(0.9, e.wheelDelta / -120 || e.detail / 2 || 0);
}
not work
slitherplus works fine with the bot script