[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는 알아서구하셈
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22247 | |
| 61745 | 05:38 | 23 | ||
| 61744 | 03:08 | 53 | ||
| 61743 | 00:29 | 74 | ||
| 61742 | 11-30 | 87 | ||
| 61741 | 11-30 | 91 | ||
| 61740 | 11-30 | 116 | ||
| 61739 | 11-30 | 107 | ||
| 61738 | 11-30 | 101 | ||
| 61737 | 11-30 | 82 | ||
| 61736 | 11-30 | 84 | ||
| 61735 | 11-30 | 208 | ||
| 61734 | 11-30 | 207 | ||
| 61733 | 11-30 | 233 | ||
| 61732 | 11-30 | 232 | ||
| 61731 | 11-30 | 215 | ||
| 61730 | 11-29 | 272 | ||
| 61729 | 11-29 | 312 | ||
| 61728 | 11-29 | 293 | ||
| 61727 | 11-29 | 546 |
댓글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
행님 이거 치엔 보안팅은 안뜨게 만들었는데
어셈블 추가해서 적용해도 안먹히는데
어케해야되나요 ㅠㅠ