Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
plusgiant5 committed Apr 20, 2023
2 parents f72e057 + 4621b15 commit b88f918
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ You can enable the DLL to use a pipe as well as some other settings at the top o
# How To Build

Set configuration to Release x86 in Visual Studio and build

# Note

This has no custom functions. It's a very small exploit and functions with only 2 source files.
If you want to make custom functions (without abusing mid hooks or using temporarily uninlined functions), you'll need to:
1. Create a closure using closure offsets
2. Get the global table using a lua state offset
3. Create the string which should be the name of the function using string offsets
4. Write to the global table using table offsets, setting the key at the string you created to the closure you created

Implementing this in this repo would double or triple the amount of code, would be harder to maintain, and would be very confusing for beginners.

0 comments on commit b88f918

Please sign in to comment.