Auto respawn

Auto spawner karnage

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

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

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

QingJ © 2025

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