// ==UserScript== // @name Diep.io Working AUTOBUILD! // @namespace http://tampermonkey.net/ // @version 1.5 // @description
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 = ` ` //-------------------------------------[TESTING IDEA AREA]----------------------------------------\\ })();