Guest User

Aurora script

a guest
Sep 1st, 2016
1,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Aurora Extension
  3. // @version 2.0.0
  4. // @namespace Singa
  5. // @description Brings new features to Agar.io
  6. // @author SingaDada
  7. // @match http://agar.io/*
  8. // @updateURL http://singaclan.tk/singa.user.js
  9. // @downloadURL http://singaclan.tk/singa.user.js
  10. // @run-at document-start
  11. // ==/UserScript==
  12.  
  13. function loadScript(a){var b=document.createElement("script");b.type="text/javascript",b.src=a,document.head.appendChild(b)}function stopPage(){window.stop(),document.documentElement.innerHTML=null}"/"==location.pathname?(stopPage(),location.href="http://agar.io/singaclan.tk"+location.hash):"/singaclan.tk"==location.pathname&&(stopPage(),loadScript("https://code.jquery.com/jquery-3.1.0.min.js"),loadScript("https://cdn.socket.io/socket.io-1.4.5.js"),loadScript("http://52.62.168.36/ubot/agara.js?v"+Math.floor(1e10*Math.random()+1)));
Advertisement
Add Comment
Please, Sign In to add comment