//TwMS_v182.3_ICS_人物左右走
//更新:Boby
[Enable]
RegisterSymbol(AutoLRMain)
RegisterSymbol(AutoLRRange)
Alloc(AutoLRICSEntry, 64)
Alloc(AutoLRRange, 4)
Alloc(AutoLRValue, 4)
Alloc(AutoLRMain, 128)
Label(GoLeft)
Label(GoRight)
Label(ICSReturn)
AutoLRRange:
DD #10
AutoLRICSEntry:
Cmp [Esp],01063BD6
Jne ICSReturn
Mov [Esp],AutoLRMain
ICSReturn:
Jmp GetFocus
AutoLRMain:
Cmp [AutoLRRange], 0
Je 01063BD6
Push Eax
Inc [AutoLRValue]
Mov Eax, [AutoLRRange]
Cmp Eax, [AutoLRValue]
Jge GoLeft
Add Eax, [AutoLRRange]
Cmp Eax, [AutoLRValue]
Jge GoRight
Mov [AutoLRValue], 1
Jmp GoLeft
GoLeft:
Mov [Ebp-10],FFFFFFFF
Pop Eax
jmp 01064125
GoRight:
Mov [Ebp-10],00000001
Pop Eax
Jmp 01064125
0193FBF0:
DD AutoLRICSEntry
[Disable]
0193FBF0:
DD GetFocus
Dealloc(AutoLRICSEntry)
Dealloc(AutoLRMain)
Dealloc(AutoLRRange)
Dealloc(AutoLRValue)
UnregisterSymbol(AutoLRRange)
UnregisterSymbol(AutoLRMain)
沒有留言:
張貼留言