- UID
- 21539
- 帖子
- 3023
- 主題
- 1553
- 精華
- 0
- 積分
- 3616
- 楓幣
- 396
- 威望
- 3479
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 340
- 閱讀權限
- 90
- 在線時間
- 2730 小時
- 註冊時間
- 2013-1-30
- 最後登入
- 2024-11-10
|
本帖最後由 rhg59321 於 2022-10-27 22:39 編輯
// 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)
|
-
總評分: 彩票 + 1
查看全部評分
|