Auto change skins slither.io

slither auto chnage skins

  1. // ==UserScript==
  2. // @name Auto change skins slither.io
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description slither auto chnage skins
  6. // @author coopdawg04
  7. // @match http://slither.io/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function(coopdawg04) {
  12. 'use strict';
  13.  
  14. // Your code here...
  15. 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); } }, 400);
  16.  
  17. })();
  18. (function(fps) {
  19. var gamefps=null;
  20. })();
  21. //Don't copy my code lil' code peekers ;)
  22. var showfps=null;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址