prt 發表於 2024-5-5 19:55:15

TwMs v260.4 人物左右走

//TwMs v260.4 人物左右走

Alloc(AutoLRICSEntry,128,140E546F0)
Alloc(AutoLRRange,08,140E546F0)
Alloc(AutoLRMain,256,140E546F0)
Alloc(AutoLRValue,08,140E546F0)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)


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

AutoLRICSEntry:
push rax
mov rax,140E546F0
cmp ,rax
jne ICSReturn
mov rax,AutoLRMain
mov ,rax
ICSReturn:
pop rax
jmp GetFocus

AutoLRMain:
cmp , 0
je 140E546F0
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 140E5471F

GoRight:
mov byte ptr ,00
mov ,01
jmp 140E5471F


1477DF4F0:
DQ AutoLRICSEntry


1477DF4F0:
DQ GetFocus

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