Powerline.io mods

Change your stats(kills,and score) (use keys 1, 2, 3, and 4), once refreshed scores no longer apply/show.

当前为 2020-10-07 提交的版本,查看 最新版本

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

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

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

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

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

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Powerline.io mods
// @namespace    http://tampermonkey.net/
// @version      6.0
// @description  Change your stats(kills,and score) (use keys 1, 2, 3, and 4), once refreshed scores no longer apply/show.
// @author       shed_modz_
// @match        powerline.io
// @grant        none
// ==/UserScript==


//stat=top
//stat-time

//press 1 to use the mods
//|===================================================================================|
//|                        Updates (VERSION 7.0 being made)                           |
//|                     -made mod                                                     |
//|                     -updated mod                                                  |
//|                     -patch update                                                 |
//|                     -mega mod update includes, new hot keys(read desc),           |
//|                     -patch hot KEYS                                               |
//|                     -patch hot KEYS                                               |
//|                     -new hot KEYS                                                 |
//====================================================================================|

////////////////////////////////////////////////////
///////Hot keys are 1, 2, and 3 ///////////////////
//////////////////////////////////////////////////

window.addEventListener("keydown", mod, false);
//score mods
//kd mods

function mod (i){

   if (i.keyCode == "49") {
       var a = window.prompt("How much score do you want?");
       document.getElementById("stat-length").innerHTML = a;
   }
    if (i.keyCode == "50") {
     var b = window.prompt("How many kills do you want?");
     document.getElementById("stat-ks").innerHTML = b;
   }
   if (i.keyCode == "51") {
     var c = window.prompt("What do you wnat to set your best score to?");
     document.getElementById("stat-blength").innerHTML = c;
   }
   if (i.keyCode == "52") {
    var d = window.prompt("What do you want you best kills to be?");
    document.getElementById("stat-bks").innerHTML = d;
   }
}
document.getElementById("topGuiConnecting").innerHTML = "Finding non scripted server(this may take 2 minutes)";
document.getElementById("firstRightBox").innerHTML = "Made by shed_Modz";
document.getElementsByClassName("basic-text2").innerHTML = "Please you this just as a troll. Go in a game and die. Then before you spawn press 1,2,3, or four. Then enter the value and be amazed.";
document.getElementById("mainDialog").innerHTML.src = "arrow.png";