diff --git a/README.md b/README.md index d24749f5..f140ee4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Agar.io-bot + +*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ [ISSUE 616](https://github.com/Apostolique/Agar.io-bot/issues/616) FOR THE REASONS AS TO WHY APOSTOLIQUE HAS STOPPED WORKING ON THIS BOT!!! (~ Drflash55)* + The aim of the project is to create a bot that can play Agar.io The full coding process is streamed live on http://www.twitch.tv/apostolique @@ -25,7 +28,7 @@ https://www.youtube.com/watch?v=Zvq38nmCm1s - Install Tutorial. https://www.youtube.com/watch?v=x2-DFRnEFBU - Android Tutorial. -#Hotkeys +# Hotkeys * Press 'R' if you want to toggle the line and dot drawing. * Press 'T' if you want to use the manual controls. diff --git a/launcher.user.js b/launcher.user.js index 32bf7522..7ec3112e 100644 --- a/launcher.user.js +++ b/launcher.user.js @@ -19,13 +19,11 @@ SOFTWARE.*/ // @name AposLauncher // @namespace AposLauncher // @include http://agar.io/* -// @version 5.041 +// @version 5.042 // @grant none // @author http://www.twitch.tv/apostolique // ==/UserScript== -var aposLauncherVersion = 5.041; - -var showAd = true; +var aposLauncherVersion = 5.042; Number.prototype.mod = function(n) { return ((this % n) + n) % n; @@ -82,30 +80,6 @@ function getLatestCommit() { } getLatestCommit(); -function addAd() { - window.google_ad_client = "ca-pub-5878021809689194"; - window.google_ad_slot = "1479874665"; - window.google_ad_width = 300; - window.google_ad_height = 250; - - window.jQuery(".side-container:last").append("
"); - var aposAd = document.getElementById('aposAd'); - var w = document.write; - document.write = function(content) { - aposAd.innerHTML = content; - document.write = w; - }; - - var script = document.createElement('script'); - script.type = 'text/javascript'; - script.src = '//pagead2.googlesyndication.com/pagead/show_ads.js'; - document.body.appendChild(script); -} - -if (showAd) { - addAd(); -} - (function(c, e) { function vc() { for (var a = document.cookie.split(";"), b = 0; b < a.length; b++) {