    
- UID
- 175467
- 帖子
- 24840
- 主題
- 1263
- 精華
- 0
- 積分
- 3087
- 楓幣
- 11974
- 威望
- 2490
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6196
- 閱讀權限
- 150
- 在線時間
- 4431 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2025-3-15
|
//TwMs v251.1 人物左右走+攻擊
[ENABLE]
Alloc(AutoLRICSEntry,128,148241D80)
Alloc(AutoLRRange,08,148241D80)
Alloc(AutoLRMain,256,148241D80)
Alloc(AutoLRValue,08,148241D80)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)
AutoLRRange:
DQ A //16進制 A=10 設置0為不左右走
AutoLRICSEntry:
push rax
mov rax,140BF7493
cmp [rsp+08],rax
jne ICSReturn
mov rax,AutoLRMain
mov [rsp+08],rax
ICSReturn:
pop rax
jmp GetFocus
AutoLRMain:
cmp [AutoLRRange], 0
je 140BF7493
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+60],FFFFFFFF
//自動攻擊 案C 可以改其他按鍵
mov r8, 002E0000 //C 改Ctrl 用 001D0030下一行用 mov edx,11
mov edx,43
mov rcx,[146744B98]
call 143F9E060
//自動攻擊
jmp 140BF74B5
GoRight:
xor r14l,r14l
mov [rsp+60],1
jmp 140BF74B5
148241D80:
DQ AutoLRICSEntry
[DISABLE]
148241D80:
DQ GetFocus
DeAlloc(AutoLRMain)
DeAlloc(AutoLRValue)
DeAlloc(AutoLRRange)
DeAlloc(AutoLRICSEntry)
|
-
總評分: 鑰匙 + 1
查看全部評分
|