[diep.io]diep.io automatic best features PowerBar.php

My Youtube Videos https://www.youtube.com/watch?v=7hQPLWZYzSI

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         [diep.io]diep.io automatic best features PowerBar.php
// @name:en      [diep.io]diep.io automatic best features PowerBar.php
// @author       MexHackClients
// @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  My Youtube Videos https://www.youtube.com/watch?v=7hQPLWZYzSI
// @description:en  PowerBar.php
// @match        *://diep.io/
// @match        *iogames.space/*
// @match        *titotu.io/*
// @match        *io-games.io/*
// @grant        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);
})();