Decent Macro

Macro splits + Macro Feed

23.10.2016 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==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? ( ͡° ͜ʖ ͡°)