Some Korepi related stuff that I wrote while learning how to hack
- Extract the zip file from the releases page into the same folder as Korepi.
- Rename your Korepi launcher to
korepi.exe
. - Start
injector.exe
as admin.
You'll want to have at least Node 18 or newer. Don't forget to install the dependencies with npm i
.
- Launch Korepi once without any license, and it should give you a hardware ID.
- Then run the
license_gen.js
which will asks you for your HWID and generates a license file to use. - Copy (don't cut) the license file into the same folder where the exe is located.
- Run
ssl_gen.js
and install the generated certificated (certs/md5c.korepi.com.crt
) as a trusted root certificate. - Start
server.js
. - Edit your hosts file (
C:\Windows\system32\drivers\etc\hosts
) and add the following lines:
127.0.0.1 ghp.535888.xyz
127.0.0.1 md5c.535888.xyz
- Get
lol.dll
andinjector.exe
(available from the releases page or compile yourself) and put them in the same folder as Korepi (your Korepi must be namedkorepi.exe
). - Launch
injector.exe
as admin. - If everything goes well, you'll eventually be prompted to enter the file path to your
md5c.korepi.com.pub
file. Simply input the file path and the game should start (unless Korepi crashes due to instability).
- For future launches, you may not need to regenerate the license or the SSL certificate.
- If you're already running a DNS resolver on port 53, then I assume you know what you're doing.
- I'm not responsible for any damages you may incur from using this. This is publicly available for educational purposes only.
- Anonymous for providing a key for testing
- notmarek for all of his help & guidance.