Greasy Fork is available in English.

Slither.io - 607ch00 remix

slither.io MOD - 2021 Update! - Zoom, High score, Custom backgrounds, Clock, and more!

< Feedback on Slither.io - 607ch00 remix

Review: Good - script works

§
Posted: 05/07/2016

A few things...

1. i've notice that the skin rotater doesn't work, however ive seen this in other skin rotaters, maybe you can mees around with it a little bit to fit yours (btw its really fast, you might want to ad a bit of a delay)

(function() {
'use strict';

var loopTheLoop = true; var nextSkin = 0; var theLoop = setInterval(function() { if (loopTheLoop) { if (nextSkin > 25) nextSkin = 0; if (snake !== null) setSkin(snake, nextSkin); nextSkin++; } else { clearInterval(theLoop); } }, 100);
})();

2. instead of this
[Mousewheel] Zoom
[~] Reset Zoom - reset zoom back to default level
[ESC] Respawn - respawn in a different part of the map
[Q]uit Game - quit current game and go back to main screen
[TAB] Toggle Stats - hide the stats panel and revert back to default look

can you have it like this
[Mousewheel] Zoom
[RETURN/ENTER] Reset Zoom - reset zoom back to default level
[R] Respawn - respawn in a different part of the map
[ESC] Quit Game - quit current game and go back to main screen0
[TAB] Toggle Stats - hide the stats panel and revert back to default look

I think theese thing will make this script just a tad bit better, but every tad can make a whole

Post reply

Sign in to post a reply.