추신 코드 스니펫
[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 였습니다
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55353 | 03-25 | 916 | ||
55352 | 03-25 | 1081 | ||
55351 | 03-25 | 890 | ||
55350 | 로나개잘대노 ㅋ+2 | 03-25 | 1047 | |
55349 | 03-25 | 1155 | ||
55348 | 03-25 | 596 | ||
55347 | 03-25 | 1401 | ||
55346 | 03-25 | 1014 | ||
55345 | 03-25 | 781 | ||
55344 | 03-25 | 1231 | ||
55343 | 03-25 | 957 | ||
55342 | 03-25 | 899 | ||
55341 | 03-25 | 618 | ||
55340 | 03-25 | 663 | ||
55339 | 03-25 | 635 | ||
55338 | 03-25 | 618 | ||
55337 | 03-25 | 1019 | ||
55336 | 03-25 | 1123 | ||
55335 | 03-25 | 817 | ||
55334 | 03-25 | 623 |
댓글3
지리네여 추천드립미다
여기서 주워다가 팔고있는거 개추 ㅋㅋㅋ
감사합니다!!!!!!!!!!!!!!!!!