Giter Club home page Giter Club logo

maplestory-client-hook's Introduction

MapleStory Client Hook

Example way of hooking functions in early version of MapleStory. Only tested with veresion v28.

How to build

Make sure visual studio is installed and edit the VSTOOLS variable in build.bat to point to your installed version of vcvars32.bat. Make sure you point to the 32-bit version.

Download and install the DirectX SDK 2006 and make sure the INCLUDE_DIR and LIB_DIR variables in build.bat are pointing to your install.

Download the Microsoft Detours repo and compile the x86 lib and copy the compiled lib and header file into this directory.

Running build.bat should compile the DLL.

How to inject

Once DLL has been compiled use a tool such as CFF explorer to add the DLL to the ijl15.dll import table.

Config

Make sure the ini file suplied is placed in the same folder as your MapleStory exe.

[Debug]
print = 1 ; console is created with debug statements
multiclient = 1 ; allows multiple clients to be open at the same time

[Display]
window_mode = 1
resolution_x = 800
resolution_y = 600
screen_centre = 1 ; Show the window in the centre of the screen when created

Screenshot

screenshot

maplestory-client-hook's People

Contributors

hucaru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.