猫史档案馆


好玩代码来咯!!!

用户:黑色中王牌黑色中王牌查看:0 回复:0 评论:0 创建时间:2022-07-11T20:29:55


world.querySelectorAll('player').forEach((e)=>{
    if(e.player.name == '人名'){
        e.player.skinInvisible.head = true;
        world.onTick(()=>{
            e.position.set(Math.floor(Math.random() * (1 - 255) + 255),Math.floor(Math.random() * (1 - 255) + 255), Math.floor(Math.random() * (1 - 255) + 255));
            e.player.color.set(Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10),Math.floor(Math.random() *10));

        })

    }
})


回复

上一页1 页 / 共 0下一页