求CRC定點瞬移
求CRC定點瞬移// TwMS v230.2 CRC 定點瞬移
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 00000000 // Y
push 00000000 // X
push 00
mov ecx,eax
call 00B77C00
Teleport_End:
ret
DeAlloc(Teleport)
頁:
[1]