[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+129 | 10-20 | 17406 | |
58504 | 12-24 | 88 | ||
58503 | 12-24 | 112 | ||
58502 | 12-24 | 154 | ||
58501 | 12-24 | 149 | ||
58500 | 12-24 | 198 | ||
58499 | 12-24 | 177 | ||
58498 | 12-24 | 290 | ||
58497 | 12-24 | 327 | ||
58496 | 12-24 | 331 | ||
58495 | 12-23 | 418 | ||
58494 | 12-23 | 405 | ||
58493 | 12-23 | 461 | ||
58492 | 12-23 | 449 | ||
58491 | 12-23 | 613 | ||
58490 | 12-22 | 916 | ||
58489 | 12-22 | 715 | ||
58488 | 12-22 | 860 | ||
58487 | 12-22 | 891 | ||
58486 | 12-21 | 952 |
댓글2
-고정-
이거 머지?유저