- UID
- 100875
- 帖子
- 1817
- 主題
- 1560
- 精華
- 0
- 積分
- 2344
- 楓幣
- 4365
- 威望
- 1612
- 存款
- 30000
- 贊助金額
- 2800
- 推廣
- 0
- GP
- 1872
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 646 小時
- 註冊時間
- 2015-4-27
- 最後登入
- 2024-11-4
|
- //TwMs v263.3 人物左右走
- [ENABLE]
- Alloc(AutoLRICSEntry,128,140F7B610)
- Alloc(AutoLRMain,256,140F7B610)
- Alloc(AutoLRRange,08,140F7B610)
- Alloc(AutoLRValue,08,140F7B610)
- Label(ICSReturn)
- Label(GoLeft)
- Label(GoRight)
- AutoLRRange:
- DQ #50 //此為左右走之範圍,請自行依需求設定。
- AutoLRICSEntry:
- push rax
- mov rax,140F7B610
- cmp [rsp+08],rax
- jne ICSReturn
- mov rax,AutoLRMain
- mov [rsp+08],rax
- ICSReturn:
- pop rax
- jmp GetFocus
- AutoLRMain:
- cmp [AutoLRRange],0
- je 140F7B610
- 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 byte ptr [rbp-0A],00
- mov [rbp+000000E0],FFFFFFFF
- jmp 140F7B63F
- GoRight:
- mov byte ptr [rbp-0A],00
- mov [rbp+000000E0],01
- jmp 140F7B63F
- 147B78370:
- DQ AutoLRICSEntry
- [DISABLE]
- 147B78370:
- DQ GetFocus
- DeAlloc(AutoLRICSEntry)
- DeAlloc(AutoLRMain)
- DeAlloc(AutoLRRange)
- DeAlloc(AutoLRValue)
複製代碼 |
|