NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

// ==UserScript==
// @name ADB ELKARIM MACROS
// @namespace http://tampermonkey.net/
// @version 0.1
// @description T-G-E-Q-H-V-A All Macros
// @author Sorry
// @match http://agar.io/*
// @grant none
// @run-at document-end
// ==/UserScript==
window.addEventListener('keydown', keydown);
window.addEventListener('keyup', keyup);
// ads blocker
$('#advertisement,.agario-promo,.us-elections').remove('');
$('title').html('ADB ELKARIM');
$('h2').html('ADB ELKARIM');
//List instructions
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_w'> Press & hold <b>E</b> or <b>Q</b> for macro feed</span></span></center>";
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_t'> Press<b>T</b> to split 4x</span></span></center>";
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_a'> Press <b>A</b> or <b>3</b> to split 3x</span></span></center>";
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_d'> Press <b>G</b> to split 2x</span></span></center>";
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_w'> Press <b>H</b> for horizontal linesplit position</span></span></center>";
document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_w'> Press <b>V</b> for vertical linesplit position</span></span></center>";

//Auto-enable show mass/skip stats
//IMPORTANT: You must uncheck showmass/skip stats first then recheck them for it to auto save every time
function autoSet() {
if (document.getElementById("overlays").style.display!="none") {
document.getElementById("settings").style.display = "block";
//Show mass
if (document.getElementById('showMass').checked) {
document.getElementById('showMass').click();
} document.getElementById('showMass').click();
//Skip stats
if (document.getElementById('skipStats').checked) {
document.getElementById('skipStats').click();
} document.getElementById('skipStats').click();
} else {setTimeout(autoSet, 100);}
}

//Load macros
var canFeed = false;
function keydown(event) {
switch (event.keyCode) {
case 69: //Feeding Macro (e)
canFeed = true;
feed();
break;
case 81: //Feeding Macro (q)
canFeed = true;
feed();
break;
case 84: //Tricksplit Macro (t)
var t = 35;
for (var t2 = 0; t2 < 4; t2++) {
setTimeout(split, t);
t *= 2;
}
break;
case 65: //Triplesplit Macro (a)
var a = 35;
for (var a2 = 0; a2 < 3; a2++) {
setTimeout(split, a);
a *= 2;
}
break;
case 71: //Doublesplit Macro (g)
split();
setTimeout(split, 50);
break;
case 72: //Horizontal linesplit (h)
X = window.innerWidth / 2;
Y = window.innerHeight / 2;
$("canvas").trigger($.Event("mousemove", {clientX: X, clientY: Y}));
break;
case 86: //Vertical linesplit (v)
X = window.innerWidth / 2;
Y = window.innerHeight / 2.006;
$("canvas").trigger($.Event("mousemove", {clientX: X, clientY: Y}));
break;
}
}

//When a player lets go of Q or W, stop feeding
function keyup(event) {
if (event.keyCode == 87 || event.keyCode == 81) canFeed = false;
}

//Alias for W key
function feed() {
if (canFeed) {
window.onkeydown({keyCode: 87});
window.onkeyup({keyCode: 87});
setTimeout(feed, 0);
}
}

//Alias for space
function split() {
$("body").trigger($.Event("keydown", { keyCode: 32}));
$("body").trigger($.Event("keyup", { keyCode: 32}));
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.