// ==UserScript== // @name Powerline.io mods // @namespace http://tampermonkey.net/ // @version 14.0 // @description Change your stats(kills,and score) (use keys 1-9 for single mods. use ctrl to change all of your stats. and use key h for help.) // @author shed_modz_ // @match powerline.io // @require http://code.jquery.com/jquery-3.4.1.min.js // @grant none // @downloadURL none // ==/UserScript== //press use numbers 1-5 for mods to use the mods //|===================================================================================| //| Updates (VERSION 15.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 | //| -New mod features | //| -Bug fix | //| -Adblock feature(may not be working) | //| -patched game, and name | //|===================================================================================| ///////////////////////////////////////////////////////////////////// ///////Hot keys are 1, 2, 4, 5, 6, ctrl, and h //////////////////// /////////////////////////////////////////////////////////////////// //script //remove stuff alert("JOIN THE DISCORD https://discord.gg/KCrDax8M4N"); console.log("https://discord.gg/KCrDax8M4N"); //length mods (beta) //red canvas? document.getElementById('canvas').style.background = "red"; class scoremods { constructor(score, llength) { this.score = 0; this.llength = 0; } } //js keycodes class keycodes { constructor(w, a, s, d, v) { this.w = 87; this.a = 65; this.s = 83; this.d = 68; this. v = 86; } } //change other class changeother { constructor(other) { this.other = 0; } } w = 87; a = 65; s = 83; d = 68; v = 86; $("#tips").after('