Autoswap right click /shoot once /not toggle

right click to fire secondary once

目前为 2017-03-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         Autoswap right click /shoot once /not toggle
// @namespace    http://tampermonkey.net/
// @version      1.04
// @description  right click to fire secondary once
// @author       meatman2tasty
// @match        http://karnage.io/*
// @grant        none
// ==/UserScript==

$("#gameHudContainer").mousedown(function(ev){
      if(ev.which == 3 || player.alive || inWindow)
      {
          setTimeout(incWeapon(1),10);
      }
});

QingJ © 2025

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