// ==UserScript== // @name Diep.io Working AUTOBUILD! // @namespace http://tampermonkey.net/ // @version 0.9 // @description How to use: Drag your mouse to the right edge of the screen and the menu will pop up! 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! // @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 = `

-{Abyss⌬}-ora's modmenu











` //-------------------------------------[TESTING IDEA AREA]----------------------------------------\\ })();