- UID
- 17135
- 帖子
- 667
- 主題
- 274
- 精華
- 0
- 積分
- 390
- 楓幣
- 6907
- 威望
- 335
- 存款
- 3034
- 贊助金額
- 0
- 推廣
- 0
- GP
- 305
- 閱讀權限
- 30
- 性別
- 男
- 在線時間
- 1092 小時
- 註冊時間
- 2012-11-11
- 最後登入
- 2024-9-30
|
- //TwMs v227.2 CRC 人物定點瞬移[開啟執行一次]
- [ENABLE]
- alloc(Teleport,256)
- label(Teleport_End)
- CreateThread(Teleport)
- Teleport:
- push eax
- mov esi,[042321EC]
- lea ecx,[esi+04]
- mov eax,[esi+04]
- mov eax,[eax+24]
- call eax
- test eax,eax
- je Teleport_End
- push 00000000 //人物Y座標
- push 00000000 //人物X座標
- push 00
- mov ecx,eax
- call 00B44200
- pop eax
- jmp Teleport_End
- Teleport_End:
- ret
- [DISABLE]
- dealloc(Teleport)
複製代碼 |
-
總評分: 彩票 + 2
查看全部評分
|