Auto respawn, No kick

Auto spawner karnage

目前為 2017-01-17 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Auto respawn, No kick
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Auto spawner karnage
// @author       meatman2tasty
// @match        http://karnage.io/
// @grant        none
// ==/UserScript==

function respawn() {
    setTimeout(respawn, 50);
    if (player.dead && inWindow) {
         startGame('player');
    hideMenuUI();
    hideUI(true);
    document.getElementById('startMenuWrapper').style.display = 'none';
    }
}
respawn();

QingJ © 2025

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