[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+146 | 10-20 | 20317 | |
60316 | 03:45 | 80 | ||
60315 | 00:15 | 130 | ||
60314 | 00:15 | 68 | ||
60313 | 06-07 | 193 | ||
60312 | 06-07 | 150 | ||
60311 | 06-07 | 255 | ||
60310 | 06-07 | 166 | ||
60309 | 06-07 | 137 | ||
60308 | 06-07 | 210 | ||
60307 | 06-07 | 116 | ||
60306 | 06-07 | 180 | ||
60305 | 06-07 | 107 | ||
60304 | 06-07 | 180 | ||
60303 | 06-07 | 125 | ||
60302 | 06-07 | 131 | ||
60301 | 06-07 | 191 | ||
60300 | 06-07 | 213 | ||
60299 | 06-07 | 257 | ||
60298 | 06-07 | 335 |
댓글2
-고정-
이거 머지?유저