prt 發表於 2025-4-2 05:30:28

TwMs v269.4 人物左右走

本帖最後由 prt 於 2025-4-4 22:45 編輯

//TwMs v269.4 人物左右走

Alloc(AutoLRICSEntry,128,14130BA5B)
Alloc(AutoLRRange,08,14130BA5B)
Alloc(AutoLRMain,256,14130BA5B)
Alloc(AutoLRValue,08,14130BA5B)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)


AutoLRRange:
DQ A  //16進制 A=10 設置0為不左右走

AutoLRICSEntry:
push rax
mov rax,14130BA5B
cmp ,rax
jne ICSReturn
mov rax,AutoLRMain
mov ,rax
ICSReturn:
pop rax
jmp GetFocus

AutoLRMain:
cmp , 0
je 14130BA5B
inc
mov eax,
cmp eax,
jge GoLeft
add eax,
cmp eax,
jge GoRight
mov ,1
jmp GoLeft

GoLeft:
mov byte ptr ,00
mov ,FFFFFFFF
jmp 14130BA8A

GoRight:
mov byte ptr ,00
mov ,01
jmp 14130BA8A


148E8C3C0:
DQ AutoLRICSEntry


148E8C3C0:
DQ GetFocus

DeAlloc(AutoLRMain)
DeAlloc(AutoLRValue)
DeAlloc(AutoLRRange)
DeAlloc(AutoLRICSEntry)
頁: [1]
查看完整版本: TwMs v269.4 人物左右走