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