TwMS v216.1 CRC Auto HP/MP
// TwMS v216.1 CRC Auto HP/MP// Update from GMS
alloc(HP,4)
alloc(MP,4)
alloc(CheckHP,128)
alloc(CheckMP,128)
alloc(PressKey,128)
label(HPReturn)
label(MPReturn)
define(HP_Value,#1000) //Define HP Trigger Here (Do not remove # tag)
define(MP_Value,#600) //Define MP Trigger Here (Do not remove # tag)
define(HealthKey,01520000) //HP Key--Insert
define(ManaKey,01510000) //MP Key--PgDown
HP:
dd HP_Value
MP:
dd MP_Value
CheckHP:
mov ,ebx
cmp esi,
jg HPReturn
pushad
mov edx,HealthKey
call PressKey
popad
jmp HPReturn
CheckMP:
mov ,edi
cmp esi,
jg MPReturn
pushad
mov edx,ManaKey
call PressKey
popad
jmp MPReturn
01FF8A4A:
jmp CheckHP
db 90
HPReturn:
01FF78FF:
jmp CheckMP
db 90
MPReturn:
PressKey:
mov esi,
mov ecx,
push edx
push 00
call 02601F90
ret
01FF8A4A:
mov ,ebx
01FF78FF:
mov ,edi
dealloc(HP)
dealloc(MP)
dealloc(CheckHP)
dealloc(CheckMP)
dealloc(UseHP)
dealloc(UseMP)
dealloc(PressKey)
頁:
[1]