[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+156 | 10-20 | 21885 | |
61557 | 04:23 | 39 | ||
61556 | 00:23 | 124 | ||
61555 | 10-22 | 119 | ||
61554 | 10-22 | 183 | ||
61553 | 10-22 | 130 | ||
61552 | 10-22 | 298 | ||
61551 | 10-21 | 261 | ||
61550 | 10-21 | 284 | ||
61549 | 10-21 | 286 | ||
61548 | 10-21 | 324 | ||
61547 | 10-21 | 336 | ||
61546 | 10-21 | 382 | ||
61545 | 10-20 | 422 | ||
61544 | 10-20 | 517 | ||
61543 | 10-20 | 430 | ||
61542 | 10-20 | 419 | ||
61541 | 10-20 | 461 | ||
61540 | 10-20 | 539 | ||
61539 | 10-20 | 523 |
댓글2
-고정-
이거 머지?유저