추신 코드 스니펫
[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 였습니다
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 54840 | 03-21 | 823 | ||
| 54839 | 03-21 | 1164 | ||
| 54838 | 03-21 | 1079 | ||
| 54837 | 03-21 | 1071 | ||
| 54836 | 03-21 | 1283 | ||
| 54835 | 03-21 | 1321 | ||
| 54834 | 03-21 | 972 | ||
| 54833 | 03-21 | 816 | ||
| 54832 | 03-21 | 723 | ||
| 54831 | 03-21 | 863 | ||
| 54830 | 03-21 | 1061 | ||
| 54829 | 03-21 | 825 | ||
| 54828 | 03-21 | 795 | ||
| 54827 | 03-21 | 1059 | ||
| 54826 | 03-21 | 862 | ||
| 54825 | 03-21 | 1110 | ||
| 54824 | 03-21 | 884 | ||
| 54823 | 03-21 | 654 | ||
| 54822 | 03-21 | 753 | ||
| 54821 | 03-21 | 773 |
댓글3
지리네여 추천드립미다
여기서 주워다가 팔고있는거 개추 ㅋㅋㅋ
감사합니다!!!!!!!!!!!!!!!!!