Greasy Fork

narwhaleHax vBetter

better than other narwhale hax

目前为 2019-04-28 提交的版本。查看 最新版本

// ==UserScript==
// @name         narwhaleHax vBetter
// @namespace    http://tampermonkey.net/
// @version      0.6
// @description  better than other narwhale hax
// @author       You
// @match        *://narwhale.io/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    game.options.viewScale=.345;
    game.handleResize()
    setInterval(()=>{
      game.dashable=true;
      game.isDead=false;
    },0);
})();