- UID
- 191737
- 帖子
- 322
- 主題
- 52
- 精華
- 0
- 積分
- 148
- 楓幣
- 756
- 威望
- 131
- 存款
- 2601
- 贊助金額
- 0
- 推廣
- 1
- GP
- 53
- 閱讀權限
- 20
- 在線時間
- 332 小時
- 註冊時間
- 2017-6-13
- 最後登入
- 2024-11-24
|
本帖最後由 u11334342 於 2024-3-19 14:16 編輯
原本想從舊版本更新定點順移,但是用AOB查找更新的位址時只找到最下面calls那行代碼的位址,mov rcx,[14721C5D8]這裡是我觀察到登記找路的代碼和順移很像,就拿來試試,結果真的成功,但現在問題是關閉數據後會造成遊戲直接結束,想請問是哪裡出了問題,以下是我更新後的代碼:
//TwMs v259.5 定點瞬移
[ENABLE]
CreateThread(Teleport)
Alloc(Teleport,256,MapleStory.exe)
Label(Teleport_End)
Teleport:
mov rcx,[14721C5D8]
lea rcx,[rcx+08]
mov rax,[rcx]
call qword ptr [rax+48]
test rax,rax
je Teleport_End
mov r9d,00000000 // Y座標
mov r8d,00000000 // X座標
mov rcx,rax
xor edx,edx
inc edx
call 140D0FDB0
Teleport_End:
ret
[DISABLE]
DeAlloc(Teleport)
最後在順便問一下pointer怎麼更新....想求259.5的人物XY
|
|