- UID
- 175467
- 帖子
- 24455
- 主題
- 1251
- 精華
- 0
- 積分
- 3004
- 楓幣
- 4671
- 威望
- 2422
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6044
- 閱讀權限
- 150
- 在線時間
- 4136 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2024-11-14
|
//TwMs v254.4 人物左右走
[ENABLE]
Alloc(AutoLRICSEntry,128,140C20C38)
Alloc(AutoLRRange,08,140C20C38)
Alloc(AutoLRMain,256,140C20C38)
Alloc(AutoLRValue,08,140C20C38)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)
AutoLRRange:
DQ A //16進制 A=10 設置0為不左右走
AutoLRICSEntry:
push rax
mov rax,140C20C38
cmp [rsp+08],rax
jne ICSReturn
mov rax,AutoLRMain
mov [rsp+08],rax
ICSReturn:
pop rax
jmp GetFocus
AutoLRMain:
cmp [AutoLRRange], 0
je 140C20C38
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 [rbp-12],r14l
mov [rbp+000000CC],FFFFFFFF
jmp 140C20C67
GoRight:
mov [rbp-12],r14l
mov [rbp+000000CC],1
jmp 140C20C67
146C94630:
DQ AutoLRICSEntry
[DISABLE]
146C94630:
DQ GetFocus
DeAlloc(AutoLRMain)
DeAlloc(AutoLRValue)
DeAlloc(AutoLRRange)
DeAlloc(AutoLRICSEntry)
|
-
總評分: 彩票 + 1
查看全部評分
|