Greasy Fork

来自缓存

Greasy Fork is available in English.

</> 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);