冰楓論壇

標題: TwMs v263.1 人物左右走 [打印本頁]

作者: prt    時間: 2024-8-5 01:20
標題: TwMs v263.1 人物左右走
  1. //TwMs v263.1 人物左右走
  2. [ENABLE]
  3. Alloc(AutoLRICSEntry,128,140F7A750)
  4. Alloc(AutoLRRange,08,140F7A750)
  5. Alloc(AutoLRMain,256,140F7A750)
  6. Alloc(AutoLRValue,08,140F7A750)
  7. Label(ICSReturn)
  8. Label(GoLeft)
  9. Label(GoRight)


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

  12. AutoLRICSEntry:
  13. push rax
  14. mov rax,140F7A750
  15. cmp [rsp+08],rax
  16. jne ICSReturn
  17. mov rax,AutoLRMain
  18. mov [rsp+08],rax
  19. ICSReturn:
  20. pop rax
  21. jmp GetFocus

  22. AutoLRMain:
  23. cmp [AutoLRRange], 0
  24. je 140F7A750
  25. inc [AutoLRValue]
  26. mov eax,[AutoLRRange]
  27. cmp eax,[AutoLRValue]
  28. jge GoLeft
  29. add eax,[AutoLRRange]
  30. cmp eax,[AutoLRValue]
  31. jge GoRight
  32. mov [AutoLRValue],1
  33. jmp GoLeft

  34. GoLeft:
  35. mov byte ptr [rbp-0A],00
  36. mov [rbp+000000E0],FFFFFFFF
  37. jmp 140F7A77F

  38. GoRight:
  39. mov byte ptr [rbp-0A],00
  40. mov [rbp+000000E0],01
  41. jmp 140F7A77F


  42. 147B732E0:
  43. DQ AutoLRICSEntry

  44. [DISABLE]
  45. 147B732E0:
  46. DQ GetFocus

  47. DeAlloc(AutoLRMain)
  48. DeAlloc(AutoLRValue)
  49. DeAlloc(AutoLRRange)
  50. DeAlloc(AutoLRICSEntry)
複製代碼

作者: dgqweasdzxc    時間: 2024-8-6 11:04

下面 代码的 X地址怎么查找,通过特征码找不到,大大可以告知怎么找吗?
牆值左右走
[ENABLE]
Alloc(AutoLRICSEntry,128,140F7A750)
Alloc(AutoLRMain,256,140F7A750)
Alloc(MyLR,08,140F7A750)
Label(GetWall)
Label(GetChrX)
Label(ICSReturn)
Label(GoLeft)
Label(GoRight)

MyLR:
DQ 1

AutoLRICSEntry:
push rax
mov rax,140F7A750
cmp [rsp+08],rax
jne ICSReturn
mov rax,AutoLRMain
mov [rsp+08],rax
ICSReturn:
pop rax
jmp GetFocus

AutoLRMain:
call GetWall
mov byte ptr [rbp-0A],00
mov [rbp+000000E0],eax
xor rcx,rcx
xor rbx,rbx
xor rax,rax
jmp 140F7A77F

GetWall:
call GetChrX
mov rcx,[X]
mov ebx,[rcx+18]
sub eax,ebx
cmp eax,32
jle GoRight
call GetChrX
mov rcx,[X]
mov ebx,[rcx+20]
sub ebx,eax
cmp ebx,20
jle GoLeft
mov eax,[MyLR]
ret

GoLeft:
Mov [MyLR],FFFFFFFF
Mov Eax,FFFFFFFF
Ret

GoRight:
Mov [MyLR],1
Mov Eax,1
Ret

GetChrX:
mov rax,[14785AB18]
mov rax,[rax+00019E98]
mov rax,[rax+D8]
mov rax,[rax+58]
mov rax,[rax+80]
ret


147B732E0:
DQ AutoLRICSEntry

[DISABLE]
147B732E0:
DQ GetFocus

DeAlloc(AutoLRMain)
DeAlloc(AutoLRValue)
DeAlloc(AutoLRRange)
DeAlloc(AutoLRICSEntry)




歡迎光臨 冰楓論壇 (https://bingfong.com/) Powered by 冰楓