Powerline.io mods

Change your stats, once refreshed scores no longer apply

目前為 2020-10-07 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Powerline.io mods
  3. // @namespace http://tampermonkey.net/
  4. // @version 2.0
  5. // @description Change your stats, once refreshed scores no longer apply
  6. // @author shed_modz_
  7. // @match powerline.io
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. //press 1 to use the mods
  13. //============================================
  14. // Updates
  15. // -made mod
  16. // -updated mod
  17. //============================================
  18.  
  19. /////////////////////////////////
  20. ///////PREss 1///////////////////
  21. ////////////////////////////////
  22.  
  23. document.title("PowerLine.io*TROLL EDITION*");
  24. window.addEventListener("keydown", mod, false);
  25. //score mods
  26.  
  27. function mod (i){
  28.  
  29. if (i.keyCode == "49") {
  30. var a = prompt("How much score do you want?");
  31. document.getElementById("stat-length").innerHTML = a;
  32. document.getElementById("stat-blength").innerHTML = a;
  33. document.getElementById("stat-ks").innerHTML = a;
  34. document.getElementById("stat-bks").innerHTML = a;
  35. }
  36. }
  37.  
  38. //coming soon
  39. //coming soon