// ==UserScript== // @name [diep.io]diep.io automatic best features PowerBar.php // @name:en [diep.io]diep.io automatic best features PowerBar.php // @author ゲームハック研究所の管理人 // @homepage https://www.youtube.com/channel/UC_FjiI9elsM0SyBoDT0Fa_A?view_as=subscriber // @namespace https://www.youtube.com/channel/UC_FjiI9elsM0SyBoDT0Fa_A?view_as=subscriber // @version V0.1.0_Demo // @description 自動でレベルアップして右下の方向に向かって進みます。 // @description:en PowerBar.php // @match *://diep.io/ // @match *iogames.space/* // @match *titotu.io/* // @match *io-games.io/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var flag = 0; setInterval(function(){ if(document.getElementById( "a" ).style.display == null || document.getElementById( "a" ).style.display !== "none" ){ if(flag == 1)flag = 0; input.keyUp();//「」を解除 input.keyUp();//「」を解除 input.keyDown();//「」を押す setTimeout(function(){ input.keyUp(13);}, 300); } else{ if(flag == 0){ flag = 1; input.keyDown(75);//「K」を押す setTimeout(function(){ input.keyUp(75);}, 2000); input.set_convar('game_stats_build','848482567216753776225326756311313');//Power Random } setTimeout(function(){ input.keyDown();//「」を押す input.keyDown();//「」を押す }, 2000); } }, 2000); })();