[ENABLE]
alloc(pplthread,0x200,GameAssembly.dll)
alloc(pplvalue,0x20,GameAssembly.dll)
alloc(pplfilter,0x20,GameAssembly.dll)
label(retr)
label(filter)
registersymbol(pplthread)
registersymbol(pplvalue)
registersymbol(pplfilter)
createthread(pplthread)
pplthread:
push rdi
push rcx
push rax
sub rsp,38
call GameAssembly.dll+6CDB10 // Cinemachine.CinemachineCore.get_Instance() -> return instance
mov rdi,[rax+18] // rax = instance
mov rcx,[rdi+18]
mov [pplvalue],rcx // 본인 포함 인원
dec ecx // -1
cmp ecx,0
jne filter // 나를 제외한 인원이 있을경우 filter로 운지!
mov [pplfilter],0
retr:
mov ecx,#300
call Sleep
add rsp,38
pop rax
pop rcx
pop rdi
jmp pplthread
filter:
mov [pplfilter],1
jmp retr
[DISABLE]| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 48580 | 03-03 | 467 | ||
| 48579 | 03-03 | 699 | ||
| 48578 | 03-03 | 455 | ||
| 48577 | 03-03 | 445 | ||
| 48576 | 03-03 | 1334 | ||
| 48575 | 03-03 | 961 | ||
| 48574 | 03-03 | 476 | ||
| 48573 | 03-03 | 1056 | ||
| 48572 | 03-03 | 584 | ||
| 48571 | 03-03 | 703 | ||
| 48570 | 03-03 | 490 | ||
| 48569 | 03-03 | 1080 | ||
| 48568 | 03-03 | 543 | ||
| 48567 | 03-03 | 769 | ||
| 48566 | 03-03 | 1233 | ||
| 48565 | 03-03 | 494 | ||
| 48564 | 03-03 | 455 | ||
| 48563 | 03-03 | 546 | ||
| 48562 | 생계 ㅅㅅㅅ+2 | 03-03 | 1185 | |
| 48561 | 03-03 | 422 |
댓글2
-고정-
이거 머지?유저