/webpack

Krunker cheats with shared libraries, built with Webpack.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Webpack userscripts

These cheats are discontinued

Krunker cheats with shared libraries, built with Webpack.

To use the userscripts, you will need Tampermonkey installed.

## Where are the userscripts?

You can compile the userscripts then install them yourself in Tampermonkey. The Gaming Gurus provides pre-built userscripts in the Krunker Cheat Loader

Building

To build the userscripts, you will need NodeJS.

Quickstart:

git clone https://github.com/y9x/webpack.git
cd webpack
npm install
npm run build

Build output is in the dist/ folder

NPM Commands

Command Description
npm run build Builds the targets Sploit,Junker,Loader then outputs in the dist/ folder.
npm run live-build Similar to npm run build; This will automatially build when a file in the repository changes.