- UID
- 123444
- 帖子
- 557
- 主題
- 42
- 精華
- 0
- 積分
- 682
- 楓幣
- 7536
- 威望
- 285
- 存款
- 0
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 151
- 閱讀權限
- 150
- 在線時間
- 433 小時
- 註冊時間
- 2015-12-11
- 最後登入
- 2024-9-17
|
本帖最後由 verywant 於 2019-9-12 12:43 編輯
//TwMs v219.1 [CRC] 瞬移到XY
//Author:不知,CMS更新來
[ENABLE]
alloc(Teleport,256)
label(Teleport_End)
CreateThread(Teleport)
Teleport:
mov esi,[03B21C0C]
lea ecx,[esi+04]
mov eax,[esi+04]
mov eax,[eax+20]
call eax
test eax,eax
je Teleport_End
push #0// Y
push #0// X
push 00
mov ecx,eax
call 009BE3E0
Teleport_End:
ret
[DISABLE]
dealloc(Teleport)
|
|