发包方提交了项目

2022-01-15

审批通过,项目发布

2022-01-17

发包方选定承接人,项目进入开发

计划全部完成,项目完工

2022-02-27

网页小游戏辅助 弃标项目

发包方min1

其它分类项目

项目类型

待商议

项目预算

7天

预计开发时间

不限 不限

区域限制

项目内容描述

网址:https://miniroyale.io/

网页吃鸡小游戏做个外挂,自瞄,武器加倍伤害,我有一段代码,也可以帮忙完善

const onMovementUpdateAnimation = Movement.prototype.updateAnimation;

const HEAD_OFFSET = 0.4;
const RENDER_LINE_STEP = 0.001;
const RENDER_LINE_WIDTH = 0.03;
const RED_COLOR = new pc.Color(1, 0, 0);

function renderLine(application, from, to, color) {
for (let i = 0; i < RENDER_LINE_WIDTH; i += RENDER_LINE_STEP) {
const fromOffset = new pc.Vec3(from.x + i, from.y, from.z + i);
const toOffset = new pc.Vec3(to.x + i, (to.y - HEAD_OFFSET), to.z + i);

application.renderLine(fromOffset, toOffset, color);
}
}

Movement.prototype.updateAnimation = function () {
onMovementUpdateAnimation.apply(this, arguments);

const position = this.entity.getPosition().clone();
const enemies = this.playerManager.script.playerManager.players;

for (const enemy of enemies) {
renderLine(this.app, enemy.localPosition, position, RED_COLOR);
}
}
const onEnemyDamage = Enemy.prototype.damage;

const DAMAGE_X = 5;

Enemy.prototype.damage = function () {
for (let i = 0; i <= DAMAGE_X; i++) {
onEnemyDamage.apply(this, arguments);
}
};

 

竞标人数:4人 剩余竞标席位:26人

我要竞标

温馨提示:

1. SxSoft提供“在线担保”服务,项目款提前托管到平台,保障双方权益;

2. 线下交易产生的纠纷,本平台无法协助解决,无法保障到款;

3. 本平台服务费用为5%,行业内最低,保障最到位;

4.诱导发包方线下交易,会被平台封号

5. 很多接包方反映线下交易无法收到尾款。

如您有任何疑问,请咨询客服

客服QQ

客服1: 点击这里给我发消息

客服2: 点击这里给我发消息

客服邮箱