- UID
- 127666
- 帖子
- 2680
- 主題
- 418
- 精華
- 0
- 積分
- 1581
- 楓幣
- 4440
- 威望
- 1118
- 存款
- 7341
- 贊助金額
- 1500
- 推廣
- 22
- GP
- 4548
- 閱讀權限
- 150
- 在線時間
- 1758 小時
- 註冊時間
- 2016-1-30
- 最後登入
- 2024-11-1
|
https://bingfong.com/thread-1871672-1-1.html
// TwMs v247.1 人物左右走
[ENABLE]
Alloc(AutoLRICSEntry,128,147869E90)
Alloc(AutoLRRange,08,147869E90)
Alloc(AutoLRMain,256,147869E90)
Alloc(AutoLRValue,08,147869E90)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)
AutoLRRange:
DQ A //16進制 A=10 設置0為不左右走
AutoLRICSEntry:
push rax
mov rax,140A86ED3
cmp [rsp+08],rax
jne ICSReturn
mov rax,AutoLRMain
mov [rsp+08],rax
ICSReturn:
pop rax
jmp GetFocus
AutoLRMain:
cmp [AutoLRRange], 0
je 140A86ED3
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 r14l,r14l
mov [rsp+50],FFFFFFFF
jmp 140A86EF5
GoRight:
xor r14l,r14l
mov [rsp+50],1
jmp 140A86EF5
147869E90:
DQ AutoLRICSEntry
[DISABLE]
147869E90:
DQ GetFocus
DeAlloc(AutoLRMain)
DeAlloc(AutoLRValue)
DeAlloc(AutoLRRange)
DeAlloc(AutoLRICSEntry) |
|