Setup Tutorial

Follow these simple steps to install and configure KrunkSploit for Krunker.io, Kirka.io, and Kour.io

Need Help or Support?

Join our Discord community for assistance, updates, and to connect with other users. Our support team is ready to help!

Join Discord
1
Download SploitMonkey Extension
Download the custom Chrome extension package

Download the SploitMonkey.zip file to your computer. This is a custom extension that acts as a userscript manager for KrunkSploit.

2
Extract the Extension
Unzip the downloaded file to a permanent location

Right-click the downloaded SploitMonkey.zip file

Select "Extract All..." or use your preferred extraction tool

Choose a permanent location like C:\ChromeExtensions\SploitMonkey

⚠️ Important: Don't delete this folder after installation!

Chrome loads the extension from this location, so keep it in a permanent folder.

3
Load Extension in Chrome
Enable developer mode and load the unpacked extension
  1. Open Chrome and navigate to chrome://extensions
  2. Toggle on "Developer mode" in the top right corner
  3. Click "Load unpacked" button
  4. Navigate to and select the extracted SploitMonkey folder
  5. The extension should now appear in your extensions list
4
Enable User Scripts
Configure extension permissions
  1. Click "Details" on the SploitMonkey extension
  2. Scroll down to find the permissions section
  3. Enable "Allow access to file URLs"
  4. Enable "Allow in Incognito" (optional)
  5. Make sure "Site access" is set to "On all sites" or configure specific sites
5
Add Game Scripts
Get your game-specific scripts from the dashboard

Go to your dashboard and click "Get Script" for the game you want to play. After completing a quick Linkvertise verification, you'll receive the complete script with all features.

Generic Script Template
// ==UserScript==
// @name         KrunkSploit - [GAME_NAME]
// @namespace    https://krunksploit.app
// @version      1.0.0
// @description  KrunkSploit Premium Features
// @author       KrunkSploit
// @match        *://[GAME_URL]/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';
    
    console.log('KrunkSploit initialized for [GAME_NAME]');
    
    // Your custom code here
    
})();

💡 Pro Tip

Each game has its own script. Download them separately from your dashboard and add each one to SploitMonkey. Don't forget to get license keys for each game too!

Setup Complete!
Verify your installation and start using KrunkSploit

Visit any supported game to test your setup:

You should see a console message indicating KrunkSploit has loaded for the respective game.

Need help with setup?

If you encounter any issues during installation, please check that all steps were followed correctly or contact support.