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-08 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Powerline.io mods
  3. // @namespace http://tampermonkey.net/
  4. // @version 8.0
  5. // @description Change your stats(kills,and score) (use keys 1, 2, 3, and 4), once refreshed scores no longer apply/show.
  6. // @author shed_modz_
  7. // @match powerline.io
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12.  
  13. //press use numbers 1-5 for mods to use the mods
  14. //|===================================================================================|
  15. //| Updates (VERSION 9.0 being made) |
  16. //| -made mod |
  17. //| -updated mod |
  18. //| -patch update |
  19. //| -mega mod update includes, new hot keys(read desc), |
  20. //| -patch hot KEYS |
  21. //| -patch hot KEYS |
  22. //| -new hot KEYS |
  23. //| -New mod features |
  24. //====================================================================================|
  25.  
  26. ////////////////////////////////////////////////////
  27. ///////Hot keys are 1, 2, 4, 5, 6 ///////////////////
  28. //////////////////////////////////////////////////
  29.  
  30. //script
  31.  
  32.  
  33.  
  34. window.addEventListener("keydown", mod, false);
  35. //score mods
  36. //kd mods
  37.  
  38.  
  39.  
  40. function mod (i){
  41.  
  42. if (i.keyCode == "49") {
  43. var a = window.prompt("How much score do you want?");
  44. document.getElementById("stat-length").innerHTML = a;
  45. }
  46. if (i.keyCode == "50") {
  47. var b = window.prompt("How many kills do you want?");
  48. document.getElementById("stat-ks").innerHTML = b;
  49. }
  50. if (i.keyCode == "51") {
  51. var c = window.prompt("What do you wnat to set your best score to?");
  52. document.getElementById("stat-blength").innerHTML = c;
  53. }
  54. if (i.keyCode == "52") {
  55. var d = window.prompt("What do you want you best kills to be?");
  56. document.getElementById("stat-bks").innerHTML = d;
  57. }
  58. if (i.keyCode == "53") {
  59. var txt = window.prompt("What wwould you like the chat box to say?");
  60. document.getElementById("firstRightBox").innerHTML = txt;
  61. }
  62. if (i.keyCode == "54") {
  63. var death = window.prompt("Who would you like to have eliminated you?");
  64. document.getElementById("stat-title").innerHTML = death;
  65. }
  66. if (i.keyCode == "72") {
  67. var help = window.open("", "", "width=500", "height=1000");
  68. help.document.write("<h1 text-align='center'>Help</h1");
  69. help.document.write("<div id='help'></div>");
  70. help.document.write("<p text-align='center'>Use keys 1-6 to change/edit stuff.(Works if your at the death menu that displays your stats)Press key h for help");
  71. }
  72. }
  73. document.getElementById("topGuiConnecting").innerHTML = "Finding non scripted server(this may take 2 minutes)";
  74.  
  75. 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.";
  76. document.getElementsByTagName("title").innerHTML = "*TROLL*";
  77. document.getElementById("mainDialog").src = "arrow.png";
  78. document.getElementById("linktext").innerHTML = "Once you press enter you will lose all of you progress";
  79.  
  80.  
  81. //linktext
  82. //basic-text2