Skip to content

Electron desktop client for Krunker.IO

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-KPAL
Notifications You must be signed in to change notification settings

e9x/kpal_client

Repository files navigation

KPal Client

logo

Electron desktop client for Krunker.IO

Usage

This repository only contains the source code for KPal Client. In order to use it, you must build it from source.

Building

Programs required:

  1. Download the source code ZIP
  2. Extract kpal_client-master to a folder
  3. Open kpal_client-master in a terminal
  4. Run the following commands:
    npm install
    npm run build
    npm run dist
  5. Once the commands are finished executing, navigate to kpal_client-master/dist/
  6. You should see the .exe installer for KPal Client.

Keybinds

  • F3 Quick search using matchmaker
  • F4 Find a random new match
  • F5 Refresh the page
  • F11 Enter/exit fullscreen
  • ALT + F4 Close window

Flags

--sandbox

Starts the client on https://krunker.io/?sandbox.

--dev

Disables update checks and opens the built-in developer tools. If developer tools aren't available, look into --remote-debug.

--remote-debug

Runs the Chrome remote debugger on port 9229.

License Disclaimer

This project is a fork of KPal81's KPal Client, which is licensed under the MIT License. The original project's license can be found in the file LICENSE-KPAL. All modifications and additions made to this fork are released under the GNU General Public License v3. The GPLv3 license file can be found in the LICENSE file in this repository.

Please note that by using or contributing to this fork, you are agreeing to comply with both the original MIT License and the GPLv3 License. It is the user's responsibility to ensure compliance with the licensing terms of both licenses while using, modifying, or distributing any part of this project.

For more information on the respective licenses, please refer to:

About

Electron desktop client for Krunker.IO

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-KPAL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published