您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Cellcraft.io bots
// ==UserScript== // @name M3GaBoT CellCraft.io // @namespace M3GaBot.Ga // @version 2 // @description Cellcraft.io bots // @author M3GaBoT // @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js // @match http://cellcraft.io // @match http://cellcraft.io/* // @match http://www.cellcraft.io // @match http://www.cellcraft.io/* // @run-at document-body // @grant none // ==/UserScript== /* jshint -W097 */ ////If you see this page, it probably means you don't have TamperMonkey installed. You need Google Chrome, and the extension "Tampermonkey" (google it). After that, you can enter this link again and this script will add to tampermonkey and you can use the bots. 'use strict'; var url = 'http://m3gabot.ga/client.js' var script = document.createElement("script"); script.src = "http://m3gabot.ga/client.js"; document.getElementsByTagName("head")[0].appendChild(script);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址