// ==UserScript== // @name Diep.io Working AUTOBUILD! // @namespace http://tampermonkey.net/ // @version 2.4 // @description I make custom AutoBuilds just ask me for a custom AutoBuilds in the feedback! 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! How to use: You should see a gray bar on the right side of the screen, hover over it and the menu will slide out! // @author -{Abyss⌬}-ora // @match https://diep.io/ // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; //-------------------------------------[AUTOBUILD BUTTON]------------------------------------\\ var textG = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(textG); textG.innerHTML = `
` var tgl = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(tgl); tgl.style = "position:absolute; pointer-events: none; top:10px; right:200px; font-family: 'Monoton', cursive; color: #FFFFFF; font-size: 20px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px"; tgl.innerHTML = `Press (R) to
toggle Menu
` var imgfh = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(imgfh); imgfh.style = "position:absolute; pointer-events: none; top:10px; left:10px; font-family: 'Monoton', cursive; color: #FFFFFF; font-size: 20px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px"; imgfh.innerHTML = `Press (Q) to
toggle info
` //-------------------------------------[TESTING IDEA AREA]----------------------------------------\\ })();