Join ther server by pressing X - By KongKongGaming

Join ther server by pressing X

// ==UserScript==
// @name         Join ther server by pressing X - By KongKongGaming
// @namespace    namespace
// @version      2.0
// @description  Join ther server by pressing X
// @author       KongKongGaming
// @match        http://vertix.io/*
// @grant        none
// ==/UserScript==

document.addEventListener("keydown", function(a) { // Press '=' to respawn
    if (a.keyCode == 88) {
startGame("player");
socket.emit("respawn");
    }
}, false);

QingJ © 2025

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