rattlesnake icon indicating copy to clipboard operation
rattlesnake copied to clipboard

Zoom out script to work with bots?

Open Cyanox62 opened this issue 8 years ago • 3 comments

Does anyone know a script that is zoom out only, no other addons that i can use with these bots? Thanks.

Cyanox62 avatar Jun 04 '16 21:06 Cyanox62

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);
    }

WJKH avatar Jun 04 '16 23:06 WJKH

not work

Lok0n avatar Jun 05 '16 09:06 Lok0n

slitherplus works fine with the bot script

izanagi1995 avatar Jun 05 '16 10:06 izanagi1995