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