Karnage Boost, no kick

Auto spawner karnage

目前为 2017-01-17 提交的版本。查看 最新版本

// ==UserScript==
// @name         Karnage Boost, no kick
// @namespace    http://tampermonkey.net/
// @version      1.8
// @description  Auto spawner karnage
// @author       meatman2tasty
// @match        http://karnage.io/
// @grant        none
// ==/UserScript==

function respawn() {
    setTimeout(respawn, 50);
    if (inWindow) {
         enterGame ('player');
    }
}
respawn();


function noKick() {
    MOUSE_DOWN = 1;
    setTimeout(noKick, 60);
}
noKick();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址