- UID
- 119417
- 帖子
- 10914
- 主題
- 4238
- 精華
- 0
- 積分
- 5308
- 楓幣
- 12830
- 威望
- 5212
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 2439
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1921 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-2
|
本帖最後由 smilelin0419 於 2023-5-19 17:12 編輯
- //TwMs v252.3 人物左右走
- [ENABLE]
- Alloc(AutoLRICSEntry,128,140BBDAE6)
- Alloc(AutoLRRange,08,140BBDAE6)
- Alloc(AutoLRMain,256,140BBDAE6)
- Alloc(AutoLRValue,08,140BBDAE6)
- Label(ICSReturn)
- Label(GoLeft)
- Label(GoRight)
- AutoLRRange:
- DQ A //16進制 A=10 設置0為不左右走
- AutoLRICSEntry:
- push rax
- mov rax,140BBDAE6
- cmp [rsp+08],rax
- jne ICSReturn
- mov rax,AutoLRMain
- mov [rsp+08],rax
- ICSReturn:
- pop rax
- jmp GetFocus
- AutoLRMain:
- cmp [AutoLRRange], 0
- je 140BBDAE6
- inc [AutoLRValue]
- mov eax,[AutoLRRange]
- cmp eax,[AutoLRValue]
- jge GoLeft
- add eax,[AutoLRRange]
- cmp eax,[AutoLRValue]
- jge GoRight
- mov [AutoLRValue],1
- jmp GoLeft
- GoLeft:
- xor dil,dil
- mov [rbp+C4],FFFFFFFF
- jmp 140BBDB15
- GoRight:
- xor dil,dil
- mov [rbp+C4],1
- jmp 140BBDB15
- 1469E82D0:
- DQ AutoLRICSEntry
- [DISABLE]
- 1469E82D0:
- DQ GetFocus
- DeAlloc(AutoLRMain)
- DeAlloc(AutoLRValue)
- DeAlloc(AutoLRRange)
- DeAlloc(AutoLRICSEntry)
複製代碼<blockquote>//TwMs v252.3 人物左右走 |
-
總評分: 彩票 + 1
查看全部評分
|