TWMS v219.2 CRC 人物瞬移到XY
//TWMS v219.2 人物瞬移到XY//Author:不知,CMS更新來
alloc(Teleport,256)
label(Teleport_End)
CreateThread(Teleport)
Teleport:
mov esi,
lea ecx,
mov eax,
mov eax,
call eax
test eax,eax
je Teleport_End
push 000000C8或#200 // Y 例:#200轉換為16進位=000000C8
push #0// X
push 00
mov ecx,eax
call 009BE3E0
Teleport_End:
ret
dealloc(Teleport)
頁:
[1]