prt 發表於 2020-10-24 22:46:30

TwMS v229.2 CRC 定點瞬移

// TwMS v229.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 00B73C20

Teleport_End:
ret


dealloc(Teleport)
頁: [1]
查看完整版本: TwMS v229.2 CRC 定點瞬移