冰楓論壇
標題:
TwMS v206.1 CRC 取得人物經驗、等級
[打印本頁]
作者:
prt
時間:
2018-4-13 17:25
標題:
TwMS v206.1 CRC 取得人物經驗、等級
//TwMS v206.1 CRC 取得人物經驗、等級
//Author:zeach01
[Enable]
RegisterSymbol(NowExp)
RegisterSymbol(MaxExp)
RegisterSymbol(NowLevel)
Alloc(NowExp,4)
Alloc(MaxExp,4)
Alloc(NowLevel,4)
Alloc(GetExp_Main,64)
Label(GetLevel)
021D45CA:
jmp GetExp_Main
GetExp_Main:
mov ecx,eax
mov [NowExp],eax
call 028D0280
movzx eax,bl
push eax
DB F2 0F 11 45 A8
call GetLevel
mov [MaxExp],eax
jmp 021D45DF
GetLevel:
push ebp
mov ebp,esp
mov edx,[ebp+08]
mov [NowLevel],edx
cmp edx,000000FA
jg 0083D0E8
mov eax,00000001
cmp edx,eax
cmovl edx,eax
mov eax,[edx*8+03643AE0]
mov edx,[edx*8+03643AE4]
pop ebp
ret
[Disable]
021D45CA:
DB 8B C8 E8 AF BC 6F 00
DeAlloc(NowExp)
DeAlloc(MaxExp)
DeAlloc(NowLevel)
UnRegisterSymbol(NowExp)
UnRegisterSymbol(MaxExp)
UnRegisterSymbol(NowLevel)
複製代碼
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓