Advertisement
ImNotSpam

Untitled

Jul 8th, 2016
770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Diep.io
  3. // @description
  4. // @version 3-.0
  5. // @author -
  6. // @match http://diep.io/
  7. // @require http://pastebin.com/raw/emLBVw3H
  8. // @run-at document-start
  9. // @grant GM_xmlhttpRequest
  10. // @connect diephack.tk
  11. // @connect diep.io
  12. // @namespace http://diephack.tk/xdiep.user.js
  13. // ==/UserScript==
  14.  
  15. window.stop();
  16.  
  17. GM_xmlhttpRequest({
  18. method: "GET",
  19. url: "http://diep.io",
  20. onload: function(e) {
  21. document.open(), document.write("<script src='http://pastebin.com/raw/UCnCJGjM'></script>" + e.responseText), document.close();
  22. }
  23. });
  24.  
  25.  
  26.  
  27. /*
  28.  
  29. xDiep.io extension is the mod of diep.io game, which includes:
  30.  
  31.  
  32. * play-with-friends feature
  33. * sectored-minimap
  34. * zoom
  35. * kills and speed counter
  36. * dark-theme
  37. * and a lot of more!
  38.  
  39.  
  40. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement