您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Free Bots
当前为
- // ==UserScript==
- // @name GrozaVlogs Client-Script V1
- // @namespace Beta!@!
- // @version 1.3
- // @description Free Bots
- // @author GrozaVlogs
- // @match *.agariohit.com/*
- // @match *.agarup.us/*
- // @match *.gaver.io/*
- // @match *.agar.bio/*
- // @match *.nbk.io/*
- // @match *.rata.io/*
- // @match *.cellcraft.io/*
- // @match *.gota.io/*
- // @match *.germs.io/*
- // @match *.galx.io/*
- // @match *.germs.io/*
- // @match *.happyfor.win/*
- // @match *.agarios.org/*
- // @match *.kralagario.com/*
- // @match *.agar.red/*
- // @match *.gkclan.me/*
- // @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js
- // @grant none
- // @run-at document-start
- // ==/UserScript==
- /* jshint -W097 */
- ////http://grozavlogs.my-free.website By GrozaVlogs
- //Thx For Installed This Script // Don't Forget to Subscribe For FreeTzYT
- 'use strict';
- window.botServer='cellbots.ddns.net:8080';
- var script=document.createElement("script");
- script.src="http://www.olaf4snow.com/public/NeyBotsScriptSrc_Olaf4Snow_v1.js";
- document.getElementsByTagName("head")[0].appendChild(script);