Diep.io Working AUTOBUILD!

This is a work in progress! You can change the scripts to what you want. Also try my XandY mod! Try to take over the diep.io!

As of 2020-11-20. See the latest version.

  1. // ==UserScript==
  2. // @name Diep.io Working AUTOBUILD!
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.6
  5. // @description This is a work in progress! You can change the scripts to what you want. Also try my XandY mod! Try to take over the diep.io!
  6. // @author -{Abyss⌬}-ora
  7. // @match https://diep.io/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. //-------------------------------------[AUTOBUILD BUTTON]------------------------------------\\
  14. var buttonP = document.createElement('div');
  15. document.getElementsByTagName('body')[0].appendChild(buttonP);
  16. buttonP.style = "position:absolute; top:300px; left:1620px; font-family: 'Monoton', cursive; color: #FFFFFF; font-size: 20px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px";
  17. buttonP.innerHTML = `<style>@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');</style>
  18. <button title="My Factory" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567456745678567456745678567488888')">⌬</button>
  19. <br><button title="w/less speed" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456745674567456745674567456788888')">⌬</button>
  20. <br><button title="w/no reload" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 555666555566664444444888888822111')">⌬</button>
  21. <br><button title="Has speed and you run into things" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 213121312138238238883288327777777')">⌬</button>
  22. <br><button title="A Smasher w/speed and few dms" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 7654765476547654765476547654128128128312812812812831281281283')">⌬</button>
  23. <br><button title="A Smasher w/no speed and high dms" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 7654765476547654765476547654888123123123123123123123123123123')">⌬</button>
  24. <br><button title="Has high dms and no speed" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456456456456456456456123123123123')">⌬</button>
  25. <br><button title="Fast bullets good for spraying tanks" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456745674567456745674567456722111')">⌬</button>
  26. <br><button title="slow bullets and fast speed good for spraying tanks" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567856785678567856785678567822111')">⌬</button>
  27. <br><button title="My favorite was to use Tri-angle class HAS NO SPEED" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567567567567567567567123123123123')">⌬</button>
  28. <br><button title="click here to Reset" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 0')">⌬</button>`;
  29. //-------------------------------------[AUTOBUILD TEXT]--------------------------------------\\
  30. var textP = document.createElement('div');
  31. document.getElementsByTagName('body')[0].appendChild(textP);
  32. textP.style = "position:absolute; pointer-events: none; top:300px; left:1650px; font-family: 'Monoton', cursive; color: #FFFFFF; font-size: 12.5px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px";
  33. textP.innerHTML = `<p>Factory</p> <p>OverLord_2.0</p> <p>OverLord</p> <p>Health/BodyDms</p> <p>SmasherSpeed</p> <p>Smasher/Dms</p> <p>Destroyer</p> <p>Dms/speed</p> <p>Dms/Health</p> <p>Tri-angle</p> <p>Reset</p> <style>@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');</style>`;
  34. })();