TwMS ALL_ICS_全圖打怪
//TwMS ALL_ICS_全圖打怪
//Auther:HaHaYo
[Enable]
RegisterSymbol(FullMapICS)
CreateThread(FullMapICS)
Alloc(FullMapICS,512)
RegisterSymbol(FullMapEspCheck)
Alloc(FullMapEspCheck, 04)
RegisterSymbol(FullMapIcsAdr)
Alloc(FullMapIcsAdr, 04)
RegisterSymbol(FullMapJmpAdr)
Alloc(FullMapJmpAdr, 04)
Label(SearchFullMapAOB)
Label(StartFullMapHook)
Label(FullMapICSICS)
FullMapICS:
mov eax, 005A0000
jmp SearchFullMapAOB
SearchFullMapAOB:
cmp [eax], 458BC9EB
je StartFullMapHook
inc eax
cmp eax, 00700000
jle SearchFullMapAOB
ret
StartFullMapHook:
Lea Ebx,[Eax-0A]
Mov [FullMapEspCheck], Ebx
Add Ebx,0c
Mov [FullMapJmpAdr],Ebx
Lea Ebx,[Eax-0E]
Mov Ebx,[Ebx]
Mov [FullMapIcsAdr],Ebx
Lea Eax, [FullMapICSICS]
Mov [Ebx], Eax
Ret
FullMapICSICS:
Mov Eax, [FullMapEspCheck]
Cmp [Esp], Eax
Jne IntersectRect
Add Esp, 4
Call IntersectRect
Test Eax, Eax
Push [FullMapJmpAdr]
Ret
[Disable]
怎樣使用?
回覆刪除