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
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+128 | 10-20 | 17071 | |
58379 | 00:30 | 157 | ||
58378 | 11-26 | 155 | ||
58377 | 11-26 | 185 | ||
58376 | 11-26 | 147 | ||
58375 | 11-26 | 168 | ||
58374 | 11-26 | 182 | ||
58373 | 11-26 | 246 | ||
58372 | 11-26 | 212 | ||
58371 | 11-26 | 290 | ||
58370 | 11-26 | 468 | ||
58369 | 11-25 | 594 | ||
58368 | 11-25 | 1158 | ||
58367 | 11-25 | 765 | ||
58366 | 11-25 | 692 | ||
58365 | 11-24 | 888 | ||
58364 | 11-24 | 1030 | ||
58363 | 11-24 | 1320 | ||
58362 | 11-23 | 1409 | ||
58361 | 11-23 | 1160 |
댓글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가능혀 ?