Vertix Fast fire/JumpShot

SpaceBar to shoot/Hold for full clip

// ==UserScript==
// @name         Vertix Fast fire/JumpShot
// @namespace    http://tampermonkey.net/
// @version      1.03
// @description  SpaceBar to shoot/Hold for full clip
// @author       stranger3003
// @match        http://vertix.io/
// @grant        none
// ==/UserScript==

$("#cvs").keydown(function(c){32==c.which&&shootBullet(player)});

QingJ © 2025

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