From 1841b95613824681c489ca09a4523c888154ac93 Mon Sep 17 00:00:00 2001 From: Drflash55 Date: Tue, 17 May 2016 07:43:53 -0400 Subject: [PATCH 1/6] Update README.md Added in some important details. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d24749f5..599c2272 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 617 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 From e3c2143b898a1e4b547b18211bff395eecf0b349 Mon Sep 17 00:00:00 2001 From: Drflash55 Date: Tue, 17 May 2016 07:44:09 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599c2272..a7aba580 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Agar.io-bot -*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ ISSUE 617 FOR THE REASONS AS TO WHY APOSTOLIQUE HAS STOPPED WORKING ON THIS BOT!!! (~ Drflash55) +*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ ISSUE 617 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 From 830ad151031daf6eb8a3002f421aa3cb6621c5c3 Mon Sep 17 00:00:00 2001 From: Drflash55 Date: Tue, 17 May 2016 07:44:48 -0400 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7aba580..5f5ab3bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Agar.io-bot -*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ ISSUE 617 FOR THE REASONS AS TO WHY APOSTOLIQUE HAS STOPPED WORKING ON THIS BOT!!! (~ Drflash55)* +*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ [ISSUE 617](https://github.com/Apostolique/Agar.io-bot/issues/617) 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 From fff0595bae1d193b77ee8ff5eb7dd5bf8ed2a9a8 Mon Sep 17 00:00:00 2001 From: Drflash55 Date: Tue, 17 May 2016 07:45:43 -0400 Subject: [PATCH 4/6] Made some changes to the README.MD. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5ab3bb..a9b08430 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Agar.io-bot -*FOR EVERYONE WHO KEEPS SENDING THE ISSUES TO THIS BOT, PLEASE READ [ISSUE 617](https://github.com/Apostolique/Agar.io-bot/issues/617) FOR THE REASONS AS TO WHY APOSTOLIQUE HAS STOPPED WORKING ON THIS BOT!!! (~ Drflash55)* +*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 From b5951a54c49ad1574b98ff8ae7ce1e11540846ce Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 23:41:54 -0300 Subject: [PATCH 5/6] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b08430..f140ee4e 100644 --- a/README.md +++ b/README.md @@ -28,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. From f25f757d6c6b6e967ed9a2d6f831fb98cafd88a7 Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Fri, 8 Dec 2017 16:59:00 -0500 Subject: [PATCH 6/6] Removed some ads? I'm not actually restarting working on this. This doesn't fix anything. --- launcher.user.js | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) 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++) {