[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는 알아서구하셈
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 59099 | 03-22 | 1547 | ||
| 59098 | 03-22 | 1150 | ||
| 59097 | 03-22 | 1265 | ||
| 59096 | 03-22 | 1062 | ||
| 59095 | ㅁㄹ H 삽니다+2 | 03-22 | 1094 | |
| 59094 | 03-22 | 1295 | ||
| 59093 | 03-22 | 1168 | ||
| 59092 | 03-22 | 1310 | ||
| 59091 | 03-21 | 1105 | ||
| 59090 | 03-21 | 1656 | ||
| 59089 | 03-21 | 1294 | ||
| 59088 | 03-21 | 1528 | ||
| 59087 | 03-21 | 1162 | ||
| 59086 | 03-21 | 1132 | ||
| 59085 | 03-21 | 1799 | ||
| 59084 | 03-21 | 1421 | ||
| 59083 | 03-21 | 1356 | ||
| 59082 | 03-21 | 1416 | ||
| 59081 | 03-21 | 1993 | ||
| 59080 | 03-21 | 2157 |
댓글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
행님 이거 치엔 보안팅은 안뜨게 만들었는데
어셈블 추가해서 적용해도 안먹히는데
어케해야되나요 ㅠㅠ