aperturegoomba 發表於 2026-3-12 10:12:55

使用 AOB 更新這些腳本 Artale Global

我更新Artale Global的腳本遇到了困難,有人能幫忙嗎?我只有CPU hack功能 :(

請並謝謝你


[*]define(address,"GameAssembly.dll"+3D903AA)
[*]define(bytes,F3 44 0F 11 83 34 01 00 00)
[*]
[*]
[*]
[*]assert(address,bytes)
[*]alloc(newmem,$1000,"GameAssembly.dll"+3D903AA)
[*]
[*]label(code)
[*]label(return)
[*]
[*]newmem:
[*]//F3 0F 11 BB 30 01 00 00 F3 44 0F 11 83 34 01 00 00 33 D2 48 8B CB
[*]code:
[*]  movss ,xmm7
[*]  movss ,xmm8
[*]  jmp return
[*]
[*]address:
[*]  jmp newmem
[*]  nop 4
[*]return:
[*]
[*]
[*]
[*]address:
[*]  db bytes
[*]  // movss ,xmm8
[*]dealloc(newmem)

——————
//Suck the monster to 0,0alloc(newmem,2048,"GameAssembly.dll"+32CB06D)Label (return here)Label (original code)Label (exit)
newmem:Cmp , 1your original codeMovsd ,xmm3Jmp exit
original code:Movsd ,xmm0
exit:Jmp return here
"GameAssembly.dll"+32CB06D:JMP newmemReturn here:


dealloc(newmem)"GameAssembly.dll"+32CB06D:db F2 0F 11 45 F0//movsd ,xmm0
——————-
GameAssembly.dll+33957BF:db 75GameAssembly.dll+33957BF:db 74

發表於 2026-3-12 14:02:19

有些版本變動太大不能單純用AOB更新
真找不到請直接用CE重新找位置更新

aperturegoomba 發表於 2026-3-12 15:27:42

遊客 .x 發表於 2026-3-12 14:02 static/image/common/back.gif
有些版本變動太大不能單純用AOB更新
真找不到請直接用CE重新找位置更新

如果基底位址加偏移量現在指向不同的位址,我該​​如何找到目標位置?例如,Godmode 之前是 TrySteal,但我認為這是錯誤的!
頁: [1]
查看完整版本: 使用 AOB 更新這些腳本 Artale Global