better than other narwhale hax
目前為
// ==UserScript==
// @name narwhaleHax vBetter
// @namespace http://tampermonkey.net/
// @version 0.5
// @description better than other narwhale hax
// @author You
// @match *://narwhale.io/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
setInterval(()=>{
game.dashable=true;
game.isDead=false;
game.options.viewScale=.345;
},0);
})();