游戏精英
 
- 贡献度
- 631
- 金元
- 17629
- 积分
- 4317
- 精华
- 3
- 注册时间
- 2008-1-21


|
比如带了一个移动+1的零件,实际效果会变成移动+3。
用处不是很大,随便改着玩 笑
零件效果3倍a
aobscanmodule(base1,srw30.exe,FE C3 80 FB 07)
[ENABLE]
globalalloc(myhook_5lingjian,$1000,srw30.exe)
label(s_exit)
define(tempa,myhook_5lingjian+0f00)
myhook_5lingjian:
mov rax,[rdi+648]
test rax,rax
je @s_end
mov rax,[rax+20]
test rax,rax
je @s_end
mov rax,[rdi+648]
mov rax,[rax+20]
lea rax,[rax+00000098]
cmp byte ptr [rax+48],00
jne @s_enemy
test byte ptr [rax+000000D7],01
jne @s_enemy
jmp @s_player
@s_enemy:
jmp @s_end
@s_player:
inc [tempa]
cmp [tempa],#3
jge @s_end
cmp rbx,rsi
jmp s_exit
@s_end:
mov [tempa],0
add rbx,04
cmp rbx,rsi
jmp s_exit
base1+60:
jmp myhook_5lingjian
nop
nop
s_exit:
[DISABLE]
base1+60:
add rbx,04
cmp rbx,rsi |
评分
-
1
查看全部评分
-
|