채팅0

    메월 루아스크립트 읽어오는거 원본 스크립트 보고싶은데 찾을수있는 사람있음?

    조회수 908

    공부해보고 싶은데 잘 알려주는 사람한텐 건빵 넉넉히 드림 

     

    리셀러들은 못하겠지만 찐탱이 없냐?>

    댓글3

    회원프로필

    일챗

    2024.03.26 14:33
    회원프로필

    사람들은 그걸 덤프 라고 부르기로 약속했어요...

    2024.03.26 15:31
    회원프로필

    [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

    2024.03.27 15:28

      게시글 리스트
      제목작성자작성일조회
      5546403-26453
      5546303-26449
      5546203-26386
      5546103-26346
      5546003-26397
      5545903-26494
      5545803-26461
      5545703-26448
      5545603-26422
      5545503-26334
      5545403-26429
      5545303-26369
      5545203-26909
      5545103-26596
      5545003-26457
      5544903-26443
      5544803-26371
      5544703-26406
      5544603-26376
      5544503-26376