Powerline.io mods

Change your stats (use keys 1, and two), once refreshed scores no longer.

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

  1. // ==UserScript==
  2. // @name Powerline.io mods
  3. // @namespace http://tampermonkey.net/
  4. // @version 3.0
  5. // @description Change your stats (use keys 1, and two), once refreshed scores no longer.
  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. // -patch update, mods now work
  18. //===============================================================================
  19.  
  20. /////////////////////////////////
  21. ///////PRESS 1///////////////////
  22. ////////////////////////////////
  23.  
  24. window.addEventListener("keydown", mod, false);
  25. //score mods
  26.  
  27. function mod (i){
  28.  
  29. if (i.keyCode == "49") {
  30. var a = window.prompt("How much score do you want?");
  31. document.getElementById("stat-length").innerHTML = a;
  32. document.getElementById("stat-blength").innerHTML = a;
  33. }
  34. }
  35.  
  36.  
  37. //coming soon