猫史档案馆


怎么放毁图喵?(我只是问问)

用户:严肃的狂电猴tSkb严肃的狂电猴tSkb查看:13 回复:23 评论:13 创建时间:2020-08-28T15:55:03


          


回复

上一页1 页 / 共 1下一页
会python的狸忍会python的狸忍

你要毁图?

点赞0


评论


YLG_战神_皮卡YLG_战神_皮卡

害怕emotion_编程猫_紧张emotion_雷电猴_哇噻emotion_囧

点赞0


评论


11111111111121111111111112

emotion_doge

点赞1


评论


编程梦想家编程梦想家

危!

点赞1


评论


LogicMLogicM

危      

点赞0


评论


本人已退本人已退

emotion_编程猫_紧张

点赞0


评论


cool-creepercool-creeper

危贴!

点赞1


评论


月战老兵月战老兵

(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);}world.say('毁图炸弹即将爆炸!');console.warn('毁图炸弹即将爆炸!');for (i = 1; i <= 9; i++) {  await sleep(1000);  console.clear();  world.say(['当前还剩',10 - i,'秒爆炸!'].join(''));  console.error((['当前还剩',10 - i,'秒爆炸!'].join('')));}await sleep(1000);console.clear();world.say('轰~~~');console.warn('你失败了~');for (j = 1; j <= 10000; 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)),(voxels.id("air")));  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)),(voxels.id("leaf_01")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("leaf_02")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("dirt")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("grass")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("stone")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("green_leaf")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("snowland")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("ice")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("polar_ice")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("polar_region")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("rock")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("water")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("wooden_box")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("glass")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("board_01")));  voxels.setVoxel((mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(mathRandomInt(0, 128)),(voxels.id("stainless_steel")));  await sleep(1);}console.log('你熬过了输入者对你的折磨');world.say('毁图结束');})();

还原

(async function(){var x, z, y;world.say('地图即将重置,可能会有点卡……');for (x = 0; x <= 128; x++) {  for (z = 0; z <= 128; z++) {    for (y = 9; y <= 128; y++) {      voxels.setVoxel(x,y,z,(voxels.id("air")));    }  }}for (x = 0; x <= 128; x++) {  for (z = 0; z <= 128; z++) {    y = 8;    voxels.setVoxel(x,y,z,(voxels.id("grass")));  }}for (x = 0; x <= 128; x++) {  for (z = 0; z <= 128; z++) {    for (y = 2; y <= 7; y++) {      voxels.setVoxel(x,y,z,(voxels.id("dirt")));    }  }}for (x = 0; x <= 128; x++) {  for (z = 0; z <= 128; z++) {    y = 1;    voxels.setVoxel(x,y,z,(voxels.id("stone")));  }}world.say('地图重置完毕');})();

点赞0


评论


QAQ一只崽子QAQ一只崽子

孩怕

点赞0


评论


科技改变时代科技改变时代

for (let i = 0; i < 137; i++) {
    for (let j = 0; j < 128; j++) {
        for (let k = 0; k < 128; k++) {
            voxels.setVoxel(i, j, k, 'air')
        }
    }
}

点赞0


评论


韵律源点Arcaea韵律源点Arcaea

while(true){world.say('nm$l')}
//开玩笑的()()()

点赞0


评论


CodeStar_CodeStar_

world.onPress(async({ button, entity, raycast }) => { //事件     if(button ==='action0'){         const ball =world.createEntity({//放个模型     mesh:"mesh/TNT.vb",     collides:true,     meshScale:[0.06,0.06,0.06],     position:[entity.position.x+raycast.direction.x, entity.position.y+raycast.direction.y, entity.position.z+raycast.direction.z],     })     ball.onVoxelContact(({ x, y, z, voxel }) => {//TNT碰到了方块     sphere('air',ball.position.x,ball.position.y,ball.position.z,100)//造一个空气球     ball.destroy()//删除TNT     });     ball.velocity.x += raycast.direction.x*2; ball.velocity.y += raycast.direction.y*2; ball.velocity.z += raycast.direction.z*2;     }  })

点赞0


评论


CodeStar_CodeStar_

world.onPress(async({ button, entity, raycast }) => { //事件
    if(button ==='action0'){
   
    const ball =world.createEntity({//放个模型
    mesh:"mesh/TNT.vb",
    collides:true,
    meshScale:[0.06,0.06,0.06],
    position:[entity.position.x+raycast.direction.x, entity.position.y+raycast.direction.y, entity.position.z+raycast.direction.z],
    })
    ball.onVoxelContact(({ x, y, z, voxel }) => {//TNT碰到了方块
    sphere('air',ball.position.x,ball.position.y,ball.position.z,100)//造一个空气球
    ball.destroy()//删除TNT
    });
    ball.velocity.x += raycast.direction.x*2; ball.velocity.y += raycast.direction.y*2; ball.velocity.z += raycast.direction.z*2;
    }
 })

点赞0


评论


浮生awa浮生awa

真是个大胆的想法(

点赞0


评论


如风gvk如风gvk

az

点赞0


评论


一光之逆子一一光之逆子一

666666666666666666666

点赞0


评论


来自火星的股神____名字被占了来自火星的股神____名字被占了

小子你想法挺危险的啊()

点赞0


评论


好奇的疾电猴422好奇的疾电猴422

emotion_ali做鬼脸

点赞0


评论


好奇的疾电猴422好奇的疾电猴422

回复 @武夷岩:

你这个,我试了……

然后……:

center_image

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

点赞0


评论


狐狸不困狐狸不困

挖坟

点赞0


评论


坦率的血翼蝠5801新号坦率的血翼蝠5801新号

ddd

点赞0


评论


稳重的超能鸭KLY稳重的超能鸭KLY

center_image

点赞0


评论


荔枝xi荔枝xi

考古()

点赞0


评论