抱歉 大大 已換一種更改了
//版本:TWMS100
//數據名稱:攻擊不停
//代碼 00900642
//EIP : CSX
//更新 : newqqo
[Enable]
registersymbol(CSX)
alloc(CSX,128)
label(CSXReturn)
CSX: //CSEAX X
//攻擊不停
push eax
mov eax,[00AE62C4]
mov eax,[eax+2588]
cmp eax,2
pop eax
jg CSXReturn
//技能施放不停
push eax
mov eax,[00AE62C4]
mov eax,[eax+2598]
cmp eax,2
pop eax
jg CSXReturn
push eax
mov eax,[00AE62C4]
mov eax,[eax+0D6C]
cmp esi,eax
pop eax
jne CSXReturn
add eax,0a
jmp CSXReturn
CSXReturn:
mov [ebx], eax
jmp 00900644
[Disable]
unregistersymbol(CSX)
dealloc(CSX)