공부해보고 싶은데 잘 알려주는 사람한텐 건빵 넉넉히 드림
리셀러들은 못하겠지만 찐탱이 없냐?>
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+156 | 10-20 | 21811 | |
61517 | 21:59 | 28 | ||
61516 | 20:00 | 39 | ||
61515 | 19:03 | 40 | ||
61514 | 18:10 | 84 | ||
61513 | 12:33 | 141 | ||
61512 | 09:36 | 154 | ||
61511 | 08:10 | 129 | ||
61510 | 10-13 | 225 | ||
61509 | 10-13 | 271 | ||
61508 | 10-13 | 201 | ||
61507 | 10-13 | 219 | ||
61506 | 10-13 | 208 | ||
61505 | 10-13 | 221 | ||
61504 | 10-13 | 211 | ||
61503 | 10-13 | 209 | ||
61502 | 10-13 | 317 | ||
61501 | 10-13 | 247 | ||
61500 | 10-13 | 263 | ||
61499 | 10-13 | 320 |
댓글3
일챗
사람들은 그걸 덤프 라고 부르기로 약속했어요...
[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+2E697B0"), modify_buffer)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat