//TwMS_v182.4_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 Scope
AutoLRICSEntry:
Cmp [Esp],01063B4D
Jne ICSReturn
Mov [Esp],AutoLRMain
ICSReturn:
Jmp GetFocus
AutoLRMain:
Cmp [AutoLRRange], 0
Je 01063B4D
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 0106409C
GoRight:
Mov [Ebp-10],00000001
Pop Eax
Jmp 0106409C
0193FBF0:
DD AutoLRICSEntry
[Disable]
0193FBF0:
DD GetFocus
Dealloc(AutoLRICSEntry)
Dealloc(AutoLRMain)
Dealloc(AutoLRRange)
Dealloc(AutoLRValue)
UnregisterSymbol(AutoLRRange)
UnregisterSymbol(AutoLRMain)
沒有留言:
張貼留言