추신 코드 스니펫
[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 였습니다
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22577 | |
| 61852 | 02-13 | 191 | ||
| 61851 | 02-10 | 599 | ||
| 61850 | 02-09 | 763 | ||
| 61849 | 02-09 | 862 | ||
| 61848 | 02-08 | 1193 | ||
| 61847 | 02-08 | 1097 | ||
| 61846 | 02-08 | 883 | ||
| 61845 | 02-08 | 1035 | ||
| 61844 | 02-08 | 1042 | ||
| 61843 | 02-07 | 1052 | ||
| 61842 | 02-06 | 1653 | ||
| 61841 | 02-03 | 1683 | ||
| 61840 | 02-02 | 2262 | ||
| 61839 | 02-01 | 2214 | ||
| 61838 | 02-01 | 2074 | ||
| 61837 | 02-01 | 1938 | ||
| 61836 | 01-29 | 2380 | ||
| 61835 | 01-29 | 2405 | ||
| 61834 | 01-28 | 2839 |
댓글3
지리네여 추천드립미다
여기서 주워다가 팔고있는거 개추 ㅋㅋㅋ
감사합니다!!!!!!!!!!!!!!!!!