The best public script for zombs.io
< Feedback on Zombs.io Bad Hack
let hasBeenInWorld = false;game.network.addEnterWorldHandler(function () { setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", channel: "Local", }) }, 500) setTimeout(() => { if (!hasBeenInWorld) { var scoreLogged = 0; if(!hasBeenInWorld) { hasBeenInWorld = true setInterval(() => { document.querySelector('#scorelog') .innerText = `Score in Last Wave: ${scoreLogged}` document.querySelector("#coords") .innerText = `X: ${game.world.localPlayer.entity.targetTick.position.x}, Y: ${game.world.localPlayer.entity.targetTick.position.y}` }, 100) createCoordinates() } hasBeenInWorld = true; var oldScore = Game.currentGame.ui.playerTick.score, newScore = 0; Game.currentGame.network.addRpcHandler("DayCycle", () => { newScore = Game.currentGame.ui.playerTick.score; scoreLogged = ((newScore - oldScore) .toLocaleString("en")); oldScore = Game.currentGame.ui.playerTick.score; }); const topCenter = document.querySelector("#hud > div.hud-top-center"); let logElem; logElem = document.createElement('div'); logElem.innerHTML = `
`; topCenter.append(logElem); } }, 500)})Everyone has their not waybecause can Score in Last WavePlease Havy can js.
Sign in to post a reply.
let hasBeenInWorld = false;
game.network.addEnterWorldHandler(function () {
setTimeout(() => {
game.network.sendRpc({
name: "SendChatMessage",
channel: "Local",
})
}, 500)
setTimeout(() => {
if (!hasBeenInWorld) {
var scoreLogged = 0;
if(!hasBeenInWorld) {
hasBeenInWorld = true
setInterval(() => {
document.querySelector('#scorelog')
.innerText = `Score in Last Wave: ${scoreLogged}`
document.querySelector("#coords")
.innerText = `X: ${game.world.localPlayer.entity.targetTick.position.x}, Y: ${game.world.localPlayer.entity.targetTick.position.y}`
}, 100)
createCoordinates()
}
hasBeenInWorld = true;
var oldScore = Game.currentGame.ui.playerTick.score,
newScore = 0;
Game.currentGame.network.addRpcHandler("DayCycle", () => {
newScore = Game.currentGame.ui.playerTick.score;
scoreLogged = ((newScore - oldScore)
.toLocaleString("en"));
oldScore = Game.currentGame.ui.playerTick.score;
});
const topCenter = document.querySelector("#hud > div.hud-top-center");
let logElem;
logElem = document.createElement('div');
logElem.innerHTML = `
Score in Last Wave: 0
`;
topCenter.append(logElem);
}
}, 500)
})
Everyone has their not way
because can Score in Last Wave
Please Havy can js.