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