// ==UserScript== // @name Diep.io Working AUTOBUILD! // @namespace http://tampermonkey.net/ // @version 2.2 // @description I make custom AutoBuilds just ask me for a custom AutoBuilds in the feedback! AbyssOra#0100 Friend me on my discord and to have a change to join my diep.io discord server! 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 img = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(img); img.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"; img.innerHTML = ` ` function hmm() { var xp = document.getElementById("imgdiv"); if (xp.style.display === "none") { xp.style.display = "block"; } else { xp.style.display = "none"; } } function kmm() { var xpy = document.getElementById("imgtextdiv"); if (xpy.style.display === "none") { xpy.style.display = "block"; } else { xpy.style.display = "none"; } } function keydownFunction() { var x = document.getElementById("myhover"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } document.body.onkeyup = function(ep) { if (ep.keyCode === 81) { hmm(); kmm(); } if (ep.keyCode === 82) { keydownFunction(); } } var imgtext = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(imgtext); imgtext.style = "position:absolute; pointer-events: none; top:200px; left:10px; font-family: 'Monoton', cursive; color: #FFFFFF; font-size: 20px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px"; imgtext.innerHTML = `⌬L3mon Factory ⌬Factory ⌬OverLord_2.0 ⌬OverLord ⌬Health/BodyDms ⌬SmasherSpeed ⌬Smasher/Dms
⌬Destroyer ⌬Dms/speed ⌬Dms/Health ⌬Tri-angle ⌬Trapper
Press (Q) to
toggle info
` //-------------------------------------[TESTING IDEA AREA]----------------------------------------\\ })();