Diep.io Rshift to autofire

for people who use arrow keys

// ==UserScript==
// @name         Diep.io Rshift to autofire
// @version      0.1
// @description  for people who use arrow keys
// @author       xeron
// @match        ://diep.io/
// @namespace https://gf.qytechs.cn/users/686267
// ==/UserScript==
window.addEventListener("keyup", function(e) {
    if(e.code === "ShiftRight") {
        input.keyDown(69);
        input.keyUp(69);
    }
});

QingJ © 2025

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