// ==UserScript== // @name Diep.io Working AUTOBUILD! // @namespace http://tampermonkey.net/ // @version 0.6 // @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! // @author -{Abyss⌬}-ora // @match https://diep.io/ // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; //-------------------------------------[AUTOBUILD BUTTON]------------------------------------\\ var buttonP = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(buttonP); 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"; buttonP.innerHTML = `









`; //-------------------------------------[AUTOBUILD TEXT]--------------------------------------\\ var textP = document.createElement('div'); document.getElementsByTagName('body')[0].appendChild(textP); 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"; textP.innerHTML = `

Factory

OverLord_2.0

OverLord

Health/BodyDms

SmasherSpeed

Smasher/Dms

Destroyer

Dms/speed

Dms/Health

Tri-angle

Reset

`; })();