Git游戏

您现在的位置是:首页 > 攻略大全 > 辅助脚本

辅助脚本

采石场放置小助手

2023-12-12 辅助脚本3839
可以自动点击钍和自动制造使用方法,将以下代码复制输入到F12控制台里,或者加入油猴// ==UserScript==// @name 采石场// @namespace http://tampermonkey.net/// @version 0.2// @description try to take ov...

可以自动点击钍和自动制造

使用方法,将以下代码复制输入到F12控制台里,或者加入油猴


// ==UserScript==

// @name        采石场

// @namespace    http://tampermonkey.net/

// @version      0.2

// @description  try to take over the world!

// @author       咸王

// @match        https://g1tyx.github.io/into-the-quarry/

// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.io

// @grant        none

// ==/UserScript==


(function() {

    'use strict';


setInterval(() => {


            try{

    var mdxx=document.getElementsByClassName("game-btn-thorium pt-1 pb-1 text-small text-center select-none lg:w-[112px] sm:w-[290px] xl:w-full")[0]


     mdxx.click()


    }

    catch(e) {

        }


          try{

    var mdxx2=document.getElementsByClassName("has-tooltip tooltip-text game-btn text-indigo-300 py-2 pr-2 items-center text-center border-solid mr-3 col-span-4 select-none svelte-uygk22")[0]


     mdxx2.click()


    }

    catch(e) {

        }

            }, 1)

    // Your code here...

})();


文章评论

共有0条评论来说两句吧...