Greasy Fork

Greasy Fork is available in English.

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

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

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 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);
})();