- UID
- 119417
- 帖子
- 10914
- 主題
- 4238
- 精華
- 0
- 積分
- 5308
- 楓幣
- 12830
- 威望
- 5212
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 2439
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1922 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-4
|
- //TwMs v262.2 人物左右走
- [ENABLE]
- Alloc(AutoLRICSEntry,128,140F74920)
- Alloc(AutoLRRange,08,140F74920)
- Alloc(AutoLRMain,256,140F74920)
- Alloc(AutoLRValue,08,140F74920)
- Label(ICSReturn)
- Label(GoLeft)
- Label(GoRight)
- AutoLRRange:
- DQ A //16進制 A=10 設置0為不左右走
- AutoLRICSEntry:
- push rax
- mov rax,140F74920
- cmp [rsp+08],rax
- jne ICSReturn
- mov rax,AutoLRMain
- mov [rsp+08],rax
- ICSReturn:
- pop rax
- jmp GetFocus
- AutoLRMain:
- cmp [AutoLRRange], 0
- je 140F74920
- 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 140F7494F
- GoRight:
- mov byte ptr [rbp-0A],00
- mov [rbp+000000E0],01
- jmp 140F7494F
- 147B61B00:
- DQ AutoLRICSEntry
- [DISABLE]
- 147B61B00:
- DQ GetFocus
- DeAlloc(AutoLRMain)
- DeAlloc(AutoLRValue)
- DeAlloc(AutoLRRange)
- DeAlloc(AutoLRICSEntry)
複製代碼 |
|