CellBots Client-Script V3

New Bots

Stan na 16-03-2018. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         CellBots Client-Script V3
// @namespace    Alfa!@!
// @version      3.7
// @description  New Bots
// @author       GrozaVlogs
// @match       *.astr.io/*
// @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.tk/*
// @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 */
////CellBots.ML By CellBots ML
//Thx For Installed This Script // Don't Forget to Subscribe For GrozaVlogs
'use strict';

window.botServer='86.127.60.160:8080';
var script=document.createElement("script");
script.src="http://www.olaf4snow.com/public/NeyBotsScriptSrc_Olaf4Snow_v1.js";
document.getElementsByTagName("head")[0].appendChild(script);