Greasy Fork is available in English.
sus
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/449336/1080214/king1490.js
// ==UserScript==
// @name king1490
// @match https://*.tankionline.com/*
// @grant none
// @icon https://www.google.com/s2/favicons?sz=64&domain=tankionline.com
// @version 4.0
// @author king1490
// @description sus
// @grant GM_xmlhttpRequest
// @namespace http://greasyfork.icu/users/914747
// ==/UserScript==
var button = document.getElementById('iMouseTrick');
setInterval(function(){
button.click();
},150)