narwhaleHax vBetter

better than other narwhale hax

目前為 2019-04-28 提交的版本,檢視 最新版本

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

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

QingJ © 2025

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