- UID
- 127666
- 帖子
- 2700
- 主題
- 418
- 精華
- 0
- 積分
- 1583
- 楓幣
- 4493
- 威望
- 1119
- 存款
- 7341
- 贊助金額
- 1500
- 推廣
- 22
- GP
- 4548
- 閱讀權限
- 150
- 在線時間
- 1770 小時
- 註冊時間
- 2016-1-30
- 最後登入
- 2024-11-9
|
其實我也不知道這有沒有用 就當作紀錄吧
我實力沒很好ˊ 想不到為什麼沒辦法一直自動過傳點
每過一次傳點需要自行移動一下才可以自動過傳點
再請各位高手幫我解答一下這個問題吧
這跟板上 https://bingfong.com/forum.php?mod=viewthread&tid=590399
內容不一樣噢
//TwMs V209.1 crc 登記找路
//update from GMS
[Enable]
Alloc(InGameRush, 128)
Alloc(TeleportToPortal, 128)
Label(Return)
Label(End)
01FD49BF:
jmp InGameRush
db 90
Return:
InGameRush:
push eax
call TeleportToPortal
mov [edi+00013BF4],eax
jmp Return
TeleportToPortal:
push ebp
mov ebp, esp
push esi
mov esi,[ebp+08]
test esi, esi
js End
mov ecx,[036D9A9C]
mov [ecx+00014958],1
mov ecx,[0393DE90]
mov eax,014D6890
push esi
xor edx, edx
call eax
test eax, eax
je End
push [eax+4]
mov ecx,[036D9A9C]
mov [ecx+00014958],1
mov eax,020B29F0
xor edx, edx
call eax
End:
mov eax, esi
pop esi
pop ebp
ret 0004
01FD49A4:
db 90 90
01182A4C:
db 90 90 90
db 90 90 90
db 90 90 90 90
db 90 90 90 90
0097A920:
db 90 90
[Disable]
01FD49BF:
mov [edi+00013BF4],eax
01FD49A4:
db 75 1F
01182A4C:
push 01
call 00980800
mov ecx,eax
call 024158A0
0097A920:
db 75 2C
DeAlloc(InGameRush)
DeAlloc(TeleportToPortal)
|
|