- UID
- 19632
- 帖子
- 2073
- 主題
- 352
- 精華
- 0
- 積分
- 600
- 楓幣
- 59
- 威望
- 123
- 存款
- 0
- 贊助金額
- 1500
- 推廣
- 5
- GP
- 11
- 閱讀權限
- 180
- 性別
- 男
- 在線時間
- 2035 小時
- 註冊時間
- 2013-1-6
- 最後登入
- 2024-9-22
|
- //TwMs v196.2_ICS_人物左右走
- [ENABLE]
- Alloc(AutoLRICSEntry, 64)
- Label(ICSReturn)
- RegisterSymbol(AutoLRMain)
- Alloc(AutoLRMain, 128)
- Label(GoLeft)
- Label(GoRight)
- RegisterSymbol(AutoLRRange)
- Alloc(AutoLRRange, 4)
- Alloc(AutoLRValue, 4)
- AutoLRRange:
- DD A
- AutoLRICSEntry:
- Cmp [Esp], 012F4F9A //3b 45 ?? 0f 85 ?? ?? ?? ?? 8b 0d ?? ?? ?? ?? e8 ?? ?? ?? ?? 85 c0 0f 84 ?? ?? ?? ?? 39 35
- Jne ICSReturn
- Mov [Esp], AutoLRMain
- ICSReturn:
- Jmp GetFocus
- AutoLRMain:
- Cmp [AutoLRRange], 0
- Je 012F4F9A //add1
- 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 012F5517 //add1 + 5 > getoffset
- GoRight:
- Mov [Ebp-10], 00000001
- Pop Eax
- Jmp 012F5517 //add1 + 5 > getoffset
- 02157888: //add1 - 4 > read
- DD AutoLRICSEntry
- [DISABLE]
- 02157888:
- DD GetFocus
- Dealloc(AutoLRICSEntry)
- UnregisterSymbol(AutoLRMain)
- Dealloc(AutoLRMain)
- UnregisterSymbol(AutoLRRange)
- Dealloc(AutoLRRange)
- Dealloc(AutoLRValue)
複製代碼 |
|