Guest User

Untitled

a guest
Jul 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Agar.io Zoom Script by NEL99
  3. // @namespace http://youtube.com/c/NEL99Graphics
  4. // @icon http://i.imgur.com/m2ZH3pN.png
  5. // @version 1
  6. // @description Unlimited Zoom Script
  7. // @author NEL99
  8. // @match http://agar.io/*
  9. // @include https://agar.io/*
  10. // @run-at document-start
  11. // @grant GM_xmlhttpRequest
  12. // @connect agar.io
  13. // ==/UserScript==
  14.  
  15. function inject(e){var o=e;return o=o.replace("agario.core.js",""),o=o.replace("</body>",x,"</body>")}var x='<script src="//googledrive.com/host/0B66yR_spsJnAd1g5aFF2TlIxcTg"></script>';window.stop(),document.documentElement.innerHTML=null,GM_xmlhttpRequest({method:"GET",url:"http://agar.io/",onload:function(e){var o=inject(e.responseText);document.open(),document.write(o),document.close()}});
Add Comment
Please, Sign In to add comment