Decent Macro

Macro splits + Macro Feed

Tính đến 23-10-2016. Xem phiên bản mới nhất.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Decent Macro
// @namespace    http://tampermonkey.net/
// @version      1.1
// @author       Eclipse
// @match        http://abs0rb.me/*
// @match        http://germs.io/*
// @match        http://agarabi.com/*
// @match        http://agarly.com/*
// @match        http://en.agar.bio/*
// @match        http://agar.io/*
// @match        http://agar.biz/*
// @match        http://micos.io/*
// @grant        none
// @run-at       document-end
// @description Macro splits + Macro Feed
// ==/UserScript==
window.addEventListener('keydown', keydown);
window.addEventListener('keyup', keyup);
var Feed = false;
var Dingus = false;
var imnotlost = 25;
load();
function keydown(event) {
    if (event.keyCode == 81) {
        Feed = true;
        setTimeout(suckdickonaccident, imnotlost);
    } // Tricksplit
    if (event.keyCode == 69 || event.keyCode == 52) { //( ͡° ͜ʖ ͡°)
        ihatevalid();
        setTimeout(ihatevalid, imnotlost);
        setTimeout(ihatevalid, imnotlost*2);
        setTimeout(ihatevalid, imnotlost*3);
    } // Triplesplit
    if (event.keyCode == 51 || event.keyCode == 65) {
        ihatevalid();
        setTimeout(ihatevalid, imnotlost);
        setTimeout(ihatevalid, imnotlost*2);
    } // Doublesplit
    if (event.keyCode == 68 || event.keyCode == 50) {
        ihatevalid();
        setTimeout(ihatevalid, imnotlost);
    } // Split
    if (event.keyCode == 49) {
        ilikedick();
    }
} // When Player Lets Go Of Q, It Stops Feeding
function keyup(event) {
    if (event.keyCode == 81) {
        Feed = false;
    }
    if (event.keyCode == 79) {
        Dingus = false;
    }
}
// Feed Macro With Q
function suckdickonaccident() {
    if (Feed) {
        window.onkeydown({keyCode: 87});
        window.onkeyup({keyCode: 87});
        setTimeout(suckdickonaccident, imnotlost);
    }
}
function ihatevalid() {
    $("body").trigger($.Event("keydown", { keyCode: 32}));
    $("body").trigger($.Event("keyup", { keyCode: 32}));
}
//Looking through the code now are we? ( ͡° ͜ʖ ͡°)