추신 코드 스니펫
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
{$lua}
local function modify_buffer()
local buffer_data = readString(RDX + 0x20, R8)
local name_size = readInteger(R9 + 0x10)
local script_name = readString(R9 + 0x14, name_size * 2, true)
local my_script_path = ("C:\\Dump\\%s.lua"):format(script_name)
local file = io.open(my_script_path, "w+")
if file then
file:write(buffer_data)
file:close()
printf("Dumped script at: %s", my_script_path)
end
end
openProcess("msw.exe")
debug_setBreakpoint(getAddress("GameAssembly.dll+2E69360"), modify_buffer)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
질문들이 많아서 그냥 여따가 올립니다
이상 12340g 였습니다
랜계님이 올린그대로 따라했습니다 근데 덤프 폴더안에 저장이 안되네요 ㅠㅠ 브포값은 당연히 이번에 바뀐걸로 변경했습니다..뭐가문제일까요?ㅠㅠ
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55105 | 03-22 | 382 | ||
55104 | 03-22 | 424 | ||
55103 | 03-22 | 322 | ||
55102 | 03-22 | 397 | ||
55101 | 03-22 | 430 | ||
55100 | 03-22 | 307 | ||
55099 | 03-22 | 394 | ||
55098 | 03-22 | 322 | ||
55097 | 03-22 | 347 | ||
55096 | 03-22 | 404 | ||
55095 | 03-22 | 925 | ||
55094 | 03-22 | 503 | ||
55093 | 03-22 | 576 | ||
55092 | 03-22 | 414 | ||
55091 | 03-22 | 412 | ||
55090 | 03-22 | 383 | ||
55089 | 03-22 | 354 | ||
55088 | 03-22 | 356 | ||
55087 | 03-22 | 315 | ||
55086 | 03-22 | 622 |
댓글5
월드에서 덤프뜨고싶은 월드 접속은했음? 폴더는 만들어두고?
형 혹시 8번 enable 어딨는지 알려줄수있을까?
브포를 바꿔야지
메렌 실행시켜
그럼덤프떠짐
GameAssembly.dll+2E697B0