[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]
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
48959 | 03-03 | 178 | ||
48958 | 03-03 | 759 | ||
48957 | 03-03 | 256 | ||
48956 | 03-03 | 169 | ||
48955 | 03-03 | 471 | ||
48954 | 03-03 | 240 | ||
48953 | 03-03 | 166 | ||
48952 | 03-03 | 510 | ||
48951 | 03-03 | 192 | ||
48950 | 03-03 | 514 | ||
48949 | 03-03 | 410 | ||
48948 | 03-03 | 377 | ||
48947 | 신병입니다ㅠ+2 | 03-03 | 331 | |
48946 | 03-03 | 162 | ||
48945 | 03-03 | 197 | ||
48944 | 03-03 | 419 | ||
48943 | 03-03 | 173 | ||
48942 | 03-03 | 182 | ||
48941 | 03-03 | 178 | ||
48940 | 03-03 | 443 |
댓글2
-고정-
이거 머지?유저