您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
W = Macro Feed | D = Double-Split | E = 16-Split | R = Popsplit | Z = Triple-trick macro
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- // ==UserScript==
- // @name Best Agar.io Scripte | macro keys | + popsplit!!!!!! (enjoy)
- // @namespace http://tampermonkey.net/
- // @version 4.1
- // @description W = Macro Feed | D = Double-Split | E = 16-Split | R = Popsplit | Z = Triple-trick macro
- // @author KhalilYT - https://www.youtube.com/channel/UC8mMoBlWNb7W8yVS6n6lh3g
- // @match http://http://http://www.astr.io///*
- // @match http://petridish.pw/*
- // @match http://alis.io/*
- // @match http://www.blobs.co.il/*
- // @run-at document-end
- // @grant none
- // ==/UserScript==
- window.addEventListener('keydown', keydown);
- window.addEventListener('keyup', keyup);
- var Feed = false;
- var Dingus = false;
- var imlost = 25;
- document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_e'> Press <b>D</b> to Tricksplit</span></span></center>";
- document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_3'> Press <b>Z</b> to Triplesplit</span></span></center>";
- document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_d'> Press <b>A</b> to Doublesplit</span></span></center>";
- document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_d'> Press <b>R</b> to Popsplit</span></span></center>";
- document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_q'> Press and hold <b>W</b> for macro feed</span></span></center>";
- load();
- function load() {
- if (document.getElementById("overlays").style.display!="none") {
- document.getElementById("settings").style.display = "block";
- if (document.getElementById('showMass').checked) {document.getElementById('showMass').click();}
- document.getElementById('showMass').click();
- if (document.getElementById('darkTheme').checked) {document.getElementById('darkTheme').click();}
- document.getElementById('darkTheme').click();
- // Don't switch the code becauce the script will not work !
- } else {
- setTimeout(load, 100);
- }
- }
- function keydown(event) {
- if (event.keyCode == 87) {
- Feed = true;
- setTimeout(fukherriteindapussie, imlost);
- } // Tricksplit
- if (event.keyCode == 68) {
- ilikedick();
- setTimeout(ilikedick, imlost);
- setTimeout(ilikedick, imlost*2);
- setTimeout(ilikedick, imlost*3);
- } // Triplesplit
- if (event.keyCode == 90) {
- ilikedick();
- setTimeout(ilikedick, imlost);
- setTimeout(ilikedick, imlost*2);
- } // Doublesplit
- if (event.keyCode == 65) {
- ilikedick();
- setTimeout(ilikedick, imlost);
- } // PopSplit
- if (event.keyCode == 65) {
- ilikedick();
- setTimeout(ilikedick, imlost*5.32232210323424323);
- }
- } // When Player Lets Go Of W, It Stops Feeding
- function keyup(event) {
- if (event.keyCode == 87) {
- Feed = false;
- }
- if (event.keyCode == 79) {
- Dingus = false;
- }
- }
- // Feed Macro With W
- function fukherriteindapussie() {
- if (Feed) {
- window.onkeydown({keyCode: 87});
- window.onkeyup({keyCode: 87});
- setTimeout(fukherriteindapussie, imlost);
- }
- }
- function ilikedick() {
- $("body").trigger($.Event("keydown", { keyCode: 32}));
- $("body").trigger($.Event("keyup", { keyCode: 32}));
- }
- //Please don't switch the code { u know why ( ͡° ͜ʖ ͡°) }