From 69a33b23aa3756988bac487d2e560ee901feb40f Mon Sep 17 00:00:00 2001 From: Apostolique Date: Sun, 23 Aug 2015 23:44:36 -0400 Subject: [PATCH] isNotMoving code. --- launcher.user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/launcher.user.js b/launcher.user.js index b9742019..357b5b36 100644 --- a/launcher.user.js +++ b/launcher.user.js @@ -24,12 +24,12 @@ SOFTWARE.*/ // @name AposLauncher // @namespace AposLauncher // @include http://agar.io/* -// @version 3.0691 +// @version 3.0692 // @grant none // @author http://www.twitch.tv/apostolique // ==/UserScript== -var aposLauncherVersion = 3.0691; +var aposLauncherVersion = 3.0692; Number.prototype.mod = function(n) { return ((this % n) + n) % n; @@ -1859,6 +1859,9 @@ console.log("Running Bot Launcher!"); updateCode: 0, danger: false, dangerTimeOut: 0, + isNotMoving: function() { + return (this.x == this.s && this.y == this.t); + }, isVirus: function() { return this.h; },