[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
48598 | 03-03 | 358 | ||
48597 | 생성랜계 ㅍㅍㅍ+6 | 03-03 | 326 | |
48596 | 03-03 | 324 | ||
48595 | 03-03 | 241 | ||
48594 | 03-03 | 432 | ||
48593 | 03-03 | 285 | ||
48592 | 03-03 | 269 | ||
48591 | 03-03 | 433 | ||
48590 | 03-03 | 282 | ||
48589 | 03-03 | 407 | ||
48588 | 03-03 | 274 | ||
48587 | 03-03 | 257 | ||
48586 | 03-03 | 1005 | ||
48585 | 03-03 | 555 | ||
48584 | 03-03 | 289 | ||
48583 | 03-03 | 683 | ||
48582 | 03-03 | 393 | ||
48581 | 03-03 | 428 | ||
48580 | 03-03 | 297 | ||
48579 | 03-03 | 752 |
댓글2
-고정-
이거 머지?유저