[ENABLE]
alloc(newmem,2048,GameAssembly.dll+3C10A35)
//Edit here↓
alloc(counter,4)
label(returnhere)
label(originalcode)
label(originalcode1)
label(exit)
newmem:
cmp [stop],1
je originalcode1
cmp [counter],15
je originalcode
inc [counter]
jmp returnhere
originalcode1:
movss [rbx+1C],xmm6
jmp returnhere
originalcode:
mov [counter],0
movss [rbx+1C],xmm5
exit:
jmp returnhere
GameAssembly.dll+3C10A35:
jmp newmem
returnhere:
[DISABLE]
dealloc(newmem)
dealloc(counter)
GameAssembly.dll+3C10A35:
movss [rbx+1C],xmm6
회복력잇는
전사 마법사만 ㄱㄴ
물약안써도 풀피됨
NGS는 알아서구하셈
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
57475 | 07-02 | 1317 | ||
57474 | 07-02 | 1392 | ||
57473 | 07-02 | 1289 | ||
57472 | 07-02 | 1092 | ||
57471 | 07-01 | 1616 | ||
57470 | 07-01 | 995 | ||
57469 | 06-30 | 1818 | ||
57468 | 06-30 | 1372 | ||
57467 | 06-30 | 1836 | ||
57466 | 06-30 | 1439 | ||
57465 | 본메 h삽니다+1 | 06-30 | 1003 | |
57464 | 06-30 | 715 | ||
57463 | 피o형o삽니다+1 | 06-30 | 696 | |
57462 | 06-30 | 754 | ||
57461 | 06-30 | 946 | ||
57460 | 06-29 | 992 | ||
57459 | 본메 h+2 | 06-29 | 1128 | |
57458 | 06-29 | 1613 | ||
57457 | 06-29 | 848 | ||
57456 | 06-29 | 663 |
댓글3
NGS도 공유가능하실까요 형님 ㅜㅜ
[ENABLE]
alloc(newmem,2048,GameAssembly.dll+3C10A35)
//Edit here↓
alloc(counter,4)
label(returnhere)
label(originalcode)
label(exit)
newmem:
cmp [counter],15
je originalcode
inc [counter]
jmp returnhere
originalcode:
mov [counter],0
movss [rbx+1C],xmm5
exit:
jmp returnhere
GameAssembly.dll+3C10A35:
jmp newmem
returnhere:
[DISABLE]
dealloc(newmem)
dealloc(counter)
GameAssembly.dll+3C10A35:
movss [rbx+1C],xmm6
행님 이거 치엔 보안팅은 안뜨게 만들었는데
어셈블 추가해서 적용해도 안먹히는데
어케해야되나요 ㅠㅠ