sus
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/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 https://greasyfork.org/users/914747
// ==/UserScript==
var button = document.getElementById('iMouseTrick');
setInterval(function(){
button.click();
},150)