Macro Agar.io

Awesome script to optimize your agar.io webpage

  1. // ==UserScript==
  2. // @name Macro Agar.io
  3. // @namespace http://tampermonkey.net/
  4. // @version 69.69.69
  5. // @description Awesome script to optimize your agar.io webpage
  6. // @author Myth
  7. // @match http://abs0rb.me/*
  8. // @match http://agar.io/*
  9. // @match http://agarabi.com/*
  10. // @match http://agarly.com/*
  11. // @match http://en.agar.bio/*
  12. // @match http://agar.pro/*
  13. // @match http://agar.biz/*
  14. // @grant none
  15. // @run-at document-end
  16. // ==/UserScript==
  17.  
  18. function keydown(event) {
  19. if (event.keyCode == 81) {
  20. Feed = true;
  21. setTimeout(fukherriteindapussie, imlost);
  22. } // Tricksplit
  23. if (event.keyCode == 69 || event.keyCode == 52) { //( ͡° ͜ʖ ͡°)
  24. ilikedick();
  25. setTimeout(ilikedick, imlost);
  26. setTimeout(ilikedick, imlost*2);
  27. setTimeout(ilikedick, imlost*3);
  28. }
  29. } // When Player Lets Go Of Q, It Stops Feeding
  30. function keyup(event) {
  31. if (event.keyCode == 81) {
  32. Feed = false;
  33. }
  34. if (event.keyCode == 79) {
  35. Dingus = false;
  36. }
  37. }
  38. // Feed Macro With Q
  39. function fukherriteindapussie() {
  40. if (Feed) {
  41. window.onkeydown({keyCode: 87});
  42. window.onkeyup({keyCode: 87});
  43. setTimeout(fukherriteindapussie, imlost);
  44. }
  45. }
  46. function ilikedick() {
  47. $("body").trigger($.Event("keydown", { keyCode: 32}));
  48. $("body").trigger($.Event("keyup", { keyCode: 32}));
  49. }
  50. //Looking through the code now are we? ( ͡° ͜ʖ ͡°)