
Lv.1
Everything happens for a reason.
签名:https://box3.codemao.cn/u/YDSyinzi
在 【box3】机关喵效果代码! 中回复
实体炮弹代码(简洁版)
world.onPlayerJoin(({entity})=>{
entity.a喵Tag(entity.player.name);
entity.enableDamage=true;
})
world.onPress(async({entity,button})=>{
if(button=="action0"){
var f=3;
a=world.createEntity();
a.mesh=world.querySelector(".pd").mesh;
a.meshScale=world.querySelector(".pd").meshScale;
a.a喵Tag("bullet");
a.owner=entity.player.name;
a.position.set(entity.position.x,entity.position.y+1.5,entity.position.z);
a.collides=true;
a.restitution=1;
a.fixed=false;
a.gravity=true;
var angx=Math.asin(entity.player.facingDirection.x)*180/Math.PI;
var angz=Math.acos(entity.player.facingDirection.z)*180/Math.PI;
a.velocity.x=f*Math.sin(angx*Math.PI/180);
a.velocity.z=f*Math.cos(angz*Math.PI/180);
a.velocity.y=0.3;
setTimeout(()=>{
a.destroy();
},2000)
}
})2020-08-27T06:57:21 点赞:1
在 啊啊啊啊啊啊啊啊啊啊啊!!!血衣木马!!!!!!!! 中回复
我给你解释下血衣的套路
血衣根本不会什么木马
就是利用小号博取图主信任
然后利用小号毁图
你把你”合作“里面有权限的人的名单发给我看看吧
2020-08-28T19:57:42 点赞:0
在 一脸懵逼,两脸懵逼,五脸懵逼,十脸懵逼,百脸懵逼,万脸懵逼,百万脸懵逼 中回复
你这会卡崩的
while(true){}都不写await sleep的吗
2020-08-29T07:01:13 点赞:0