您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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!
当前为
- // ==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
- // ==/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 = `<style>@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');</style>
- <button title="My Factory" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567456745678567456745678567488888')">⌬</button>
- <br><button title="w/less speed" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456745674567456745674567456788888')">⌬</button>
- <br><button title="w/no reload" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 555666555566664444444888888822111')">⌬</button>
- <br><button title="Has speed and you run into things" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 213121312138238238883288327777777')">⌬</button>
- <br><button title="A Smasher w/speed and few dms" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 7654765476547654765476547654128128128312812812812831281281283')">⌬</button>
- <br><button title="A Smasher w/no speed and high dms" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 7654765476547654765476547654888123123123123123123123123123123')">⌬</button>
- <br><button title="Has high dms and no speed" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456456456456456456456123123123123')">⌬</button>
- <br><button title="Fast bullets good for spraying tanks" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 456745674567456745674567456722111')">⌬</button>
- <br><button title="slow bullets and fast speed good for spraying tanks" type="button" style="background-color:pink; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567856785678567856785678567822111')">⌬</button>
- <br><button title="My favorite was to use Tri-angle class HAS NO SPEED" type="button" style="background-color:white; color:black; width:27px; height:26px; text-shadow: white 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 567567567567567567567123123123123')">⌬</button>
- <br><button title="click here to Reset" type="button" style="background-color:purple; color:white; width:27px; height:26px; text-shadow: black 0px 1px, purple 0px 2px, pink 0px 3px;" onclick="input.execute('game_stats_build 0')">⌬</button>`;
- //-------------------------------------[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 = `<p>Factory</p> <p>OverLord_2.0</p> <p>OverLord</p> <p>Health/BodyDms</p> <p>SmasherSpeed</p> <p>Smasher/Dms</p> <p>Destroyer</p> <p>Dms/speed</p> <p>Dms/Health</p> <p>Tri-angle</p> <p>Reset</p> <style>@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');</style>`;
- })();