채팅0

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

    조회수 1272

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

     

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

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

      게시글 리스트
      제목작성자작성일조회
      5543603-26622
      5543503-26496
      5543403-26620
      5543303-26629
      5543203-261273
      5543103-26786
      5543003-26631
      5542903-26626
      5542803-26587
      5542703-26574
      5542603-26806
      5542503-26543
      5542403-26683
      5542303-26542
      5542203-26716
      5542103-26774
      5542003-26821
      5541903-26598
      5541803-26607
      5541703-26635