[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+142 | 10-20 | 19439 | |
59469 | 07:36 | 56 | ||
59468 | 04-20 | 220 | ||
59467 | 04-20 | 186 | ||
59466 | 04-20 | 182 | ||
59465 | 04-20 | 178 | ||
59464 | 04-20 | 187 | ||
59463 | 04-20 | 189 | ||
59462 | 04-20 | 347 | ||
59461 | 04-20 | 298 | ||
59460 | 04-20 | 243 | ||
59459 | 04-20 | 241 | ||
59458 | 04-20 | 347 | ||
59457 | 04-20 | 292 | ||
59456 | 04-20 | 307 | ||
59455 | 04-20 | 316 | ||
59454 | 04-19 | 295 | ||
59453 | 04-19 | 491 | ||
59452 | 04-19 | 358 | ||
59451 | 04-19 | 369 |
댓글2
-고정-
이거 머지?유저