prt 發表於 2025-7-26 23:14:58

TwMs v271.5 人物左右走

//TwMs v271.5 人物左右走

Alloc(AutoLRICSEntry,128,141420C07)
Alloc(AutoLRRange,08,141420C07)
Alloc(AutoLRMain,256,141420C07)
Alloc(AutoLRValue,08,141420C07)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)


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

AutoLRICSEntry:
push rax
mov rax,141420C07
cmp ,rax
jne ICSReturn
mov rax,AutoLRMain
mov ,rax
ICSReturn:
pop rax
jmp GetFocus

AutoLRMain:
cmp , 0
je 141420C07
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 141420C33

GoRight:
mov byte ptr ,00
mov ,01
jmp 141420C33


1493D4930:
DQ AutoLRICSEntry


1493D4930:
DQ GetFocus

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