Skip to content

Commit e7cd0b5

Browse files
Create README.md
1 parent b5eb0d0 commit e7cd0b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Build Instructions
2+
This plugin is built with the Cheat Engine plugin SDK and Lua 5.3 libs included with Cheat Engine. To build, you need to link the `lua53-64/32.lib` and update the paths to `lua.hpp` and `cepluginsdk.h`, all located in `<Cheat Engine Install Directory>\plugins`, usually at `C:\Program Files\Cheat Engine\plugins` if you used the default install location
3+
4+
# Installation instructions
5+
After building or downloading the .dll, open Cheat Engine, go to Edit > Settings > Plugins, hit Add New, and add the dll and enable the plugin. To use the plugin, just call the function bl4_decode(serial) in Lua, replacing serial with a valid BL4 serial. The function returns a string with the deserialized data.

0 commit comments

Comments
 (0)