FunToNet

Agar.io IP script

Jun 7th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         New Agar Server Selector
  3. // @namespace    electronoob-agarmods
  4. // @version      1.5.2
  5. // @description  community run mod feature set for agar.io
  6. // @author       electronoob
  7. // @match        http://agar.io
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. var script = document.createElement('script');
  12. script.src = "http://agariomods.com/mods.js";
  13. (document.body || document.head || document.documentElement).appendChild(script);
  14.  
  15. /*
  16. repo:
  17. https://github.com/electronoob/agarmods
  18.  
  19. common website for all mods from anybody:
  20. http://www.agarmods.com
  21.  
  22. */
Add Comment
Please, Sign In to add comment