Last Updated on 5 March, 2023
Krunker Aimbot Hacks – the best Scripts with the Aimbot & Aim assist hack, easy to use with the recommended extensions
Contents
Also check Krunker Codes
How to Execute an Aimbot Script?
- You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey
- fire the script executor up whilst in Krunker world, then copy and paste any of the scripts we are going to provide you into the provided box and hit the Execute/Inject button
Scripts may stop working after a game update. If so, we would appreciate if you leave us a comment informing, so that we can update this guide with the latest scripts, after verifying that they work
Krunker Aimbot Hacks – 2021 Super OP Cheat
If you want the pastebin script hack link > Here
But you can check the script here:
-
// ==UserScript==
-
// @name Krunker Dogeware – remade by leekcloak
-
// @description The most advanced krunker cheat
-
// @version 3.8.4
-
// @author leekcloak – From NooWhere
-
// @supportURL https://skidlamer.github.io/wp
-
// @homepage https://skidlamer.github.io/
-
// @iconURL https://i.imgur.com/MqW6Ufx.png
-
// @namespace https://greasyfork.org/users/704479
-
// @match *://krunker.io/*
-
// @exclude *://krunker.io/editor*
-
// @exclude *://krunker.io/social*
-
// @run-at document-start
-
// @grant none
-
// @noframes
-
// ==/UserScript==
Krunker Aimbot Hacks – Skin Hack 2021
If you want the pastebin script hack link > Here
But you can check the script here:
-
// ==UserScript==
-
// @name Skinhacks
-
// @description login to use
-
// @author chonker1337
-
// @icon https://camo.githubusercontent.com/98ed65187a84ecf897273d9fa18118ce45845057/68747470733a2f2f7261772e6769746875622e636f6d2f676f6c616e672d73616d706c65732f676f706865722d766563746f722f6d61737465722f676f706865722e706e67
-
// @match *://krunker.io/*
-
// @exclude *social.html*
-
// @grant none
-
// ==/UserScript==
-
let skinConfig = {}
-
function s(c) {
-
c.send = new Proxy(c.send, {
-
apply(target, thisArg, msg) {
-
if (msg[0] === “ent”)
-
skinConfig = {
-
main: msg[1][2][0],
-
secondary: msg[1][2][1],
-
hat: msg[1][3],
-
body: msg[1][4],
-
knife: msg[1][9],
-
dye: msg[1][14],
-
waist: msg[1][17],
-
}
-
return target.apply(thisArg, msg);
-
}
-
});
-
c._dispatchEvent = new Proxy(c._dispatchEvent, {
-
apply(target, thisArg, [type, msg]) {
-
if (skinConfig && type === “0”) {
-
let playersInfo = msg[0];
-
let perPlayerSize = 38;
-
while (playersInfo.length % perPlayerSize !== 0)
-
perPlayerSize++;
-
for(let i = 0; i < playersInfo.length; i += perPlayerSize)
-
if (playersInfo[i] === c.socketId) {
-
playersInfo[i + 12] = [skinConfig.main, skinConfig.secondary];
-
playersInfo[i + 13] = skinConfig.hat;
-
playersInfo[i + 14] = skinConfig.body;
-
playersInfo[i + 19] = skinConfig.knife;
-
playersInfo[i + 25] = skinConfig.dye;
-
playersInfo[i + 33] = skinConfig.waist;
-
}
-
}
-
return target.apply(thisArg, arguments[2]);
-
}
-
});
-
}
-
const events = Symbol(“kpal”)
-
Object.defineProperty(Object.prototype, “events”, {enumerable:!1,get(){return this[events]},set(v){if(this.ahNum===0){s(this)}this[events]=v;}})
-
const skins = Symbol(“lol anticheat”)
-
Object.defineProperty(Object.prototype, “skins”, {
-
enumerable: false,
-
get() {
-
if (this.stats) {
-
let skins = [];
-
for(let i = 0; i < 5000; i++)
-
skins.push({ind: i, cnt: i});
-
return skins;
-
}
-
return this[skins];
-
},
-
set(v) { this[skins] = v; }
-
});
Krunker Aimbot Hacks – Tampermonkey Aimbot 2021 Hack
If you want the pastebin script hack link > Here
But you can check the script here:
-
=UserScript=
-
=Author=Policeplayer54=
-
=Need=Tampermonkey chrome extension
-
=Features=Esp Aimbot bhop For Krunker
-
=Title=Aimbot for krunker.io
-
=Link to hack=https://greasyfork.org/en/scripts/382404-krunker-working-aimbot-krunker-io-hack-aimbot-esp-bhop/code
-
=Updated=so if u have problems with this script it must be updated i will update it in a couple days if its patched for me to!
-
<!doctype html>
-
<html>
-
<head>
-
<meta charset=“utf-8”>
-
<link href=“vendor/cm/lib/codemirror.css” rel=“stylesheet” type=“text/css” />
-
<script src=“vendor/cm/lib/codemirror.js”></script>
-
<script src=“vendor/cm/mirrorframe.js”></script>
-
<script src=“vendor/cm/mode/javascript/javascript.js”></script>
-
<script src=“vendor/cm/addon/edit/matchbrackets.js”></script>
-
<script src=“vendor/cm/addon/comment/continuecomment.js”></script>
-
<script src=“vendor/jquery.js”></script>
-
<script src=“rea/common.js”></script>
-
<script src=“rea/background.js”></script>
-
<link href=“style.css” rel=“stylesheet” type=“text/css” />
-
<script src=“registry.js”></script>
-
<script src=“promise.js”></script>
-
<script src=“convert.js”></script>
-
<script src=“helper.js”></script>
-
<script src=“pingpong.js”></script>
-
<script src=“i18n.js”></script>
-
<script src=“crcrc.js”></script>
-
<script src=“xmlhttprequest.js”></script>
-
<script src=“tools.js”></script>
-
<script src=“uri.js”></script>
-
<script src=“compat.js”></script>
-
<script src=“parser.js”></script>
-
<script src=“layout/default/tabview.js”></script>
-
<script src=“layout/default/htmlutil.js”></script>
-
<script src=“layout/default/layout_helper.js”></script>
-
<link href=“layout/default/style.css” rel=“stylesheet” type=“text/css” />
-
<link href=“layout/default/dark.css” rel=“stylesheet” type=“text/css” />
-
<link href=“layout/default/darker.css” rel=“stylesheet” type=“text/css” />
-
<link href=“layout/default/vendor/css/fontawesome-pro-core.css” rel=“stylesheet” type=“text/css” />
-
<link href=“layout/default/vendor/css/fontawesome-pro-regular.css” rel=“stylesheet” type=“text/css” />
-
<script src=“layout.js”></script>
-
<script src=“statistics.js”></script>
-
<script src=“curtain.js”></script>
-
<script src=“ask.js”></script>
-
<script src=“layout/default/ask.js”></script>
-
</head>
-
<body>
-
</body>
-
</html>
If you found this guide helpful, you might also want to take a look at these Script Pastebin guides:
how do you activate it in game?