채팅0

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

    조회수 909

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

     

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

    댓글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

      게시글 리스트
      제목작성자작성일조회
      공지10-2017041
      5836407:1021
      5836300:23157
      5836211-23184
      5836111-23181
      5836011-23174
      5835911-23330
      5835811-23362
      5835711-23414
      5835611-23312
      5835511-23389
      5835411-22605
      5835311-22544
      5835211-22551
      5835111-22584
      5835011-22587
      5834911-22781
      5834811-22760
      5834711-22886
      5834611-22719