</> Kurt Mod - Kalkan Ölümsüzlüğü

!adminyetki

// ==UserScript==
// @name         </> Kurt Mod - Kalkan Ölümsüzlüğü
// @namespace    http://tampermonkey.net/
// @version      88.8
// @description  !adminyetki
// @icon         https://cdn.discordapp.com/emojis/821847415899947008.png?v=1
// @author       Kurt
// @match        http://tc-mod.glitch.me/
// @match        http://zombs.io/
// @grant        Ryan Wolf
// ==/UserScript==

// Kalkan Ölümsüzlüğü
function FixShield() {
        if (Game.currentGame.ui.playerTick.zombieShieldHealth < 85000) {
         Game.currentGame.network.sendRpc({name: "EquipItem", itemName: "ZombieShield", tier:  Game.currentGame.ui.inventory.ZombieShield.tier});
    }
}
Game.currentGame.network.addRpcHandler("DayCycle", FixShield);

QingJ © 2025

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