Best Agar.io Scripte | macro keys | + popsplit!!!!!! (enjoy)

W = Macro Feed | D = Double-Split | E = 16-Split | R = Popsplit | Z = Triple-trick macro

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  35. 35
  36. 36
  37. 37
  38. 38
  39. 39
  40. 40
  41. 41
  42. 42
  43. 43
  44. 44
  45. 45
  46. 46
  47. 47
  48. 48
  49. 49
  50. 50
  51. 51
  52. 52
  53. 53
  54. 54
  55. 55
  56. 56
  57. 57
  58. 58
  59. 59
  60. 60
  61. 61
  62. 62
  63. 63
  64. 64
  65. 65
  66. 66
  67. 67
  68. 68
  69. 69
  70. 70
  71. 71
  72. 72
  73. 73
  74. 74
  75. 75
  76. 76
  77. 77
  78. 78
  79. 79
  80. 80
  81. 81
  82. 82
  83. // ==UserScript==
  84. // @name Best Agar.io Scripte | macro keys | + popsplit!!!!!! (enjoy)
  85. // @namespace http://tampermonkey.net/
  86. // @version 4.1
  87. // @description W = Macro Feed | D = Double-Split | E = 16-Split | R = Popsplit | Z = Triple-trick macro
  88. // @author KhalilYT - https://www.youtube.com/channel/UC8mMoBlWNb7W8yVS6n6lh3g
  89. // @match http://http://http://www.astr.io///*
  90. // @match http://petridish.pw/*
  91. // @match http://alis.io/*
  92. // @match http://www.blobs.co.il/*
  93. // @run-at document-end
  94. // @grant none
  95. // ==/UserScript==
  96. window.addEventListener('keydown', keydown);
  97. window.addEventListener('keyup', keyup);
  98. var Feed = false;
  99. var Dingus = false;
  100. var imlost = 25;
  101. document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_e'> Press <b>D</b> to Tricksplit</span></span></center>";
  102. document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_3'> Press <b>Z</b> to Triplesplit</span></span></center>";
  103. document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_d'> Press <b>A</b> to Doublesplit</span></span></center>";
  104. document.getElementById("instructions").innerHTML += "<center><span class='text-muted'><span data-itr='instructions_d'> Press <b>R</b> to Popsplit</span></span></center>";
  105. 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>";
  106. load();
  107. function load() {
  108. if (document.getElementById("overlays").style.display!="none") {
  109. document.getElementById("settings").style.display = "block";
  110. if (document.getElementById('showMass').checked) {document.getElementById('showMass').click();}
  111. document.getElementById('showMass').click();
  112. if (document.getElementById('darkTheme').checked) {document.getElementById('darkTheme').click();}
  113. document.getElementById('darkTheme').click();
  114. // Don't switch the code becauce the script will not work !
  115. } else {
  116. setTimeout(load, 100);
  117. }
  118. }
  119. function keydown(event) {
  120. if (event.keyCode == 87) {
  121. Feed = true;
  122. setTimeout(fukherriteindapussie, imlost);
  123. } // Tricksplit
  124. if (event.keyCode == 68) {
  125. ilikedick();
  126. setTimeout(ilikedick, imlost);
  127. setTimeout(ilikedick, imlost*2);
  128. setTimeout(ilikedick, imlost*3);
  129. } // Triplesplit
  130. if (event.keyCode == 90) {
  131. ilikedick();
  132. setTimeout(ilikedick, imlost);
  133. setTimeout(ilikedick, imlost*2);
  134. } // Doublesplit
  135. if (event.keyCode == 65) {
  136. ilikedick();
  137. setTimeout(ilikedick, imlost);
  138. } // PopSplit
  139. if (event.keyCode == 65) {
  140. ilikedick();
  141. setTimeout(ilikedick, imlost*5.32232210323424323);
  142. }
  143. } // When Player Lets Go Of W, It Stops Feeding
  144. function keyup(event) {
  145. if (event.keyCode == 87) {
  146. Feed = false;
  147. }
  148. if (event.keyCode == 79) {
  149. Dingus = false;
  150. }
  151. }
  152. // Feed Macro With W
  153. function fukherriteindapussie() {
  154. if (Feed) {
  155. window.onkeydown({keyCode: 87});
  156. window.onkeyup({keyCode: 87});
  157. setTimeout(fukherriteindapussie, imlost);
  158. }
  159. }
  160. function ilikedick() {
  161. $("body").trigger($.Event("keydown", { keyCode: 32}));
  162. $("body").trigger($.Event("keyup", { keyCode: 32}));
  163. }
  164. //Please don't switch the code { u know why ( ͡° ͜ʖ ͡°) }