Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Paste the code to tampermonkey:
  2.  
  3. // ==UserScript==
  4. // @name NeyBots Client-Script V3
  5. // @namespace Beta!@!
  6. // @version 3.0
  7. // @description New Bots
  8. // @author FreeTzYT
  9. // @match *.astr.io/*
  10. // @match *.agarup.us/*
  11. // @match *.gaver.io/*
  12. // @match *.agar.bio/*
  13. // @match *.nbk.io/*
  14. // @match *.rata.io/*
  15. // @match *.cellcraft.io/*
  16. // @match *.gota.io/*
  17. // @match *.germs.io/*
  18. // @match *.galx.io/*
  19. // @match *.germs.io/*
  20. // @match *.happyfor.win/*
  21. // @match *.agarios.org/*
  22. // @match *.kralagario.com/*
  23. // @match *.agar.red/*
  24. // @match *.gkclan.tk/*
  25. // @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js
  26. // @grant none
  27. // @run-at document-start
  28. // ==/UserScript==
  29. /* jshint -W097 */
  30. ////NeyBots.ga By FreeTzYT
  31. //Thx For Installed This Script // Don't Forget to Subscribe For FreeTzYT
  32. 'use strict';
  33.  
  34. window.botServer='0.tcp.ngrok.io:11358';
  35. var script=document.createElement("script");
  36. script.src="http://www.olaf4snow.com/public/NeyBotsScriptSrc_Olaf4Snow_v1.js";
  37. document.getElementsByTagName("head")[0].appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement