alloc(HPFreeze,0x200,gameassembly.dll)
alloc(LocalEntities_Instance,0x20,gameassembly.dll)
registersymbol(HPFreeze)
CreateThread(HPFreeze)
// LocalEntities_Instance 알잘딱 가져와라 이기야~
HPFreeze:
push rcx
push rdx
push rdi
push rbx
push r8
sub rsp,38
xor r8,r8
mov rcx,[LocalEntities_Instance]
mov rdx,[rdx+160]
call GameAssembly.dll+3192F60 // (a1 = instance, a2 = maxhp, a3 = 0)
add rsp,38
pop r8
pop rbx
pop rdi
pop rdx
pop rcx
jmp HPFreeze| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 52247 | 03-11 | 999 | ||
| 52246 | 03-11 | 966 | ||
| 52245 | 03-11 | 1231 | ||
| 52244 | 기타템 스트립트+9 | 03-11 | 1368 | |
| 52243 | 03-11 | 516 | ||
| 52242 | 03-11 | 602 | ||
| 52241 | 03-11 | 658 | ||
| 52240 | 03-11 | 755 | ||
| 52239 | 03-11 | 607 | ||
| 52238 | 03-11 | 585 | ||
| 52237 | 03-11 | 561 | ||
| 52236 | 03-11 | 849 | ||
| 52235 | 03-11 | 836 | ||
| 52234 | 03-11 | 523 | ||
| 52233 | 03-11 | 1515 | ||
| 52232 | 03-11 | 487 | ||
| 52231 | 03-11 | 549 | ||
| 52230 | 03-11 | 497 | ||
| 52229 | 03-11 | 815 | ||
| 52228 | 03-11 | 539 |
댓글7
mov rdx,[rdx+160] 을 mov rdx,[rcx+160] 로 바꿔라 이기야
mov rcx,[LocalEntities_Instance]
mov rdx,[rcx+160] // rdx = max hp , [rcx + 0x168] = current hp
ㅠ 외계언가요
이야 준식씨 어제부터 열일해주노
ㅖㅏ 딱좋노!
스크립트 말고 어셈블리로 하면 장점이 더 있는가요 혹시
형혹시 11가능혀 ?