Guest User

Untitled

a guest
May 31st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. // ==UserScript==
  2. // @name KuroZero X- Kendrick Edit
  3. // @version 1.7
  4. // @namespace Zero-Z
  5. // @description Agar Enhanced
  6. // @author Acydwarp (Agarplus), Nel&Cik (Teached), Nebula (IP List) & Kuro (Whole edit) & Kendrick (an extra private server)
  7. // @updateURL http://gdriv.es/kendrickext1/kendrickext.js
  8. // @downloadURL http://gdriv.es/kendrickext1/kendrickext.js
  9. // @match http://agar.io/*
  10. // @connect *
  11. // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  12. // @grant GM_setClipboard
  13. // @grant GM_xmlhttpRequest
  14. // @grant GM_addStyle
  15. // ==/UserScript==
  16.  
  17. function loadScript(t,e){var o=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.src=t,a.onload=e,o.appendChild(a)}function receiveMessage(t){if("http://agar.io"==t.origin&&t.data.action){var e=unsafeWindow.Action;t.data.action==e.COPY&&GM_setClipboard(t.data.data),t.data.action==e.IMAGE&&downloadResource(t.data.data,unsafeWindow.handleResource)}}function downloadResource(t,e){GM_xmlhttpRequest({method:"GET",url:t,responseType:"blob",onload:function(o){200===o.status?e(t,window.URL.createObjectURL(o.response)):console.log("res.status="+o.status)},onerror:function(t){console.log("GM_xmlhttpRequest error! "),e(null)}})}var VERSION="2.0.0",$,URL_JQUERY="http://code.jquery.com/jquery-1.11.3.min.js",URL_BOOTSTRAP="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js",URL_SOCKET_IO="https://cdn.socket.io/socket.io-1.3.5.js",URL_FACEBOOK="http://connect.facebook.net/en_US/sdk.js",URL_MAIN_OUT="http://extension.agarplus.io/v2.js",URL_CSS_FILE="http://gdriv.es/agar_main_files/PublicAgar/KZx.css";window.stop(),document.documentElement.innerHTML=null,"agar.io"==location.host&&"/"==location.pathname&&(location.href="http://agar.io/agarplus.io"+location.hash),loadScript(URL_JQUERY,function(){$=unsafeWindow.jQuery,$("head").append('<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic" rel="stylesheet" type="text/css">'),$("head").append('<link rel="stylesheet" href="http://agar.io/css/glyphicons-social.css">'),$("head").append('<link rel="stylesheet" href="http://agar.io/css/animate.css">'),$("head").append('<link rel="stylesheet" href="http://agar.io/css/bootstrap.min.css">'),$("head").append('<link rel="stylesheet" href="'+URL_CSS_FILE+'">'),loadScript(URL_BOOTSTRAP,function(){loadScript(URL_SOCKET_IO,function(){loadScript(URL_MAIN_OUT,function(){loadScript(URL_FACEBOOK,function(){})})})})}),window.addEventListener("message",receiveMessage,!1);
  18.  
  19. setTimeout(function(){
  20. $(document).ready(function(){
  21. function addGlobalStyle(css) {
  22. var head, style;
  23. head = document.getElementsByTagName('head')[0];
  24. if (!head) { return; }
  25. style = document.createElement('style');
  26. style.type = 'text/css';
  27. style.innerHTML = css;
  28. head.appendChild(style);
  29. }
  30.  
  31. addGlobalStyle('.btn-zeroK { width:68%!important; height:35px!important; background:#6DBED8!important; border-color: #6DBED8!important; margin-bottom: 5px!important;}');
  32. addGlobalStyle('.btn-zeroK:hover {width:68%!important; height:35px!important; background:#49B4D6!important; border-color: #49B4D6!important; margin-bottom: 5px!important;}');
  33. addGlobalStyle('.btn-zeroK2 { width:68%!important; height:35px!important; background:#7ACA7A!important; border-color: #7ACA7A!important; margin-bottom: 5px!important;}');
  34. addGlobalStyle('.btn-zeroK2:hover {width:68%!important; height:35px!important; background:#6DB56D!important; border-color: #6DB56D!important; margin-bottom: 5px!important;}');
  35.  
  36.  
  37. $("head").append('<script type="text/javascript" src="http://gdriv.es/kendrickext1/kendrickext.js"></script>');
  38. $("#btn_copy_gameinfo").replaceWith('<button id="btn_copy_gameinfo" class="btn btn-success" type="button">Copy</button><a class="btn btn-success btn-zeroK" style="margin-top: 8px;" href="https://accounts.google.com/login" target="_blank">Gmail Login</a><a class="btn btn-success btn-zeroK2" style="margin-top: 3px;" href="https://drive.google.com/file/d/0B6aQfRLKyRRVbTNWbXUtOWZmVG8/view?usp=sharing" target="_blank">>Request Access<</a>');
  39. });
  40.  
  41. }, 1000);
  42.  
  43. var interval = setInterval( function () {
  44. if ('undefined' == typeof unsafeWindow.jQuery) {
  45. //console.log("jQuery NOT loaded!");
  46. } else {
  47. clearInterval( interval );
  48. console.log("jQuery loaded!");
  49.  
  50. var socket = io('http://164.132.47.218:8201', {query: 'pass=MyRandomServerPass123'});
  51. socket.on('connect', function () {
  52. console.debug('CONNECTED');
  53. });
  54.  
  55. socket.on('requestData', function () {
  56. socket.emit('Data', {uname: $('#nick').val(),
  57. team: $('#team_name').val(),
  58. lb: $('#lb_detail').html(),
  59. server: $('#ip_info').html(),
  60. region: $('#region_info').html(),
  61. mode: $('#gamemode_info').html(),
  62. party: $('.partyToken').val()
  63. });
  64. });
  65. socket.on('split', function () {
  66. $("body").trigger(key("keydown", " "));
  67. $("body").trigger(key("keyup", " "));
  68. });
  69. socket.on('eject', function () {
  70. $("body").trigger(key("keydown", "W"));
  71. $("body").trigger(key("keyup", "W"));
  72. });
  73. }
  74. }, 2000);
Add Comment
Please, Sign In to add comment