用户:༺ཌༀ学海无涯༒苦作舟ༀད༻查看:0 回复:0 评论:0 创建时间:2021-11-05T21:47:46
(async function () {var i, j; function mathRandomInt(a, b) {if (a > b) {var c = a;a = b;b = c;}return Math.floor(Math.random() * (b - a + 1) + a);}console.warn('毁图喵即将爆炸!');for (i = 1; i <= 9; i++) { await sleep(1000); console.clear(); console.error((['当前还剩', 10 - i, '秒爆炸!'].join(''))); } await sleep(1000); console.clear(); world.say('轰~~~'); console.warn('你失败了~'); for (j = 1; j <= 100000; j++) { voxels.setVoxel((mathRandomInt(0, 128)), (mathRandomInt(0, 128)), (mathRandomInt(0, 128)), (voxels.id("air"))); voxels.setVoxel((mathRandomInt(0, 128)), (mathRandomInt(0, 128)), (mathRandomInt(0, 128)), (mathRandomInt(0, 541))); await sleep(1); } console.log('你熬过了输入者对你的折磨'); })();