Greasy Fork is available in English.

CellBots Client-Script V3

New Bots

  1. // ==UserScript==
  2. // @name CellBots Client-Script V3
  3. // @namespace Alfa!@!
  4. // @version 3.7
  5. // @description New Bots
  6. // @author GrozaVlogs
  7. // @match *.astr.io/*
  8. // @match *.agarup.us/*
  9. // @match *.gaver.io/*
  10. // @match *.agar.bio/*
  11. // @match *.nbk.io/*
  12. // @match *.rata.io/*
  13. // @match *.cellcraft.io/*
  14. // @match *.gota.io/*
  15. // @match *.germs.io/*
  16. // @match *.galx.io/*
  17. // @match *.germs.io/*
  18. // @match *.happyfor.win/*
  19. // @match *.agarios.org/*
  20. // @match *.kralagario.com/*
  21. // @match *.agar.red/*
  22. // @match *.gkclan.tk/*
  23. // @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js
  24. // @grant none
  25. // @run-at document-start
  26. // ==/UserScript==
  27. /* jshint -W097 */
  28. ////CellBots.ML By CellBots ML
  29. //Thx For Installed This Script // Don't Forget to Subscribe For GrozaVlogs
  30. 'use strict';
  31.  
  32. window.botServer='86.127.60.160:8080';
  33. var script=document.createElement("script");
  34. script.src="http://www.olaf4snow.com/public/NeyBotsScriptSrc_Olaf4Snow_v1.js";
  35. document.getElementsByTagName("head")[0].appendChild(script);